Releases: davidmoten/hilbert-curve
Releases · davidmoten/hilbert-curve
0.2.3
Enhancements
Runtime
- reduce memory use in HilbertCurve.toIndex by @davidmoten in #69, thanks to @normen662 for discovering!
- Bump guava-mini from 0.1.3 to 0.1.4 by @dependabot in #28
- Bump guava-mini from 0.1.4 to 0.1.5 by @dependabot in #58
- Bump guava-mini from 0.1.5 to 0.1.6 by @dependabot in #59
Build
- Bump junit from 4.13 to 4.13.1 by @dependabot in #13
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #17
- Bump maven-jxr-plugin from 2.5 to 3.1.1 by @dependabot in #15
- Bump maven-site-plugin from 3.7.1 to 3.9.1 by @dependabot in #16
- Bump maven-pmd-plugin from 3.10.0 to 3.14.0 by @dependabot in #18
- Bump jmh.version from 1.25.2 to 1.32 by @dependabot in #20
- Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2 by @dependabot in #21
- Bump junit-extras from 0.3 to 0.4 by @dependabot in #22
- Bump jacoco-maven-plugin from 0.8.4 to 0.8.7 by @dependabot in #23
- Bump maven-javadoc-plugin from 3.0.1 to 3.3.0 by @dependabot in #24
- Bump exec-maven-plugin from 1.6.0 to 3.0.0 by @dependabot in #19
- Bump jmh.version from 1.32 to 1.33 by @dependabot in #25
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by @dependabot in #26
- Bump maven-pmd-plugin from 3.14.0 to 3.15.0 by @dependabot in #27
- Bump jmh.version from 1.33 to 1.34 by @dependabot in #29
- Bump maven-site-plugin from 3.9.1 to 3.10.0 by @dependabot in #30
- Bump taglist-maven-plugin from 2.4 to 3.0.0 by @dependabot in #32
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #33
- Bump maven-compiler-plugin from 3.8.1 to 3.10.0 by @dependabot in #34
- Bump maven-pmd-plugin from 3.15.0 to 3.16.0 by @dependabot in #35
- Bump maven-site-plugin from 3.10.0 to 3.11.0 by @dependabot in #36
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #37
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 by @dependabot in #38
- Bump jmh.version from 1.34 to 1.35 by @dependabot in #39
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #40
- Bump maven-site-plugin from 3.11.0 to 3.12.0 by @dependabot in #42
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #41
- Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #43
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #44
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #45
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #46
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #47
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 by @dependabot in #48
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #49
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #50
- Bump jmh.version from 1.35 to 1.36 by @dependabot in #52
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #54
- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 by @dependabot in #53
- Bump maven-project-info-reports-plugin from 2.4 to 3.4.2 by @dependabot in #55
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #56
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #57
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #60
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #61
- Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #62
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #63
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #64
- Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #65
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #66
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #67
New Contributors
- @dependabot made their first contribution in #13
- @davidmoten made their first contribution in #69
Full Changelog: 0.2.2...0.2.3
0.2.2
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
0.1.2
- added
small
support with javadocs and jmh benchmarks
0.1.1
- initial release