3.14.0
2023-01-31
- Introduction of
dask
for all data manipulations, replacing the old LAMA methodology (e.g. #295, #428) - Backwards incompatible API changes to facilitate the use of Dask (#579)
- New method:
cf.Field.get_original_filenames
(#448) - New method:
cf.Field.to_dask_array
- Fixed bug when reading UM stash codes that imply an area mean cell method (#487)
- New keyword parameter to
cf.write
:omit_data
(#477) - New keyword parameter to
cf.read
:chunks
(#522) - Extend functionality of
cf.Data.roll
andcf.Field.roll
to allow multiple axes to be rolled simultaneously. - Fixed bug that raised an exception when using the
equal
orexist
keyword ofcf.aggregate
(#499) - Fixed bug that created incorrect cyclic Voronoi bounds from
DimensionCoordinate.create_bounds
(#514) - Changed dependency:
1.10.0.2<=cfdm<1.10.1.0
- New dependency:
dask>=2022.12.1