Skip to content

1.11.0.0

Compare
Choose a tag to compare
@davidhassell davidhassell released this 06 Dec 14:53
· 178 commits to main since this release

2023-12-06

  • Python 3.7 support removed (#274)
  • Implemented the reading and manipulation of UGRID mesh topologies for CF-1.11 (#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