Skip to content

Commit

Permalink
Merge branch '2.5' into post-253-release
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisPanagiotas authored Nov 9, 2023
2 parents 931e747 + 43e5b85 commit b074a03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions doc/modules/ROOT/pages/installation/supported-neo4j-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
[opts=header]
|===
| Neo4j version | Neo4j Graph Data Science
| `5.13` | `2.5.1` or later, `2.4.7` or later
| `5.12` | `2.5`, `2.4.6` or later
| `5.11` | `2.5`, `2.4.4` or later
| `5.10` | `2.5`, `2.4.2` or later
| `5.9` | `2.5`, `2.4`
| `5.8` | `2.5`, `2.4`
| `5.7` | `2.5`, `2.4`
| `5.6` | `2.5`, `2.4`
| `5.5` | `2.4`
| `5.4` | `2.4`
| `5.3` | `2.4`
| `5.2` | `2.4`
| `5.1` | `2.4`
| `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.]
| `5.12` | `2.5`, `2.4.6` or later footnote:eol[]
| `5.11` | `2.5`, `2.4.4` or later footnote:eol[]
| `5.10` | `2.5`, `2.4.2` or later footnote:eol[]
| `5.9` | `2.5`, `2.4` footnote:eol[]
| `5.8` | `2.5`, `2.4` footnote:eol[]
| `5.7` | `2.5`, `2.4` footnote:eol[]
| `5.6` | `2.5`, `2.4` footnote:eol[]
| `5.5` | `2.4` footnote:eol[]
| `5.4` | `2.4` footnote:eol[]
| `5.3` | `2.4` footnote:eol[]
| `5.2` | `2.4` footnote:eol[]
| `5.1` | `2.4` footnote:eol[]
| `4.4.27` or later | `2.5.3` or later
| `4.4.9` - `4.4.26` | `2.5`, `2.4`
| `4.4.9` - `4.4.26` | `2.5`, `2.4` footnote:eol[]
|===
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/management-ops/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Graph management
:description: This section details the graph catalog operations available to manage graphs within the Neo4j Graph Data Science library.
// aliases for old pages which were split into multiple and have no 1:1 redirect
:page-aliases: graph-catalog-node-ops,graph-catalog-relationship-ops, graph-catalog-export-ops, management-ops/graph-catalog-export-ops
: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

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

0 comments on commit b074a03

Please sign in to comment.