Skip to content

1.18a1

Pre-release
Pre-release

Choose a tag to compare

@FlorentinD FlorentinD released this 17 Oct 10:44
· 204 commits to main since this release

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

Breaking changes

  • Drop support for Python 3.9

New features

Bug fixes

  • Fixed a bug where GraphDataScience object created via GraphDataScience.from_neo4j_driver would also close the Neo4j driver object on close(). As sole ownership of the driver cannot be expected in this case, the user should close the driver object on their own.

Improvements

  • Added retries to verifying connection and authentication of DB connection provided to GdsSessions.getOrCreate

Other changes

  • Add support for PyArrow 21.0.0
  • Drop support for PyArrow 17.0
  • Support numpy 1.24.0
  • Add support for neo4j 6.0