Skip to content

Commit a46ad45

Browse files
committed
Update 1.9 to 1.10-preview
1 parent 75f00de commit a46ad45

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

changelog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in 1.9
1+
# Changes in 1.10
22

33

44
## Breaking changes
@@ -9,15 +9,10 @@
99

1010
## Bug fixes
1111

12-
* Fixed a bug which caused an exception to be raised when running `gds.license.state` targeting an AuraDS instance.
13-
* Fixed a bug where the parameter `listNodeLabels` was ignored for `gds.graph.[nodeProperty|nodeProperties].stream` calls via Arrow.
14-
* Fixed a bug where the parameter `listNodeLabels` was ignored for `gds.graph.[nodeProperty|nodeProperties].stream` calls via Cypher and `separate_property_columns=True`.
1512

1613

1714
## Improvements
1815

19-
* Expose user facing custom types so that they can be directly imported from `graphdatascience`.
20-
* Allow dropping graphs through `gds.graph.drop` by name and not only based on `Graph` objects.
2116

2217

2318
## Other changes

doc/modules/ROOT/pages/installation.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ 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.10
21+
.1+<.^| >= 2.4, < 2.7
22+
.1+<.^| >= 3.8, < 3.13
23+
.7+<.^| >= 4.4.2, < 6.0.0
24+
2025
.1+<.^| 1.9
2126
.2+<.^| >= 2.4, < 2.6
2227
.2+<.^| >= 3.8, < 3.12
23-
.6+<.^| >= 4.4.2, < 6.0.0
2428

2529
.1+<.^| 1.8
2630

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.9-preview",
3+
"version": "1.10-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.9-preview'
32+
sitemap_version: '1.10-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.9-preview
66+
api-version: 1.10-preview

doc/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
- url: ../
99
edit_url: '{web_url}/tree/{refname}/{path}'
1010
start_path: doc
11-
branches: ['1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', 'main']
11+
branches: ['1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', 'main']
1212
include: doc/
1313
exclude:
1414
- '!**/_includes/*'
@@ -27,7 +27,7 @@ antora:
2727
extensions:
2828
- require: "@neo4j-antora/antora-modify-sitemaps"
2929
# the current stable version
30-
sitemap_version: '1.8'
30+
sitemap_version: '1.9'
3131
sitemap_loc_version: current
3232
move_sitemaps_to_components: 'true'
3333

graphdatascience/version.py

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

0 commit comments

Comments
 (0)