@@ -26,11 +26,15 @@ When installing GDS manually, please refer to the below compatibility matrix:
2626.Compatibility matrix (italicized version is in development)
2727|===
2828|GDS version | Neo4j version | Java Version
29- .3+<.^|_GDS 2.11 .x (preview)_
29+ .3+<.^|_GDS 2.12 .x (preview)_
3030|Neo4j 5.25.0
3131.3+.^|Java 21 & Java 17
3232|Neo4j 5.24.0
3333|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
3438.3+<.^|GDS 2.10.x
3539|Neo4j 5.24.0
3640.3+.^|Java 21 & Java 17
@@ -116,7 +120,7 @@ For the most basic set of features, like graph loading and the graph representat
116120<dependency>
117121 <groupId>org.neo4j.gds</groupId>
118122 <artifactId>core</artifactId>
119- <version>2.10 .0</version>
123+ <version>2.11 .0</version>
120124</dependency>
121125----
122126
@@ -128,21 +132,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
128132<dependency>
129133 <groupId>org.neo4j.gds</groupId>
130134 <artifactId>algo-common</artifactId>
131- <version>2.10 .0</version>
135+ <version>2.11 .0</version>
132136</dependency>
133137
134138<!-- Contains the productized algorithms -->
135139<dependency>
136140 <groupId>org.neo4j.gds</groupId>
137141 <artifactId>algo</artifactId>
138- <version>2.10 .0</version>
142+ <version>2.11 .0</version>
139143</dependency>
140144
141145<!-- Contains some alpha algorithms -->
142146<dependency>
143147 <groupId>org.neo4j.gds</groupId>
144148 <artifactId>alpha-algo</artifactId>
145- <version>2.10 .0</version>
149+ <version>2.11 .0</version>
146150</dependency>
147151----
148152
@@ -154,28 +158,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
154158<dependency>
155159 <groupId>org.neo4j.gds</groupId>
156160 <artifactId>proc-common</artifactId>
157- <version>2.10 .0</version>
161+ <version>2.11 .0</version>
158162</dependency>
159163
160164<!-- Contains the productized algorithm procedures -->
161165<dependency>
162166 <groupId>org.neo4j.gds</groupId>
163167 <artifactId>proc</artifactId>
164- <version>2.10 .0</version>
168+ <version>2.11 .0</version>
165169</dependency>
166170
167171<!-- Contains some alpha algorithm procedures-->
168172<dependency>
169173 <groupId>org.neo4j.gds</groupId>
170174 <artifactId>alpha-proc</artifactId>
171- <version>2.10 .0</version>
175+ <version>2.11 .0</version>
172176</dependency>
173177
174178<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
175179<dependency>
176180 <groupId>org.neo4j.gds</groupId>
177181 <artifactId>open-write-services</artifactId>
178- <version>2.10 .0</version>
182+ <version>2.11 .0</version>
179183</dependency>
180184----
181185
0 commit comments