Skip to content

3.11.0

Compare
Choose a tag to compare
@sadielbartholomew sadielbartholomew released this 24 Nov 11:55

2021-10-08

  • Python 3.6 support removed (#208)
  • Conversion of cf.Domain to a non-abstract that may be read from and written to a netCDF dataset (#220)
  • New method: cf.Domain.creation_commands
  • New method: cf.Domain.climatological_time_axes
  • New method: cf.AuxiliaryCoordinate.del_climatology
  • New method: cf.AuxiliaryCoordinate.get_climatology
  • New method: cf.AuxiliaryCoordinate.is_climatology
  • New method: cf.AuxiliaryCoordinate.set_climatology
  • New method: cf.DimensionCoordinate.del_climatology
  • New method: cf.DimensionCoordinate.get_climatology
  • New method: cf.DimensionCoordinate.is_climatology
  • New method: cf.DimensionCoordinate.set_climatology
  • New function: cf.unique_constructs
  • New function: cf.example_fields (#220)
  • New keyword parameter to cf.read: cdl_string (#171)
  • Improved verbose information output from cf.aggregate (#228)
  • Fix bug that causes a failure in cf.aggregate when otherwise aggregatable fields have non-valid units (#229)
  • Fix for cf.aggregate failures when a datum or coordinate conversion parameter has an array value (#230)
  • Allow for regridding using a destination field featuring size 1 dimension(s) (#250)
  • Fix bug that sometimes caused cf.Field.autocyclic to fail when setting a construct that is cyclic and has a defined period (#237)
  • Changed dependency: 1.9.0.0<=cfdm<1.9.1.0