Skip to content

3.19.0

Latest

Choose a tag to compare

@sadielbartholomew sadielbartholomew released this 20 Jan 13:34
· 4 commits to main since this release

2026-01-19

  • Write Zarr v3 datasets with cf.write (#895)
  • Read Zarr v2 and v3 datasets that contain a group hierarchy with cf.read (#894)
  • Reduce the time taken to import cf (#902)
  • New function to control the creation of cached elements during data display: cf.display_data (#913)
  • New methods: cf.Data.get_cached_elements, cf.Data.cache_elements (#913)
  • Set cached elements during cf.Data.__init__ (#913)
  • Removed the cf.constants.CONSTANTS dictionary, replacing it with cf.ConstantAccess.constants (#902)
  • Reduce the time taken to import cf (#902)
  • New optional dependency: zarr>=3.1.3
  • Changed dependency: cfdm>=1.13.0.0, <1.13.1.0

What's Changed

Full Changelog: v3.18.2...v3.19.0