Skip to content

Commit

Permalink
Drop some compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Jan 30, 2024
1 parent b1f32f4 commit f9ed0c6
Show file tree
Hide file tree
Showing 156 changed files with 22 additions and 18,016 deletions.
25 changes: 10 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,15 @@ When installing GDS manually, please refer to the below compatibility matrix:
.Compatibility matrix (italicized version is in development)
|===
|GDS version | Neo4j version | Java Version
.12+<.^|_GDS 2.6.x_ (preview)
.7+<.^|_GDS 2.6.0_
.4+.^|Java 21 & Java 17
|Neo4j 5.16.0
|Neo4j 5.15.0
|Neo4j 5.14.0
|Neo4j 5.13.0
.7+.^|Java 17
.2+.^|Java 17
|Neo4j 5.12.0
|Neo4j 5.11.0
|Neo4j 5.10.0
|Neo4j 5.9.0
|Neo4j 5.8.0
|Neo4j 5.7.0
|Neo4j 5.6.0
.1+.^|Java 11
|Neo4j 4.4.9 - 4.4.30
.11+<.^|GDS 2.5.x
Expand Down Expand Up @@ -100,7 +95,7 @@ For the most basic set of features, like graph loading and the graph representat
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>core</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
----

Expand All @@ -112,21 +107,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo-common</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
<!-- Contains the productized algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>algo</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
<!-- Contains some alpha algorithms -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-algo</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
----

Expand All @@ -138,28 +133,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>proc-common</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
<!-- Contains the productized algorithm procedures -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>proc</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
<!-- Contains some alpha algorithm procedures-->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>alpha-proc</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
<dependency>
<groupId>org.neo4j.gds</groupId>
<artifactId>open-write-services</artifactId>
<version>2.5.5</version>
<version>2.6.0</version>
</dependency>
----

Expand Down
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ ext {
compatibilityModules = [
'kernel-adapter': [
project(':neo4j-kernel-adapter-4.4'),
project(':neo4j-kernel-adapter-5.6'),
project(':neo4j-kernel-adapter-5.7'),
project(':neo4j-kernel-adapter-5.8'),
project(':neo4j-kernel-adapter-5.9'),
project(':neo4j-kernel-adapter-5.10'),
project(':neo4j-kernel-adapter-5.11'),
project(':neo4j-kernel-adapter-5.12'),
project(':neo4j-kernel-adapter-5.13'),
Expand All @@ -37,11 +32,6 @@ ext {
],
'storage-engine-adapter': [
project(':storage-engine-adapter-4.4'),
project(':storage-engine-adapter-5.6'),
project(':storage-engine-adapter-5.7'),
project(':storage-engine-adapter-5.8'),
project(':storage-engine-adapter-5.9'),
project(':storage-engine-adapter-5.10'),
project(':storage-engine-adapter-5.11'),
project(':storage-engine-adapter-5.12'),
project(':storage-engine-adapter-5.13'),
Expand Down
65 changes: 0 additions & 65 deletions compatibility/5.10/neo4j-kernel-adapter/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f9ed0c6

Please sign in to comment.