Graph Data Science Python Client 1.10
We are happy to announce the release of graphdatascience
, the GDS Python client, version 1.10! It is published to PyPI!
Documentation: https://neo4j.com/docs/graph-data-science-client/1.10/
Highlights:
- Fixed an issue where source and target IDs of relationships in heterogeneous OGBL graphs were not parsed correctly.
- Fixed an issue where configuration parameters such as aggregation were ignored by
gds.graph.toUndirected
. - Fixed an issue where the database given for the
GraphDataScience
construction was not used for metadata retrieval, causing an exception to be raised if the default "neo4j" database was missing. - Fixed an issue where progress bars would not always complete.
- Fixed an issue where an empty relationship type could not be streamed.
The release can be pip installed with pip install graphdatascience==1.10
.