Skip to content

Releases: davidfauth/Neo4jH3

5.26.0

17 Dec 22:07
Compare
Choose a tag to compare

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

5.25

26 Nov 13:30
Compare
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
Compare
Choose a tag to compare

Updated for Neo4j 5.23.0

5.19.1

06 Jun 00:57
Compare
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
Compare
Choose a tag to compare

Updated code base to reflect Neo4j 5.19.0

5.16.0

09 Feb 15:10
Compare
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).

5.15.0

05 Jan 14:37
Compare
Choose a tag to compare

Added in MIT license
Added two new procedures that write to the Neo4j database. These are com.neo4jh3.writeH3StringToDB and com.neo4jh3.writeH3ToDB. These procedures take a list of hex addresses, a Label, a Property and a transaction size and write the results to the database.

5.14.0

12 Dec 16:52
Compare
Choose a tag to compare

This release is for Neo4j 5.14.
Due to changes in Neo4j 5.14 where you can now run Java 17 or Java 21, the pom.xml was changed to address this.

If you are running Neo4j 5.14, please use this release.

5.13.0

22 Nov 18:29
Compare
Choose a tag to compare

Updated to work with Neo4j 5.13

5.12

20 Oct 14:24
Compare
Choose a tag to compare

Added com.neo4jh3.polygonIntersection and com.neo4jh3.polygonIntersectionString to return the h3 addresses that are in the intersection between two polygons

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.

Multiple fixes within the Documentation.md file