Skip to content

Graph Data Science Python Client 1.10

Compare
Choose a tag to compare
@adamnsch adamnsch released this 03 Apr 14:11
· 581 commits to main since this release
4ba2d82

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.