- Deprecate pynetcf.time_series.GriddedTs please use pynetcf.time_series.GriddedNcTs in the future. Be aware that the __init__ arguments have changed slightly to path, grid, ioclass.
0.1.7
=============
- Add support of read/write netCDF point data following CF conventions - Add support for disabling automatic masking during reading. Useful if the data has fill values but needs to be scaled to a datatype that does not support NaN values.
0.1.6
=============
- Add support for disabling automatic scaling in base netCDF4 library. - Add support for dtype conversion before scaling and offset.
0.1.5
=============
- Add classes for gridded datasets based on pygeobase - improve test coverage - make compatible with newest netCDF4 releases - support read_bulk keyword for all dataset types