File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
5959.3+<.^|GDS 1.7.x
6060|Neo4j 4.1.0 - 4.1.11
6161|Neo4j 4.2.0 - 4.2.15
62- |Neo4j 4.3.0 - 4.3.10
62+ |Neo4j 4.3.0 - 4.3.12
6363
6464.4+<.^|GDS 1.8.x
6565|Neo4j 4.1.0 - 4.1.11
6666|Neo4j 4.2.0 - 4.2.15
67- |Neo4j 4.3.0 - 4.3.10
67+ |Neo4j 4.3.0 - 4.3.12
6868|Neo4j 4.4.0 - 4.4.5
6969
7070.2+<.^|GDS 2.0.x
71- |Neo4j 4.3.0 - 4.3.10
71+ |Neo4j 4.3.0 - 4.3.12
7272|Neo4j 4.4.0 - 4.4.5
7373
7474.2+<.^|GDS 2.1.x
75- |Neo4j 4.3.0 - 4.3.10
75+ |Neo4j 4.3.0 - 4.3.12
7676|Neo4j 4.4.0 - 4.4.5
7777|===
7878
Original file line number Diff line number Diff line change 11ext {
22 releasedNeos = [
3- ' 4.3' : properties. getOrDefault(' neo4jVersion43' , ' 4.3.10 ' ),
3+ ' 4.3' : properties. getOrDefault(' neo4jVersion43' , ' 4.3.12 ' ),
44 ' 4.4' : properties. getOrDefault(' neo4jVersion44' , ' 4.4.5' )
55 ]
66
77 neos = releasedNeos +
88 [
99 ' 4.3.3' : properties. getOrDefault(' neo4jVersion433' , ' 4.3.3' ),
10- ' 4.3.4plus' : properties. getOrDefault(' neo4jVersion434' , ' 4.3.10 ' ),
10+ ' 4.3.4plus' : properties. getOrDefault(' neo4jVersion434' , ' 4.3.12 ' ),
1111 ' 4.4.6-drop01.0' : properties. getOrDefault(' neo4jVersion44drop1' , ' 4.4.6-drop01.0' ),
1212 ' dev' : properties. getOrDefault(' neo4jVersionDev' , ' 5.0.0-dev' ),
1313 ]
You can’t perform that action at this time.
0 commit comments