Skip to content

Releases: TUW-GEO/pygeogrids

v0.5.2

13 Sep 10:02
ccbe95f
Compare
Choose a tag to compare
  • Scipy was added to pip dependencies (in case pykdtree is not available)

v0.5.1

17 Jun 14:02
87ca8f3
Compare
Choose a tag to compare

Fixed a compatibility issue with numpy 2.0.0 (np.Inf was removed)

v0.5.0

21 Nov 10:57
f2416c3
Compare
Choose a tag to compare
  • Add a more flexible reader to search points in shapes from shapefiles
  • Default 100m country shapefiles are now provided in the package
  • Fix deprecation warning when comparing grid for equality

v0.4.2

18 Jan 18:18
3280872
Compare
Choose a tag to compare
Merge pull request #78 from s-scherrer/master

fixed np.int

v0.4.1

12 Aug 09:10
d54ea73
Compare
Choose a tag to compare
  • Fixes a bug in the nearest neighbour lookup, where no points were returned when less than k gpis are found in the selected max distance (Issue #73 ).

v0.4.0

20 Jul 11:36
ed21347
Compare
Choose a tag to compare
  • Faster implementation of bbox search
  • Uses pyscaffold v4 standard

v0.3.2

07 Jan 20:23
f4666ce
Compare
Choose a tag to compare
  • FIX: Nearest neighbour search for grids with non-default GPIs
  • Replace Travis CI with Github Actions workflows.

v0.3.1

11 Dec 18:25
764d503
Compare
Choose a tag to compare
Merge pull request #66 from s-scherrer/master

Several small fixes

v0.2.6

12 Sep 06:28
366c6a4
Compare
Choose a tag to compare
  • Allow subsetting from non-binary masks
  • Fix ParallelArcDist function (two calls of deg2rad(lat))
  • Update readme
  • Update to PyScaffold 2.5.9

v0.2.5

17 Jan 12:54
d1547fc
Compare
Choose a tag to compare
  • Fix speed issue in gpi2cell