Skip to content

Releases: uber/h3-java

Release 3.6.3

13 Jan 21:05
Compare
Choose a tag to compare

[3.6.3] - 2020-01-13

Changed

  • Avoid reloading the native library once loaded (#58)

Release 3.6.2

17 Dec 20:16
Compare
Choose a tag to compare

[3.6.2] - 2019-12-17

Changed

  • Updated the core library to v3.6.2, fixing some regressions in polyfill. (#56)

Release 3.6.1

22 Nov 23:38
Compare
Choose a tag to compare

[3.6.1] - 2019-11-21

Changed

  • Updated the core library to v3.6.1. (#53)

Release 3.6.0

20 Aug 00:13
Compare
Choose a tag to compare

[3.6.0] - 2019-08-19

Added

  • getPentagonIndexes and h3ToCenterChild functions. (#49)

Changed

  • Updated the core library to v3.6.0. (#49)
  • Native implementations of getRes0Indexes and getPentagonIndexes changed to throw OutOfMemoryError if the output array size is too small. (#49)

Release 3.5.0

20 Aug 00:13
Compare
Choose a tag to compare

[3.5.0] - 2019-07-22

Changed

  • Updated the core library to v3.5.0. (#47)

Release 3.4.1

20 May 16:56
Compare
Choose a tag to compare

[3.4.1] - 2019-05-03

Changed

  • Updated the core library to v3.4.3. (#44)

Release 3.4.0

22 Feb 19:41
Compare
Choose a tag to compare

[3.4.0] - 2019-02-22

Added

  • getRes0Indexes function. (#38)

Changed

  • Updated the core library to v3.4.2. (#38)

Release 3.3.0

22 Feb 18:41
Compare
Choose a tag to compare

[3.3.0] - 2019-02-13

Added

  • h3Line function. (#36)

Changed

  • Updated the core library to v3.3.0. (#36)

Release 3.2.0

22 Feb 18:41
Compare
Choose a tag to compare

[3.2.0] - 2018-10-16

Added

  • Support for building on Windows. (#26)
  • experimentalH3ToLocalIj and experimentalLocalIjToH3 functions. (#32)

Changed

  • Updated the core library to v3.2.0. (#32)

Fixed

  • Don't require a C++ compiler. (#30)

Release 3.1.0

04 Oct 23:20
Compare
Choose a tag to compare

Added

  • h3Distance function. (#21)
  • newInstance override that accepts specific operating system and architecture values. (#24)

Changed

  • Updated the core library to v3.1.0. (#21)
  • Updated the core library to v3.1.1. (#28)