Skip to content

Releases: TUW-GEO/pygeobase

v0.6.3

18 Jun 08:46
6cc7fa2
Compare
Choose a tag to compare

Fixes and issue with numpy 2.0 where np.Inf is no longer valid

v0.6.2

07 Mar 21:43
7b1361b
Compare
Choose a tag to compare
extract max_dist keyword from kwargs in read_lon_lat and pass on to p…

…ygeogrids nearest neighbor search

v0.6.1

20 Feb 15:18
9521b8c
Compare
Choose a tag to compare

Replace read_ts with read call from io class (see #46)

v0.6.0

31 Jan 15:22
958df3b
Compare
Choose a tag to compare
replace read_ts with read in time series base class

v0.5.0

20 Jan 16:33
99686b5
Compare
Choose a tag to compare
update changelog

v0.3.18

20 Mar 12:24
Compare
Choose a tag to compare

Update pyscaffold version in setup.py because of compatibility issues with setuptools 39

v0.3.17

02 Feb 15:43
23965ff
Compare
Choose a tag to compare
  • Fix classifier in setup.cfg for upload on pypi

v0.3.16

02 Feb 15:15
b5244cf
Compare
Choose a tag to compare
  • Fix cell switch bug
  • Update copyright year

v0.3.15

22 Aug 11:32
Compare
Choose a tag to compare
  • Allow reading of data in append mode.

v0.3.14

27 Jun 09:48
Compare
Choose a tag to compare
  • 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.