Graph Data Science client 1.2.0
Version 1.2.0 of graphdatascience
, the GDS Python client, has been published to PyPI!
Included are bug fixes for:
- The
separate_property_columns=True
option ofgds.graph.streamNodeProperties
did not handle list node properties correctly. - An irrelevant warning was shown when creating a
GraphDataScience
object targeting an AuraDS instance with GDS server version >= 2.1.0. - Calling
gds.alpha.graph.construct
targeting an AuraDS instance would raise an exception.
The release can be pip installed with pip install graphdatascience==1.2.0
.