H3 Java Versions Save

Java bindings for H3, a hierarchical hexagonal geospatial indexing system

v4.1.1

1 year ago

[4.1.1] - 2023-02-03

The changelog for this release is the same as v4.1.0. The release was run again due to an issue with the release process.

v4.1.0

1 year ago

[4.1.0] - 2023-01-19

Added

  • cellToChildPos and childPosToCell functions. (#121)
  • Made the cellToChildrenSize function public. (#121)

Changed

  • Upgraded the core library to v4.1.0. (#121)
  • Release artifacts are now built in Github Actions. (#124)

v3.7.3

1 year ago

[3.7.3] - 2022-11-10

Changed

  • Required version of glibc on Linux is 2.26. (#98, #92 backported in #119)

Fixed

  • Fixed the path to Windows resources. (#109 backported in #119)

Removed

  • Removed support for Linux MIPS and MIPSEL (#98, #92 backported in #119)

v4.0.2

1 year ago

[4.0.2] - 2022-09-21

Changed

  • Upgraded the core library to v4.0.1. (#113)

v4.0.1

1 year ago

[4.0.1] - 2022-09-14

Fixed

  • Fixed the path to Windows resources. (#109)

v4.0.0

1 year ago

[4.0.0] - 2022-08-23

Breaking Changes

  • Upgraded the core library to v4.0.0. (#104, #103, #102, #91)

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS and MIPSEL (#98, #92)

v4.0.0-rc2

1 year ago

[4.0.0-rc2] - 2022-06-09

Changed

  • Required version of glibc on Linux is 2.26. (#98)

Removed

  • Removed support for Linux MIPS (#98)

v4.0.0-rc1

2 years ago

[4.0.0-rc1] - 2022-03-29

Breaking Changes

  • Changed the API of H3Core to align it with the core library. (#91)

Added

  • H3CoreV3 for users who wish to temporarily use old function names. (#91)
  • Vertex mode API. (#91)

Changed

  • Upgraded the core library to v4.0.0-rc2. (#91)

Removed

  • Removed support for Linux MIPSEL (#92)

v3.6.4

3 years ago

[3.6.4] - 2020-06-29

Changed

  • Updated the core library to v3.6.4. (#64)
  • Updated the core library to v3.6.3. (#61)

v3.6.3

4 years ago

[3.6.3] - 2020-01-13

Changed

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