Skip to content

Releases: ZipRecruiter/h3-go

v0.5.0

09 Apr 22:37
ab2d24f

Choose a tag to compare

What's Changed

  • Add CellSet Parent function and test by @iandees in #15

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Apr 22:02
2953962

Choose a tag to compare

What's Changed

  • Add BoundaryCells and use it to improve GridDisk time by @iandees in #12
  • Improve speed for CellSet GridDistance by @iandees in #13
  • Add subtract method to cellset by @iandees in #14

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Feb 20:58
2457101

Choose a tag to compare

What's Changed

  • Add Cell GridDistance functionality by @iandees in #11

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Jan 20:09
15708ae

Choose a tag to compare

What's Changed

  • Expose GridDisk and GridDiskDistances, implement GridDisk for a CellSet by @iandees in #9
  • Adjust go.mod to use a slightly less specific version of Go by @iandees in #10

Full Changelog: v0.1.0...v0.2.0

v0.1.0

06 Jan 21:56
c195429

Choose a tag to compare

Initial release to try using this library's public API.

What's Changed

  • Add cell, basecell, and enough code to implement Valid() by @iandees in #1
  • Add CellSet type and related boilerplate functions and tests by @iandees in #2
  • Add math extensions code and tests by @iandees in #3
  • Add vec3d, latlng code and tests by @iandees in #4
  • Add vec2d code and tests by @iandees in #5
  • Add bbox code and tests by @iandees in #6
  • Add code for grid disk calculation by @iandees in #7
  • Add readme by @iandees in #8

New Contributors

Full Changelog: https://github.com/ZipRecruiter/h3-go/commits/v0.1.0