You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified the functions com.neo4jh3.pointash3String and com.neo4jh3.pointash3 to accept a lat/lon or lon/lat parameter
Updated for Neo4j 5.11
Fixed a documentation bug
Fixed some tests so they would work on Windows
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# CHANGELOG - Neo4jH3
2
2
3
-
## 5.10 2023-0809
3
+
## 5.11 2023-08-18
4
+
*[Added] Tested through Neo4j 5.11
5
+
*[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.
6
+
*[Updated] Updated tests to address issues between Linux and Windows
7
+
8
+
## 5.10 2023-08-09
4
9
5
10
*[Added] Tested through Neo4j 5.10
6
11
*[Updated] Bumped org.apache.commons.commons-lang3 to 3.13.0
7
12
8
-
## 5.8 2023-0519
13
+
## 5.8 2023-05-19
9
14
10
15
*[Added] Tested through Neo4j 5.8
11
16
*[Added] Added support for converting a LINESTRING geospatial object to H3 number - com.neo4jh3.lineash3
Copy file name to clipboardExpand all lines: Documentation.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -943,7 +943,7 @@ If resolutionExpr is smaller than 0 or larger than 15, the function returns -2
943
943
RETURN com.neo4jh3.multilineash3String('MULTILINESTRING((37.2713558667319 -121.91508032705622), (37.353926450852256 -121.86222328902491))',16) AS value
0 commit comments