Graph Data Science client 1.1.0
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 pandasDataFrame
s- 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
.