3.18.1
2025-08-20
- New methods to allow changing units in a chain:
cf.Field.to_units,cf.Data.to_units(#874) - Allow multiple conditions for the same axis in
cf.Field.subspaceandcf.Field.indices(#881) - Fix bug in
cf.Field.collapsethat causes aValueErrorto be raised for missing external cell measures data (#885) - New dependency:
distributed>=2025.5.1 - Changed dependency:
cfdm>=1.12.3.0, <1.12.4.0
What's Changed
- Docs: fix DOI badge at source & patch in built docs (to avoid rebuild) by @sadielbartholomew in #877
- New
to_unitsmethods to allow changing units in a chain by @davidhassell in #875 - Add
distributedas required dependency with version pin by @sadielbartholomew in #880 cf.Field.subspace- allow multiple subspacing conditions for the same axis by @davidhassell in #882cf.Field.collapsefails when cell measure has external data by @davidhassell in #886- Added troubleshooting for installing cf next to Jupyter and conda by @ThatDesert in #884
New Contributors
- @ThatDesert made their first contribution in #884
Full Changelog: v3.18.0...v3.18.1