Skip to content

1.22

Latest

Choose a tag to compare

@DarthMax DarthMax released this 04 Jun 12:05

Changes in 1.22

Breaking changes

  • Removed graph_name parameter from graphdatascience.arrow_client.v2.gds_arrow_client.GdsArrowClient.stream_job.

New features

  • Added gds.v2.graph.project_native to support native remote projections.
  • New none-blocking API for sessions
    • Added _async variants of projection methods for non blocking projection
    • compute methods start computations and return JobHandle
    • Write back from job handles returns a WriteJobHandle
    • Added gds.v2.jobs.list() and gds.v2.jobs.get() to list and retrieve jobs

Bug fixes

  • Fixed a bug where gds.v2.graph.construct and gds.v2.graph.datasets would fail to import heterogeneous graphs.
  • Fixed a bug where graphdatascience.arrow_client.v2.gds_arrow_client.GdsArrowClient.stream_job would start a new job instead of only streaming an existing job.

Improvements

  • Expose pipeline API in v2 (Node Classification, Node Regression and Link Prediction)

Other changes

  • Add deprecation warning for gds.pipeline calls if in a GDS Session. Instead the gds.v2.pipeline endpoints should be used.