@@ -26,19 +26,21 @@ When installing GDS manually, please refer to the below compatibility matrix:
26
26
.Compatibility matrix (italicized version is in development)
27
27
|===
28
28
|GDS version | Neo4j version | Java Version
29
- .7+<.^|_GDS 2.5.x_
29
+ .8+<.^|_GDS 2.5.x_
30
+ |Neo4j 5.12.0
31
+ .7+.^|Java 17
30
32
|Neo4j 5.11.0
31
- .6+.^|Java 17
32
33
|Neo4j 5.10.0
33
34
|Neo4j 5.9.0
34
35
|Neo4j 5.8.0
35
36
|Neo4j 5.7.0
36
37
|Neo4j 5.6.0
37
38
|Neo4j 4.4.9 - 4.4.26
38
39
.1+.^|Java 11
39
- .12+<.^|GDS 2.4.x
40
+ .13+<.^|GDS 2.4.x
41
+ |Neo4j 5.12.0
42
+ .12+.^|Java 17
40
43
|Neo4j 5.11.0
41
- .11+.^|Java 17
42
44
|Neo4j 5.10.0
43
45
|Neo4j 5.9.0
44
46
|Neo4j 5.8.0
@@ -106,7 +108,7 @@ For the most basic set of features, like graph loading and the graph representat
106
108
<dependency>
107
109
<groupId>org.neo4j.gds</groupId>
108
110
<artifactId>core</artifactId>
109
- <version>2.4.6 </version>
111
+ <version>2.5.0 </version>
110
112
</dependency>
111
113
----
112
114
@@ -118,21 +120,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
118
120
<dependency>
119
121
<groupId>org.neo4j.gds</groupId>
120
122
<artifactId>algo-common</artifactId>
121
- <version>2.4.6 </version>
123
+ <version>2.5.0 </version>
122
124
</dependency>
123
125
124
126
<!-- Contains the productized algorithms -->
125
127
<dependency>
126
128
<groupId>org.neo4j.gds</groupId>
127
129
<artifactId>algo</artifactId>
128
- <version>2.4.6 </version>
130
+ <version>2.5.0 </version>
129
131
</dependency>
130
132
131
133
<!-- Contains some alpha algorithms -->
132
134
<dependency>
133
135
<groupId>org.neo4j.gds</groupId>
134
136
<artifactId>alpha-algo</artifactId>
135
- <version>2.4.6 </version>
137
+ <version>2.5.0 </version>
136
138
</dependency>
137
139
----
138
140
@@ -144,28 +146,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
144
146
<dependency>
145
147
<groupId>org.neo4j.gds</groupId>
146
148
<artifactId>proc-common</artifactId>
147
- <version>2.4.6 </version>
149
+ <version>2.5.0 </version>
148
150
</dependency>
149
151
150
152
<!-- Contains the productized algorithm procedures -->
151
153
<dependency>
152
154
<groupId>org.neo4j.gds</groupId>
153
155
<artifactId>proc</artifactId>
154
- <version>2.4.6 </version>
156
+ <version>2.5.0 </version>
155
157
</dependency>
156
158
157
159
<!-- Contains some alpha algorithm procedures-->
158
160
<dependency>
159
161
<groupId>org.neo4j.gds</groupId>
160
162
<artifactId>alpha-proc</artifactId>
161
- <version>2.4.6 </version>
163
+ <version>2.5.0 </version>
162
164
</dependency>
163
165
164
166
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
165
167
<dependency>
166
168
<groupId>org.neo4j.gds</groupId>
167
169
<artifactId>open-write-services</artifactId>
168
- <version>2.4.6 </version>
170
+ <version>2.5.0 </version>
169
171
</dependency>
170
172
----
171
173
0 commit comments