Skip to content

Releases: davidmoten/geo

0.8.1

16 Apr 11:01
Compare
Choose a tag to compare

Enhancements

Read more

0.8.0

05 Sep 23:17
Compare
Choose a tag to compare

Breaking changes

  • requires Java 1.8+ runtime

Enhancements

  • Fix wrong coverage around antimeridian (#49), thanks @guilhem-lk!
  • upgrade guava (test dependency), adjust plugins, fix spotbugs and pmd violations
  • remove useless parentheses, remove unused private method
  • update plugins, reporting and fix minor spotbugs violations
  • improve CoverageLong.toString
  • Bump maven-compiler-plugin from 3.5.1 to 3.8.1
  • Bump junit from 4.13.1 to 4.13.2
  • Bump exec-maven-plugin from 1.3.2 to 3.0.0
  • Bump maven-javadoc-plugin from 2.10.3 to 3.3.0
  • Bump grumpy-core from 0.2.2 to 0.4.0
  • Bump commons-io from 2.4 to 2.11.0
  • Bump jmh.version from 1.11.1 to 1.33
  • Bump maven-site-plugin from 3.3 to 3.9.1
  • Bump commons-io from 2.4 to 2.7 in /geo-mem
  • add github actions CI and dependabot
  • add coverage badge

0.7.6

03 Aug 01:34
Compare
Choose a tag to compare

Bug fixes

  • #30 fix #29 GeoHash.encodeHash needs precondition check against maximum length (12)

0.7.5

10 Apr 10:42
Compare
Choose a tag to compare
  • split com.github.davidmoten.geo.mem package into separate dependency (geo-mem) so core artifact (geo) no longer depends on guava. See discussion in #26.

0.7.4

04 Nov 04:55
Compare
Choose a tag to compare
  • #20 remove synchronized keyword from GeoHash.widthDegrees and GeoHash.heightDegrees
  • fix javadoc

0.7.1

06 Mar 01:13
Compare
Choose a tag to compare
  • #15 Make compatible with Android <2.3 by avoiding use of Arrays.copyOf

0.7

16 Jan 21:55
Compare
Choose a tag to compare
0.7
  • #13 performance improvments GeoHash.encodeHash, GeoHash.hashLengthToCoverBoundingBox, thanks @niqueco
  • #14 performance improvements GeoHash.coverBoundingBox, thanks @niqueco
  • upgrade cobertura plugin to 2.6 to fix mvn site hang
  • remove unnecessary null check in GeoHash.coverBoundingBox to regain 100% code coverage

0.6.10

10 Dec 10:17
Compare
Choose a tag to compare
  • compiled to java 1.6 for Android compatibility (depends on grumpy-core 0.2.2 which is also at 1.6)