Skip to content

Commit 06fde2a

Browse files
committed
Updated for Neo4j 5.12
Updated for Neo4j 5.12 Multiple changes noted in changelog
1 parent c7c3057 commit 06fde2a

File tree

6 files changed

+929
-422
lines changed

6 files changed

+929
-422
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG - Neo4jH3
22

3+
## 5.12 2023-10-20
4+
* [Added] Tested through Neo4j 5.12
5+
* [Added] Added com.neo4jh3.polygonIntersection and com.neo4jh3.polygonIntersectionString to return the h3 addresses that are in the intersection between two polygons
6+
* [Added] Added dependency on org.apache.commons.commons-math3 for decimal rounding
7+
* [Updated] Updated com.neo4jh3.cellToLatLng, com.neo4jh3.cellToLatLngString, com.neo4jh3.centeraswkb, com.neo4jh3.centeraswkbString, com.neo4jh3.centeraswkt, com.neo4jh3.centeraswktString, com.neo4jh3.boundaryaswkt, com.neo4jh3.boundaryaswktString, com.neo4jh3.boundaryaswkb, com.neo4jh3.boundaryaswkbString, com.neo4jh3.centerasgeojson, com.neo4jh3.centerasgeojsonString, com.neo4jh3.boundaryasgeojson and com.neo4jh3.boundaryasgeojsonString to return results in lon / lat format at 6 decimal precision.
8+
* [Updated] - Multiple fixes within the Documentation.md file
9+
10+
11+
312
## 5.11 2023-08-18
413
* [Added] Tested through Neo4j 5.11
514
* [Updated] Updated the com.neo4jh3.pointash3String and com.neo4jh3.pointash3 functions to take a 3rd parameter to indicate if the point is in lat/lon format or lon/lat format.

0 commit comments

Comments
 (0)