Releases: NCAS-CMS/cfunits
Releases · NCAS-CMS/cfunits
3.3.7
2024-04-23
- Allow units to be defined by
bytes
(#54)
3.3.6
2023-05-03
- New method:
Units.__dask_tokenization__
(#50)
3.3.5
2022-09-22
- Change default calendar from
'gregorian'
to 'standard'
(#45)
- Changed CF version to 1.10 (#47)
- Remove calls to deprecated
distutils
, using packaging
instead
- New dependency:
packaging>=20.0
3.3.4
2021-08-09
- Now supports the Windows operating system (#31)
cfunits 3.3.3
2021-05-24
- Fixed error in
setup.py
that prevented installation via pip
.
cfunits 3.3.2
2021-05-21
- Refactor to remove the dependency on
cftime.utime
, that was removed at cftime
version 1.5.0 (#25)
- Changed dependency:
cftime>=1.5.0