Skip to content

Releases: davidmoten/hilbert-curve

0.2.3

20 Jun 22:54
Compare
Choose a tag to compare

Enhancements

Runtime

Build

New Contributors

Full Changelog: 0.2.2...0.2.3

0.2.2

20 Jun 22:47
Compare
Choose a tag to compare

Enhancements

  • Make Ranges(int bufferSize) public by @ebremer in #12

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2

10 May 03:48
Compare
Choose a tag to compare
0.2
  • rewrite query methods (gathers Hilbert curve index ranges for a bounding box) using perimeter algorithm. If you were using query methods from a previous version be aware that the api has changed completely in this regard.

0.1.3

17 Nov 05:46
Compare
Choose a tag to compare
  • fix for #1 (thanks @FunMilles), round trip index -> point -> index was failing for large indexes in SmallHilbertCurve when dimensions * (bits + 1) >=32

0.1.2

24 Feb 21:33
Compare
Choose a tag to compare
  • added small support with javadocs and jmh benchmarks

0.1.1

23 Feb 11:02
Compare
Choose a tag to compare
  • initial release