Skip to content

Commit 01f4cfb

Browse files
FlorentinDadamnsch
andcommitted
Bump client version to 1.5
Co-authored-by: Adam Schill Collberg <adam.schill.collberg@protonmail.com>
1 parent 5daf1d7 commit 01f4cfb

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

changelog.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
# Changes in 1.4
1+
# Changes in 1.5
22

33

44
## Breaking changes
55

66

77
## New features
88

9-
* The `DataFrame` returned by `gds.beta.graph.relationships.stream` now has a convenience method called `by_rel_type`.
10-
This method converts the topology result to a map from relationship types to matrices describing the topology of the type.
11-
* Added a new optional string parameter `database` to `GraphDataScience.run_cypher` for overriding which database to target.
12-
* Added new method `gds.graph.load_cora` to load the CORA dataset into GDS.
13-
* Added a new optional string parameter `database` to the `GraphDataScience` constructor for specifying the targeted database.
14-
159

1610
## Bug fixes
1711

18-
* Fix resolving Node regression pipelines created via `gds.alpha.pipeline.nodeRegression.create`.
19-
* Fix resolving Node regression models created via `gds.alpha.pipeline.nodeRegression.train`.
20-
* Fix an issue where `run_cypher` did not execute Cypher correctly in some edge cases.
21-
2212

2313
## Improvements
2414

25-
* Added custom implementation of `__str__` and `__repr__` for Graph, Model and Pipeline objects.
26-
* Added a more helpful custom exception message for when a `str` is provided to methods that take `Graph` objects.
27-
2815

2916
## Other changes

doc/modules/ROOT/pages/installation.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ The Python client supports the following versions of the other three components:
1616
[opts=header, cols="m,m,m,m"]
1717
|===
1818
| Python Client | GDS version | Python version | Neo4j Python Driver version
19+
.1+<.^| 1.5
20+
.3+<.^| 2.1
21+
.2+<.^| >= 3.7, < 3.11
22+
.2+<.^| >= 4.4.2, < 6.0.0
23+
1924
.1+<.^| 1.4
20-
.2+<.^| 2.1
21-
.1+<.^| >= 3.7, < 3.11
22-
.1+<.^| >= 4.4.2, < 6.0.0
2325

2426
.1+<.^| 1.3
2527
.1+<.^| >= 3.7, < 3.10

graphdatascience/version.py

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

0 commit comments

Comments
 (0)