- 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 viaGraphDataScience::set_show_progress
.
- 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
togds.graph.list()
instead of onlyGraph
. - 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.