3.16.0
2023-12-06
- Implemented the reading and manipulation of UGRID mesh topologies (#696)
- New methods:
cf.Field.cell_connectivity
,cf.Field.cell_connectivities
(#696) - New methods:
cf.Field.domain_topology
,cf.Field.domain_topologies
(#696) - New method:
cf.Data.masked_values
(#696) - New method:
cf.Data.arctan2
(#38) - Fix bug that caused
cf.Field.collapse
to give incorrect results for the "sum", "sum_of_weights" and "sum_of_weights2" methods, only in the case that weights have been requested (#701) - Changed dependency:
1.11.0.0<=cfdm<1.11.1.0
- New dependency:
scipy>=1.10.0