Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 908 Bytes

changelog.md

File metadata and controls

26 lines (14 loc) · 908 Bytes

Changes in 1.14

Breaking changes

New features

Bug fixes

  • Fixed a bug, where sessions could not be created for AuraDB instances of tier business-critical.
  • Fixed a bug, where sessions would fail on write-back if the Graph was empty.
  • Fixed a bug, where the progress bar would not be shown unless the jobId parameter was set. The progress bar can be toggled on and off via GraphDataScience::set_show_progress.

Improvements

  • Support Python 3.13
  • Display progress bar for remote projection and open-ended tasks.
  • Improve progress bar by showing the description of the currently running task.
  • Allow passing the optional graph filter also as type str to gds.graph.list() instead of only Graph.
  • Listen and to SIGINT and SIGTERM and interrupt projection and write-backs based on GDS Session. Note this only works if the query runs in the main thread.

Other changes