Skip to content

Releases: TUW-GEO/pynetcf

v0.5.0

08 May 08:11
Compare
Choose a tag to compare
  • Add test for writing strings to netcdf
  • Zlib compress always off for non-numeric data

v0.4.0

31 Jan 21:03
9af70bf
Compare
Choose a tag to compare
Update changelog

v0.3.0

20 Jan 15:15
e7a1486
Compare
Choose a tag to compare
update pypi workflow

v0.2.3

10 Jan 09:12
72cc4de
Compare
Choose a tag to compare
  • Fix np.int issue
  • Clean up

v0.1.18

20 Mar 12:32
Compare
Choose a tag to compare

v0.1.17

22 Aug 11:47
Compare
Choose a tag to compare
  • Allow writing and reading of PointData in append mode.
  • Set default filenames for GriddedPointData to include .nc ending.

v0.1.16

18 Jul 12:12
Compare
Choose a tag to compare
  • Translate RuntimeError of older versions of the netCDF4 library to IOError.
  • Avoid race conditions when creating directories for new files.

v0.1.15

20 Jun 12:51
Compare
Choose a tag to compare
  • Fix bug that lost the datatype during writing of timeseries with pandas > 0.17.1
  • Fix Python 3 compability.

v0.1.14

20 Jun 08:47
Compare
Choose a tag to compare
  • 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.

v0.1.13

02 May 10:53
Compare
Choose a tag to compare
  • Catch RuntimeError and IOError to be compatible with older netCDF4 versions.
  • Fix compression of variables in point_data.