Graph Data Science Client 1.5
We are happy to announce the release of graphdatascience, the GDS Python client, version 1.5! It is published to PyPI!
Changes:
- Fixed a bug where the client could not connect to the server when the default db was set in the
GraphDataScienceconstructor. - For GDS admin users,
gds.graph.getis now able to resolve graph names intoGraphobjects of other users graph projections. - Add support for
gds.alpha.triangles. - Support calling
gds.alpha.userLogto access hints and warnings for the recently run operations. - Add support for
gds.alpha.backupandgds.alpha.restore. - Add support for
gds.alpha.config.defaults.setandgds.alpha.config.defaults.list.
The release can be pip installed with pip install graphdatascience==1.5.