Skip to content

Commit 008f197

Browse files
committed
Post-release 2.17.1
1 parent cb5532c commit 008f197

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

README.adoc

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ 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-
.1+<.^|_GDS 2.17_
30-
|_Neo4j 2025.04_
31-
.4+.^|Java 21
29+
.1+<.^|_GDS 2.18_
30+
|_Neo4j 2025.05_
31+
.5+.^|Java 21
32+
.1+<.^|GDS 2.17
33+
|Neo4j 2025.04
3234
.1+<.^|GDS 2.16
3335
|Neo4j 2025.03
3436
.1+<.^|GDS 2.15
@@ -96,7 +98,7 @@ For the most basic set of features, like graph loading and the graph representat
9698
<dependency>
9799
<groupId>org.neo4j.gds</groupId>
98100
<artifactId>core</artifactId>
99-
<version>2.16.0</version>
101+
<version>2.17.1</version>
100102
</dependency>
101103
----
102104

@@ -108,21 +110,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
108110
<dependency>
109111
<groupId>org.neo4j.gds</groupId>
110112
<artifactId>algo-common</artifactId>
111-
<version>2.16.0</version>
113+
<version>2.17.1</version>
112114
</dependency>
113115
114116
<!-- Contains the productized algorithms -->
115117
<dependency>
116118
<groupId>org.neo4j.gds</groupId>
117119
<artifactId>algo</artifactId>
118-
<version>2.16.0</version>
120+
<version>2.17.1</version>
119121
</dependency>
120122
121123
<!-- Contains some alpha algorithms -->
122124
<dependency>
123125
<groupId>org.neo4j.gds</groupId>
124126
<artifactId>alpha-algo</artifactId>
125-
<version>2.16.0</version>
127+
<version>2.17.1</version>
126128
</dependency>
127129
----
128130

@@ -134,28 +136,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
134136
<dependency>
135137
<groupId>org.neo4j.gds</groupId>
136138
<artifactId>proc-common</artifactId>
137-
<version>2.16.0</version>
139+
<version>2.17.1</version>
138140
</dependency>
139141
140142
<!-- Contains the productized algorithm procedures -->
141143
<dependency>
142144
<groupId>org.neo4j.gds</groupId>
143145
<artifactId>proc</artifactId>
144-
<version>2.16.0</version>
146+
<version>2.17.1</version>
145147
</dependency>
146148
147149
<!-- Contains some alpha algorithm procedures-->
148150
<dependency>
149151
<groupId>org.neo4j.gds</groupId>
150152
<artifactId>alpha-proc</artifactId>
151-
<version>2.16.0</version>
153+
<version>2.17.1</version>
152154
</dependency>
153155
154156
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
155157
<dependency>
156158
<groupId>org.neo4j.gds</groupId>
157159
<artifactId>open-write-services</artifactId>
158-
<version>2.16.0</version>
160+
<version>2.17.1</version>
159161
</dependency>
160162
----
161163

doc/modules/ROOT/pages/installation/supported-neo4j-versions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
1010
[opts=header]
1111
|===
1212
| Neo4j version | Neo4j Graph Data Science
13+
| `2025.05` | `2.18`
1314
| `2025.04` | `2.17`
1415
| `2025.03` | `2.16`
1516
| `2025.02` | `2.15`

0 commit comments

Comments
 (0)