Skip to content

3.16.1

Compare
Choose a tag to compare
@davidhassell davidhassell released this 01 Mar 17:07
· 425 commits to main since this release

2024-03-01

  • Allow DSG trajectories with identical trajectory_id values to be aggregated (#723)
  • New methods: cf.Field.pad_missing and cf.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 and coordinates keyword arguments to cf.Field.weights (#709)
  • Added the cell_measures, coordinates, return_cell_measure, and methods keyword arguments to cf.Field.cell_area (#709)
  • Allow cf.Data to be initialised with xarray.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 and cf.Field.__getitem__ (#713)
  • Changed dependency: 1.11.1.0<=cfdm<1.11.2.0