Releases: TUW-GEO/pygeogrids
Releases · TUW-GEO/pygeogrids
v0.5.2
- Scipy was added to pip dependencies (in case pykdtree is not available)
v0.5.1
Fixed a compatibility issue with numpy 2.0.0 (np.Inf was removed)
v0.5.0
- 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
Merge pull request #78 from s-scherrer/master
fixed np.int
v0.4.1
- 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
- Faster implementation of bbox search
- Uses pyscaffold v4 standard
v0.3.2
- FIX: Nearest neighbour search for grids with non-default GPIs
- Replace Travis CI with Github Actions workflows.
v0.3.1
Merge pull request #66 from s-scherrer/master
Several small fixes
v0.2.6
- 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
- Fix speed issue in gpi2cell