Releases: davidfauth/Neo4jH3
v2025.04.0
Update pom.xml to match Neo4j 2025.04.0
v2025.02.0
Update POM.xml for Neo4j 2025.02.0
Also added in geojsonmultipolygonash3 and geojsonmultipolygonash3String which read a geoJson list and returns a set of Hex Addresses.
v2025.01.0
Updated to support Neo4j v2025.01.0
Updated to use Java 21 which is required by Neo4j v2025.01.0
v5.26.2: Bumped POM to Neo4j 5.26.2
Updated pom.xml to reflect Neo4j 5.26.2
5.26.0
Updated code for Neo4j 5.26.0, the LTS release for Neo4j 5.
5.25
Deprecating the old naming convention with com.neo4jh3 and migrating to neo4jh3
Added com.neo4jh3.coverage and com.neo4jh3.coverageString procedures which return a list of hex addresses that fully cover a polygon.
5.23.0
Updated for Neo4j 5.23.0
5.19.1
Added two new procedures to read a WKT polygon file and return the Hex Addresss. These are com.neo4jh3.polygonash3 and com.neo4jh3.polygonash3String. These procedures expect the POLYGON in Longitude, Latitude order.
Updated documentation and made some minor fixes.
5.19.0
Updated code base to reflect Neo4j 5.19.0
5.16.0
Added two new procedures that write to the Neo4j database. These are com.neo4jh3.writeH3NodesRelsToDB and com.neo4jh3.writeH3StringNodesRelsToDB.
Added a function com.neo4jh3.angleBetweenPoints to calculate the angle between two points (latitude and longitude).