@@ -26,11 +26,15 @@ 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
- .3+<.^|_GDS 2.11 .x (preview)_
29
+ .3+<.^|_GDS 2.12 .x (preview)_
30
30
|Neo4j 5.25.0
31
31
.3+.^|Java 21 & Java 17
32
32
|Neo4j 5.24.0
33
33
|Neo4j 5.23.0
34
+ .2+<.^|GDS 2.11.x
35
+ |Neo4j 5.24.0
36
+ .2+.^|Java 21 & Java 17
37
+ |Neo4j 5.23.0
34
38
.3+<.^|GDS 2.10.x
35
39
|Neo4j 5.24.0
36
40
.3+.^|Java 21 & Java 17
@@ -116,7 +120,7 @@ For the most basic set of features, like graph loading and the graph representat
116
120
<dependency>
117
121
<groupId>org.neo4j.gds</groupId>
118
122
<artifactId>core</artifactId>
119
- <version>2.10 .0</version>
123
+ <version>2.11 .0</version>
120
124
</dependency>
121
125
----
122
126
@@ -128,21 +132,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
128
132
<dependency>
129
133
<groupId>org.neo4j.gds</groupId>
130
134
<artifactId>algo-common</artifactId>
131
- <version>2.10 .0</version>
135
+ <version>2.11 .0</version>
132
136
</dependency>
133
137
134
138
<!-- Contains the productized algorithms -->
135
139
<dependency>
136
140
<groupId>org.neo4j.gds</groupId>
137
141
<artifactId>algo</artifactId>
138
- <version>2.10 .0</version>
142
+ <version>2.11 .0</version>
139
143
</dependency>
140
144
141
145
<!-- Contains some alpha algorithms -->
142
146
<dependency>
143
147
<groupId>org.neo4j.gds</groupId>
144
148
<artifactId>alpha-algo</artifactId>
145
- <version>2.10 .0</version>
149
+ <version>2.11 .0</version>
146
150
</dependency>
147
151
----
148
152
@@ -154,28 +158,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
154
158
<dependency>
155
159
<groupId>org.neo4j.gds</groupId>
156
160
<artifactId>proc-common</artifactId>
157
- <version>2.10 .0</version>
161
+ <version>2.11 .0</version>
158
162
</dependency>
159
163
160
164
<!-- Contains the productized algorithm procedures -->
161
165
<dependency>
162
166
<groupId>org.neo4j.gds</groupId>
163
167
<artifactId>proc</artifactId>
164
- <version>2.10 .0</version>
168
+ <version>2.11 .0</version>
165
169
</dependency>
166
170
167
171
<!-- Contains some alpha algorithm procedures-->
168
172
<dependency>
169
173
<groupId>org.neo4j.gds</groupId>
170
174
<artifactId>alpha-proc</artifactId>
171
- <version>2.10 .0</version>
175
+ <version>2.11 .0</version>
172
176
</dependency>
173
177
174
178
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
175
179
<dependency>
176
180
<groupId>org.neo4j.gds</groupId>
177
181
<artifactId>open-write-services</artifactId>
178
- <version>2.10 .0</version>
182
+ <version>2.11 .0</version>
179
183
</dependency>
180
184
----
181
185
0 commit comments