Skip to content

Releases: nexmoov/rusty-polygon-geohasher

v0.3.0

08 Oct 00:53
85decf1

Choose a tag to compare

What's Changed

  • Major speed improvements. Sometimes up to 30x in certain cases.
  • Fixed bugs with polygons that contain holes

New Contributors

  • @jraby made their first contribution in #14

Full Changelog: v0.2.3...v0.3.0

v0.2.3

13 Mar 01:02

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Jan 15:02
bfabf7e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Aug 01:24

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Changes

  • Improved performance slightly by using fixed-size vec when iterating through geohash neighbours
  • Better error message when passing the wrong type as polygon

v0.2.0

04 Aug 01:18

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Changes

  • Simplified code to convert shapely polygon -> rust by using py_geo_interface. Slight performance gain
  • migrate to pyo3 Bounds API

Metadata update

02 Aug 16:06

Choose a tag to compare

Metadata update Pre-release
Pre-release
v0.1.4

Tests and Win builds in CI, fixing metadata (#2)

Alpha release

27 Jul 01:10
8953bc8

Choose a tag to compare

Alpha release Pre-release
Pre-release

Initial release with basic functionality