Skip to content

Releases: seanhandley/h3_ruby

Release v3.7.2

19 Jul 13:40
47f7a46
Compare
Choose a tag to compare

Fixed

  • kRing of invalid indexes should not crash.

Release v3.7.1

13 Oct 06:43
2201262
Compare
Choose a tag to compare

Added

  • Area and haversine distance functions:
    • cellAreaRads2
    • cellAreaKm2
    • cellAreaM2
    • pointDistRads
    • pointDistKm
    • pointDistM
    • exactEdgeLengthRads
    • exactEdgeLengthKm
    • exactEdgeLengthM

Changed

  • Speeds up getH3UnidirectionalEdgeBoundary by about 3x.

Fixed

  • Finding invalid edge boundaries should not crash.

Release v3.6.4

02 Jul 15:05
Compare
Choose a tag to compare

Changed

  • Reinstate new polyfill algorithm for up to 3x perf boost.

Release v3.6.2

08 Jan 18:34
adecf86
Compare
Choose a tag to compare

Changed

  • Revert new polyfill algorithm until reported issues are fixed.
  • Remove deprecated methods: (#66)

Release v3.6.1

23 Nov 08:22
85ae9db
Compare
Choose a tag to compare

Fixed

Various internal h3 lib improvements

  • compact handles zero length input correctly.
  • bboxHexRadius scaling factor adjusted to guarantee containment for polyfill.
  • polyfill new algorithm for up to 3x perf boost.
  • Fix CMake targets for KML generation.

Release v3.6.0

14 Aug 08:21
0c9afc2
Compare
Choose a tag to compare

Added

  • center_child method to find center child at given resolution (#62).
  • pentagons (and pentagon_count) method to find pentagons at given resolution (#62).

Release v3.5.1

05 Aug 13:03
12efefd
Compare
Choose a tag to compare

Changed

  • Renamed 26 methods to be more idiomatic with Ruby conventions. The old names are deprecated until 2020 when they will be removed (#59).
  • Added Zeitwerk as the code loader.

Release v3.5.0

25 Jul 08:24
ce6d486
Compare
Choose a tag to compare

Added

  • h3_faces and max_face_count support (#56)

Changed

  • New CMake options to prevent unnecessary building of filter apps and benchmarks.

Release v3.4.4

04 Jun 14:29
2d1a968
Compare
Choose a tag to compare

Changed

  • Internal h3 bugfixes.

Release v3.4.0

24 Jan 15:40
f32e91f
Compare
Choose a tag to compare

Added

  • res_0_indexes and res_0_index_count support (#51).