Skip to content

Graph Data Science client 1.1.0

Compare
Choose a tag to compare
@adamnsch adamnsch released this 09 Jun 08:46
· 2636 commits to main since this release

Version 1.1.0 of graphdatascience, the GDS Python client, has been published to PyPI!

Changes highlights:

  • Support for GDS library version 2.1
  • Additional and improved convenience functionality on the Graph object
  • Supporting GDS Apache Arrow capabilities for graph catalog stream procedures
  • New method gds.alpha.graph.construct for loading a graph directly into GDS from client side pandas DataFrames
    • Greatly sped up by Apache Arrow if enabled

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

The release can be pip installed with pip install graphdatascience==1.1.0.