Releases: uber/h3-go
Releases · uber/h3-go
v4.4.1
What's Changed
- chore: update Go to v1.24 by @justinhwang in #106
- feat: optimize int pow for NumCells by @justinhwang in #107
- feat: optimize cellBndryFromC numVerts by @justinhwang in #108
- feat: stack-allocate latLng.toC by @justinhwang in #110
- feat: zero-copy cast for edgesFromC by @justinhwang in #111
- feat: optimize gridDisksUnsafe implementation by @justinhwang in #109
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- test: add latlng string test coverage by @jogly in #87
- docs: update h3 version in readme by @justinhwang in #90
- chore: bump coverage to 100, update readme badges by @justinhwang in #91
- chore: remove matrix from golangci-lint action, fix coveralls parallel by @justinhwang in #92
- docs: update cov badge, attempt fix logo right align by @justinhwang in #93
- docs: revert img to align, update links to avoid redirects by @justinhwang in #94
- feat: introduce CellFrom/ToString by @justinhwang in #95
- feat: breaking: introduce Vertex typedef by @justinhwang in #96
- feat: bump H3 Core to 4.4.0 by @justinhwang in #98
- feat: introduce IndexDigit by @justinhwang in #99
- feat: use generics to avoid code duplication, add DirectedEdgeFromString by @justinhwang in #100
- feat: update error codes to match H3 core by @justinhwang in #101
- chore: update Go to v1.23, fix lint by @justinhwang in #102
- feat: add IsValidIndex by @mojixcoder in #103
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- feat: bump H3 Core to 4.3.0, use C gridRing impl by @justinhwang in #89
Full Changelog: v4.2.4...v4.3.0
v4.2.4
What's Changed
- feat: Implement GridDisksUnsafe, GridDiskDistancesUnsafe, GridDiskDistancesSafe by @justinhwang in #84
- feat: convert directly between C and Go arrays by @justinhwang in #85
- feat: Slightly optimize CellsToMultiPolygon and LatLng#String by @justinhwang in #86
Full Changelog: v4.2.3...v4.2.4
v4.2.3
What's Changed
- feat: add GridRing and GridRingUnsafe by @justinhwang in #82
- chore: bump Go to v1.22 by @justinhwang in #83
New Contributors
- @justinhwang made their first contribution in #82
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- Update H3 Version and Fix Memory Leak by @zachcoleman in #79
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- Exposing
PolygonToCellsExperimentalby @zachcoleman in #68
Full Changelog: v4.2.0...v4.2.1
v4.2.0
❗This release introduces breaking API changes with the introduction of the returning of error codes #73.❗
What's Changed
- chore: upgrade to Go 1.20 by @mojixcoder in #72
- feat: update h3-core to v4.2.0 by @mojixcoder in #75
- feat: added error codes by @mojixcoder in #73
Full Changelog: v4.1.2...v4.2.0
v4.1.2
What's Changed
- feat: added full support for vertex mode by @mojixcoder in #71
New Contributors
- @mojixcoder made their first contribution in #71
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- Adding CellsToMultiPolygon by @zachcoleman in #70
New Contributors
- @zachcoleman made their first contribution in #70
Full Changelog: v4.1.0...v4.1.1