Releases: TUW-GEO/pygeobase
Releases · TUW-GEO/pygeobase
v0.6.3
Fixes and issue with numpy 2.0 where np.Inf is no longer valid
v0.6.2
extract max_dist keyword from kwargs in read_lon_lat and pass on to p…
v0.6.1
Replace read_ts with read call from io class (see #46)
v0.6.0
replace read_ts with read in time series base class
v0.3.18
Update pyscaffold version in setup.py because of compatibility issues with setuptools 39
v0.3.17
- Fix classifier in setup.cfg for upload on pypi
v0.3.16
- Fix cell switch bug
- Update copyright year
v0.3.15
- Allow reading of data in append mode.
v0.3.14
- iter_gp does not longer stop if an IOError occurs in the subclass. It catches the error warns the user and returns None as the dataset object.