Skip to content

Commit cbf4b79

Browse files
brs96Mats-SXorazve
committed
Update 1.7 to 1.8-preview
Co-authored-by: Mats Rydberg <mats@neo4j.org> Co-authored-by: Olga Razvenskaia <olga.razvenskaia@neo4j.com>
1 parent cd1e584 commit cbf4b79

File tree

8 files changed

+16
-29
lines changed

8 files changed

+16
-29
lines changed

changelog.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
1-
# Changes in 1.7
1+
# Changes in 1.8
22

33

44
## Breaking changes
55

66

77
## New features
88

9-
* Add a new method `GraphDataScience.server_version` which returns the version of the server not as a `str` but as a `ServerVersion`. This allows easier inspection of the major, minor and patch version.
10-
* Implement context managment protocol for `Graph`. This allows usage as part of the `with` statements, where the graph is dropped at the end.
11-
* Added possibility to load datasets from the Open Graph Benchmark via the new methods:
12-
* `gds.graph.ogbn.load` for node property prediction datasets, and
13-
* `gds.graph.ogbl.load` for link property prediction datasets.
14-
* Added possibility to load NetworkX graphs via the new method `gds.graph.networkx.load`.
15-
* Added new sphinx API reference documentation for all procedures.
16-
* Promoted `gds.alpha.graph.construct` to `gds.graph.construct`.
179

1810
## Bug fixes
1911

2012

2113
## Improvements
2214

23-
* When an almost correct method is called, raise an error with a message that suggests the most probable correct method name that was intended.
24-
* Improved IDE auto-completion support to give significantly fewer false positive suggestions.
25-
* Failing to log progress of a call will no longer fail the call itself, but just warn that logging was unsuccessful.
26-
* Underlying connections to a Neo4j DBMS is now being verified and retried automatically up to a timeout of 10 minutes.
27-
* The `GraphDataScience.from_neo4j_driver` factory method now additionally takes the same Arrow related keyword parameters as the `GraphDataScience` constructor.
28-
2915

3016
## Other changes
3117

32-
* Added an example for community detection thanks to @kedarghule.

doc/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: graph-data-science-client
22
title: Neo4j Graph Data Science Client
3-
version: '1.7-preview'
3+
version: '1.8-preview'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:
88
attributes:
9-
docs-version: '1.7'
9+
docs-version: '1.8'

doc/modules/ROOT/pages/installation.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ The Python client supports the following versions of the other three components:
1717
[opts=header, cols="m,m,m,m"]
1818
|===
1919
| Python Client | GDS version | Python version | Neo4j Python Driver version
20+
.1+<.^| 1.8
21+
.2+<.^| >= 2.3, < 2.5
22+
.2+<.^| >= 3.7, < 3.12
23+
.5+<.^| >= 4.4.2, < 6.0.0
24+
2025
.1+<.^| 1.7
21-
.1+<.^| >= 2.3, < 2.5
22-
.1+<.^| >= 3.7, < 3.12
23-
.4+<.^| >= 4.4.2, < 6.0.0
2426

2527
.1+<.^| 1.6
2628
.1+<.^| >= 2.2, < 2.4

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-data-science-client",
3-
"version": "1.7-preview",
3+
"version": "1.8-preview",
44
"description": "Neo4j Graph Data Science Client",
55
"main": "server.js",
66
"scripts": {

doc/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ urls:
2929
antora:
3030
extensions:
3131
- require: "@neo4j-antora/antora-modify-sitemaps"
32-
sitemap_version: '1.7-preview'
32+
sitemap_version: '1.8-preview'
3333
sitemap_loc_version: 'current'
3434
move_sitemaps_to_components: true
3535

@@ -63,4 +63,4 @@ asciidoc:
6363
common-license-page-uri: https://neo4j.com/docs/license/
6464
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6565
neo4j-docs-base-uri: https://neo4j.com/docs
66-
api-version: 1.7-preview
66+
api-version: 1.8-preview

doc/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
sources:
88
- url: ../
99
start_path: doc
10-
branches: ['1.2', '1.3', '1.4', '1.5', '1.6', 'main']
10+
branches: ['1.2', '1.3', '1.4', '1.5', '1.6', '1.7', 'main']
1111
include: doc/
1212
exclude:
1313
- '!**/_includes/*'
@@ -26,7 +26,7 @@ antora:
2626
extensions:
2727
- require: "@neo4j-antora/antora-modify-sitemaps"
2828
# the current stable version
29-
sitemap_version: '1.6'
29+
sitemap_version: '1.7'
3030
sitemap_loc_version: current
3131
move_sitemaps_to_components: 'true'
3232

@@ -60,4 +60,4 @@ asciidoc:
6060
common-license-page-uri: https://neo4j.com/docs/license/
6161
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6262
neo4j-docs-base-uri: https://neo4j.com/docs
63-
api-version: 1.7-preview
63+
api-version: 1.8-preview

doc/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = "Neo4j Graph Data Science Python Client"
1212
copyright = "2023, Neo4j"
1313
author = "Neo4j"
14-
version = "1.7"
14+
version = "1.8"
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

graphdatascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7"
1+
__version__ = "1.8a1"

0 commit comments

Comments
 (0)