Skip to content

Releases: davidfauth/Neo4jH3

v2025.04.0

01 May 20:28

Choose a tag to compare

Update pom.xml to match Neo4j 2025.04.0

v2025.02.0

31 Mar 15:11

Choose a tag to compare

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

17 Feb 14:52

Choose a tag to compare

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

12 Feb 20:19

Choose a tag to compare

Updated pom.xml to reflect Neo4j 5.26.2

5.26.0

17 Dec 22:07

Choose a tag to compare

Updated code for Neo4j 5.26.0, the LTS release for Neo4j 5.

5.25

26 Nov 13:30

Choose a tag to compare

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

03 Sep 19:01

Choose a tag to compare

Updated for Neo4j 5.23.0

5.19.1

06 Jun 00:57

Choose a tag to compare

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

18 Apr 09:05

Choose a tag to compare

Updated code base to reflect Neo4j 5.19.0

5.16.0

09 Feb 15:10

Choose a tag to compare

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).