Recent Releases of cfdm

cfdm - 1.12.3.1

2025-10-15

What's Changed

Full Changelog: https://github.com/NCAS-CMS/cfdm/compare/v1.12.3.0...v1.12.3.1

Climate Change - Climate Data Standards - Python
Published by davidhassell 2 months ago

cfdm - 1.12.3.0

2025-08-18

Climate Change - Climate Data Standards - Python
Published by sadielbartholomew 4 months ago

cfdm - 1.12.2.0

2025-06-05

Climate Change - Climate Data Standards - Python
Published by davidhassell 7 months ago

cfdm - 1.12.1.0

2025-04-01

What's Changed

Full Changelog: https://github.com/NCAS-CMS/cfdm/compare/v1.12.0.0...v1.12.1.0

Climate Change - Climate Data Standards - Python
Published by davidhassell 9 months ago

cfdm - 1.12.0.0

2025-03-18

What's Changed

Full Changelog: https://github.com/NCAS-CMS/cfdm/compare/v1.11.2.1...v1.12.0.0

Climate Change - Climate Data Standards - Python
Published by davidhassell 9 months ago

cfdm - 1.11.2.1

2025-02-26

What's Changed

Full Changelog: https://github.com/NCAS-CMS/cfdm/compare/v1.11.2.0...v1.11.2.1

Climate Change - Climate Data Standards - Python
Published by davidhassell 10 months ago

cfdm - 1.11.2.0

2025-01-28

What's Changed

Full Changelog: https://github.com/NCAS-CMS/cfdm/compare/v1.11.1.0...v1.11.2.0

Climate Change - Climate Data Standards - Python
Published by davidhassell 11 months ago

cfdm - 1.11.1.0

2024-03-01

Climate Change - Climate Data Standards - Python
Published by sadielbartholomew almost 2 years ago

cfdm - 1.11.0.0

2023-12-06

  • Python 3.7 support removed (https://github.com/NCAS-CMS/cfdm/issues/274)
  • Implemented the reading and manipulation of UGRID mesh topologies for CF-1.11 (https://github.com/NCAS-CMS/cfdm/issues/270)
  • New methods: cfdm.Field.cell_connectivity, cfdm.Field.cell_connectivities
  • New methods: cfdm.Field.domain_topology, cfdm.Field.domain_topologies
  • New methods: cfdm.Field.del_mesh_id, cfdm.Field.get_mesh_id, cfdm.Field.has_mesh_id, cfdm.Field.set_mesh_id,
  • New attribute: cfdm.Data.sparse_array
  • New dependency: scipy>=1.10.0

Climate Change - Climate Data Standards - Python
Published by davidhassell about 2 years ago

cfdm - 1.10.1.2

2023-08-31

Climate Change - Climate Data Standards - Python
Published by sadielbartholomew over 2 years ago

cfdm - 1.10.1.1

2023-07-21

Climate Change - Climate Data Standards - Python
Published by davidhassell over 2 years ago

cfdm - 1.10.1.0

2023-04-26

Climate Change - Climate Data Standards - Python
Published by davidhassell over 2 years ago

cfdm - 1.10.0.3

2023-03-10

Climate Change - Climate Data Standards - Python
Published by sadielbartholomew almost 3 years ago

cfdm - 1.10.0.2

2023-01-26

Climate Change - Climate Data Standards - Python
Published by davidhassell almost 3 years ago

cfdm - 1.10.0.1

2022-10-31

Climate Change - Climate Data Standards - Python
Published by davidhassell about 3 years ago

cfdm - 1.10.0.0

2022-08-17

  • New method: cfdm.Field.auxiliary_coordinate
  • New method: cfdm.Field.cell_measure
  • New method: cfdm.Field.cell_method
  • New method: cfdm.Field.coordinate
  • New method: cfdm.Field.coordinate_reference
  • New method: cfdm.Field.dimension_coordinate
  • New method: cfdm.Field.domain_ancillary
  • New method: cfdm.Field.domain_axis
  • New method: cfdm.Field.field_ancillary
  • New method: cfdm.Field.indices
  • New attribute: cfdm.Field.array
  • New attribute: cfdm.Field.datetime_array
  • New construct retrieval API methods (https://github.com/NCAS-CMS/cfdm/issues/179)
  • Implement (bar writing to netCDF files) lossy compression by coordinate subsampling (https://github.com/NCAS-CMS/cfdm/issues/167)

Climate Change - Climate Data Standards - Python
Published by davidhassell over 3 years ago

cfdm - 1.9.0.4

2022-07-18

Climate Change - Climate Data Standards - Python
Published by davidhassell over 3 years ago

cfdm - 1.9.0.3

2022-03-10

Climate Change - Climate Data Standards - Python
Published by davidhassell almost 4 years ago

cfdm - 1.9.0.2

2022-01-31

Climate Change - Climate Data Standards - Python
Published by davidhassell almost 4 years ago

cfdm - 1.9.0.1

2021-10-12

Climate Change - Climate Data Standards - Python
Published by davidhassell about 4 years ago

cfdm - 1.9.0.0

2021-09-21

  • Python 3.6 support removed (https://github.com/NCAS-CMS/cfdm/issues/139)
  • Conversion of cfdm.Domain to a non-abstract that may be read from and written to a netCDF dataset (https://github.com/NCAS-CMS/cfdm/issues/111)
  • New method: cfdm.Domain.creation_commands
  • New method: cfdm.Domain.climatological_time_axes
  • New method: cfdm.AuxiliaryCoordinate.del_climatology
  • New method: cfdm.AuxiliaryCoordinate.get_climatology
  • New method: cfdm.AuxiliaryCoordinate.is_climatology
  • New method: cfdm.AuxiliaryCoordinate.set_climatology
  • New method: cfdm.DimensionCoordinate.del_climatology
  • New method: cfdm.DimensionCoordinate.get_climatology
  • New method: cfdm.DimensionCoordinate.is_climatology
  • New method: cfdm.DimensionCoordinate.set_climatology
  • New function: cfdm.unique_constructs
  • New function: cfdm.example_fields
  • Construct access API changes from 1.8.9.0 applied to Field.convert
  • Improved error message for invalid inputs to Field.convert
  • Raise exception when attempting to write multiply defined coordinate reference parameters (https://github.com/NCAS-CMS/cfdm/issues/148)
  • Interpret format specifiers for size 1 cfdm.Data arrays (https://github.com/NCAS-CMS/cfdm/issues/152)
  • Fix file name expansions in cfdm.write (https://github.com/NCAS-CMS/cfdm/issues/157)

Climate Change - Climate Data Standards - Python
Published by davidhassell over 4 years ago

cfdm - 1.8.9.0

2021-05-25

Climate Change - Climate Data Standards - Python
Published by davidhassell over 4 years ago

cfdm - 1.8.8.0

2020-12-18

Climate Change - Climate Data Standards - Python
Published by davidhassell over 4 years ago