3.16.1
2024-03-01
- Allow DSG trajectories with identical
trajectory_id
values to be aggregated (#723) - New methods:
cf.Field.pad_missing
andcf.Data.pad_missing
(#717) - Fix occasional bug when calculating UGRID cell areas when non-spatial coordinates span the discrete axis (#721)
- New keyword parameter to
cf.Field.insert_dimension
:constructs
(#719) - Added the
cell_measures
andcoordinates
keyword arguments tocf.Field.weights
(#709) - Added the
cell_measures
,coordinates
,return_cell_measure
, andmethods
keyword arguments tocf.Field.cell_area
(#709) - Allow
cf.Data
to be initialised withxarray.DataAarray
(#706) - Fix bug that caused
cf.Field.del_file_location
to fail when updating its metadata constructs (#707) - Fix bug that caused incorrect data arrays in some cyclic subspaces created by
cf.Field.subspace
andcf.Field.__getitem__
(#713) - Changed dependency:
1.11.1.0<=cfdm<1.11.2.0