Skip to content

Commit b074a03

Browse files
Merge branch '2.5' into post-253-release
2 parents 931e747 + 43e5b85 commit b074a03

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ 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-
| `5.13` | `2.5.1` or later, `2.4.7` or later
14-
| `5.12` | `2.5`, `2.4.6` or later
15-
| `5.11` | `2.5`, `2.4.4` or later
16-
| `5.10` | `2.5`, `2.4.2` or later
17-
| `5.9` | `2.5`, `2.4`
18-
| `5.8` | `2.5`, `2.4`
19-
| `5.7` | `2.5`, `2.4`
20-
| `5.6` | `2.5`, `2.4`
21-
| `5.5` | `2.4`
22-
| `5.4` | `2.4`
23-
| `5.3` | `2.4`
24-
| `5.2` | `2.4`
25-
| `5.1` | `2.4`
13+
| `5.13` | `2.5.1` or later, `2.4.7` or later footnote:eol[2.4 version series is end-of-life and will not receive further patches. Please use a later version.]
14+
| `5.12` | `2.5`, `2.4.6` or later footnote:eol[]
15+
| `5.11` | `2.5`, `2.4.4` or later footnote:eol[]
16+
| `5.10` | `2.5`, `2.4.2` or later footnote:eol[]
17+
| `5.9` | `2.5`, `2.4` footnote:eol[]
18+
| `5.8` | `2.5`, `2.4` footnote:eol[]
19+
| `5.7` | `2.5`, `2.4` footnote:eol[]
20+
| `5.6` | `2.5`, `2.4` footnote:eol[]
21+
| `5.5` | `2.4` footnote:eol[]
22+
| `5.4` | `2.4` footnote:eol[]
23+
| `5.3` | `2.4` footnote:eol[]
24+
| `5.2` | `2.4` footnote:eol[]
25+
| `5.1` | `2.4` footnote:eol[]
2626
| `4.4.27` or later | `2.5.3` or later
27-
| `4.4.9` - `4.4.26` | `2.5`, `2.4`
27+
| `4.4.9` - `4.4.26` | `2.5`, `2.4` footnote:eol[]
2828
|===

doc/modules/ROOT/pages/management-ops/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Graph management
33
:description: This section details the graph catalog operations available to manage graphs within the Neo4j Graph Data Science library.
44
// aliases for old pages which were split into multiple and have no 1:1 redirect
5-
:page-aliases: graph-catalog-node-ops,graph-catalog-relationship-ops, graph-catalog-export-ops, management-ops/graph-catalog-export-ops
5+
:page-aliases: graph-catalog-node-ops, graph-catalog-relationship-ops, graph-catalog-export-ops, management-ops/graph-catalog-export-ops, management-ops/graph-catalog-ops
66

77
A _graph_ in GDS is an in-memory structure containing _nodes_ connected by _relationships_. Both nodes and relationships can hold numerical attributes (_properties_).
88
Graphs are stored using compressed data structures optimized for topology and property lookup operations.

0 commit comments

Comments
 (0)