Skip to content

Commit 356125a

Browse files
committed
Update version of the lib
1 parent d6139e3 commit 356125a

File tree

6 files changed

+8
-22
lines changed

6 files changed

+8
-22
lines changed

changelog.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,16 @@
1-
# Changes in 1.14
1+
# Changes in 1.15
22

33

44
## Breaking changes
55

6-
* Drop support for PyArrow 15.
7-
* Remove support for the alpha version of the GDS Arrow Server.
86

97
## New features
108

119

1210
## Bug fixes
1311

14-
* Fixed a bug, where sessions could not be created for AuraDB instances of tier `business-critical`.
15-
* Fixed a bug, where sessions would fail on write-back if the Graph was empty.
16-
* Fixed a bug, where the progress bar would not be shown unless the `jobId` parameter was set. The progress bar can be toggled on and off via `GraphDataScience::set_show_progress`.
17-
1812

1913
## Improvements
2014

21-
* Support Python 3.13.
22-
* Support PyArrow 19.0.
23-
* Display progress bar for remote projection and open-ended tasks.
24-
* Improve progress bar by showing the description of the currently running task.
25-
* Allow passing the optional graph filter also as type `str` to `gds.graph.list()` instead of only `Graph`.
26-
* Listen and to SIGINT and SIGTERM and interrupt projection and write-backs based on GDS Session. Note this only works if the query runs in the main thread.
27-
* Avoid data copy by using the arrow-based DataFrame backend for arrow-based endpoints and if pandas>2.0
28-
* Support `node_properties` parameter also as type `str` instead of only list for endpoint `gds.graph.nodeProperties.stream`.
2915

3016
## Other changes

doc/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graph-data-science-client
22
title: Neo4j Graph Data Science Client
3-
version: '1.14-preview'
3+
version: '1.15.-preview'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc

doc/package.json

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

doc/preview.yml

+2-2
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.14-preview'
32+
sitemap_version: '1.15.-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.14-preview
66+
api-version: 1.15.-preview

doc/publish.yml

+2-2
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', '1.9', '1.10', '1.11', '1.12', '1.13', 'main']
11+
branches: ['1.10', '1.11', '1.12', '1.13', '1.14', 'main']
1212
include: doc/
1313
exclude:
1414
- '!**/_includes/*'
@@ -61,4 +61,4 @@ asciidoc:
6161
common-license-page-uri: https://neo4j.com/docs/license/
6262
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6363
neo4j-docs-base-uri: https://neo4j.com/docs
64-
api-version: 1.14-preview
64+
api-version: 1.15.-preview

graphdatascience/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.14"
1+
__version__ = "1.15"
22
__min_server_version__ = "2.6.0" # matches installation.adoc

0 commit comments

Comments
 (0)