@@ -81,10 +81,12 @@ If you are using Neo4j Desktop you can simply add the Graph Data Science library
8181|Neo4j 4.4.9 - 4.4.15
8282|Neo4j 5.1.0
8383|Neo4j 5.2.0
84+ |Neo4j 5.3.0
8485.3+<.^|GDS 2.3.x
8586|Neo4j 4.4.9 - 4.4.15
8687|Neo4j 5.1.0
8788|Neo4j 5.2.0
89+ |Neo4j 5.3.0
8890|===
8991
9092NOTE: Preview releases are not automatically made available in Neo4j Desktop. They need to be installed manually.
@@ -128,7 +130,7 @@ For the most basic set of features, like graph loading and the graph representat
128130<dependency>
129131 <groupId>org.neo4j.gds</groupId>
130132 <artifactId>core</artifactId>
131- <version>2.2.5 </version>
133+ <version>2.2.6 </version>
132134</dependency>
133135----
134136
@@ -140,21 +142,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
140142<dependency>
141143 <groupId>org.neo4j.gds</groupId>
142144 <artifactId>algo-common</artifactId>
143- <version>2.2.5 </version>
145+ <version>2.2.6 </version>
144146</dependency>
145147
146148<!-- Contains the productized algorithms -->
147149<dependency>
148150 <groupId>org.neo4j.gds</groupId>
149151 <artifactId>algo</artifactId>
150- <version>2.2.5 </version>
152+ <version>2.2.6 </version>
151153</dependency>
152154
153155<!-- Contains some alpha algorithms -->
154156<dependency>
155157 <groupId>org.neo4j.gds</groupId>
156158 <artifactId>alpha-algo</artifactId>
157- <version>2.2.5 </version>
159+ <version>2.2.6 </version>
158160</dependency>
159161----
160162
@@ -166,28 +168,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
166168<dependency>
167169 <groupId>org.neo4j.gds</groupId>
168170 <artifactId>proc-common</artifactId>
169- <version>2.2.5 </version>
171+ <version>2.2.6 </version>
170172</dependency>
171173
172174<!-- Contains the productized algorithm procedures -->
173175<dependency>
174176 <groupId>org.neo4j.gds</groupId>
175177 <artifactId>proc</artifactId>
176- <version>2.2.5 </version>
178+ <version>2.2.6 </version>
177179</dependency>
178180
179181<!-- Contains some alpha algorithm procedures-->
180182<dependency>
181183 <groupId>org.neo4j.gds</groupId>
182184 <artifactId>alpha-proc</artifactId>
183- <version>2.2.5 </version>
185+ <version>2.2.6 </version>
184186</dependency>
185187
186188<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
187189<dependency>
188190 <groupId>org.neo4j.gds</groupId>
189191 <artifactId>write-services</artifactId>
190- <version>2.2.5 </version>
192+ <version>2.2.6 </version>
191193</dependency>
192194----
193195
@@ -239,7 +241,7 @@ To use the bundled JAR in Neo4j, place the JAR file in the `plugins` directory o
239241For further instructions, see our https://neo4j.com/docs/graph-data-science/current/installation/[documentation].
240242
241243Preview of the documentation::
242- A preview of the latest documentation can be found at https://neo4j.com/docs/graph-data-science/2.3- preview/.
244+ A preview of the latest documentation can be found at https://neo4j.com/docs/graph-data-science/preview/.
243245
244246
245247== Contributing
0 commit comments