Skip to content

Neo4j Graph Data Science Python Client 1.15a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@FlorentinD FlorentinD released this 24 Mar 10:20
· 283 commits to main since this release

We are happy to announce the alpha release of graphdatascience, the GDS Python client, version 1.15a1. It is published to PyPI.

Documentation: https://neo4j.com/docs/graph-data-science-client/1.15-preview/

Improvements

  • Reduce calls to the Aura API during GdsSessions::get_or_create.
  • Improve error message when a query is interrupted by a signal (SIGINT or SIGTERM).
  • Improve error message if session is expired.
  • Improve robustness of Arrow client against connection errors such as FlightUnavailableError and FlightTimedOutError.