1.8.9.0
2021-05-25
- Construct access API changes (#124, #130, #132, #137)
- Performance enhancements (#124, #130)
- New write mode
mode='a'
for appending to, rather than over-writing, a netCDF file on disk (#143) - Better error message in the case of a
numpy.ma.core.MaskError
occurring upon reading of CDL files with only header or coordinate information (#128) - Fix for zero-sized unlimited dimensions when read from a grouped netCDF file (#113)
- Fix bug causing occasional non-symmetric
equals
operations (#133) - Changed dependency:
cftime>=1.5.0
- Changed dependency:
netCDF4>=1.5.4