Skip to content

Graph Data Science Client 1.3.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamnsch adamnsch released this 11 Aug 09:28
· 2149 commits to main since this release

The first alpha release of version 1.3.0 of graphdatascience, the GDS Python client, has been published to PyPI!

Highlights:

  • Add MLP training method addMLP to link prediction and node classification pipelines.
  • Add support for new graph catalog API endpoints in GDS >= 2.2.0.
  • Add support for random walk with restarts sampling procedure.
  • Add support for graph property endpoints in GDS >= 2.2.0.
  • Add Arrow Flight specific parameters to the GraphDataScience constructor:
    • arrow_tls_root_certs
    • arrow_disable_server_verification
  • Add support for new stream graph relationships endpoint.
  • Dropped support for Python 3.6.

A full list of changes can be found in the changelog.

The release can be pip installed with pip install graphdatascience==1.3.0a1.