Releases: TUW-GEO/pynetcf
Releases · TUW-GEO/pynetcf
v0.5.1
Fixed a bug where global attrs were not updated when appending data
Fixed some numpy warnings
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Add test for writing strings to netcdf
- Zlib compress always off for non-numeric data
v0.2.3
- Fix np.int issue
- Clean up
v0.1.17
- Allow writing and reading of PointData in append mode.
- Set default filenames for GriddedPointData to include .nc ending.
v0.1.16
- Translate RuntimeError of older versions of the netCDF4 library to IOError.
- Avoid race conditions when creating directories for new files.
v0.1.15
- Fix bug that lost the datatype during writing of timeseries with pandas > 0.17.1
- Fix Python 3 compability.
v0.1.14
- fix bug that read the wrong timeseries if a non existing location id was given.
- fix bug when reading not completely filled files in read_bulk mode in contigous ragged.