Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1006 Bytes

changelog.md

File metadata and controls

30 lines (15 loc) · 1006 Bytes

Changes in 1.13

Breaking changes

  • Drop support for Python 3.8 as its EOL
  • Drop support for PyArrow 14
  • Throw on duplicate node properties passed to gds.graph.nodeProperties.stream as this is seen as a bad input. If duplication was intended, this can be done on the Dataframe result.

New features

  • Add GdsSessions::available_cloud_locations() to return available locations for session creation.

Bug fixes

  • Fixed a bug for gds.nodeProperties.stream() where the result contained duplicate rows if listNodeLabels=True and separate_property_columns=True is given.

Improvements

  • Inform about Session failures such as Out of Memory. GdsSession::get_or_create will fail and GdsSessions::list_sessions will return the errors in a new field along errors.
  • Improve error message around connection issues against Sessions.
  • Avoid a query getting stuck on fetching progress logging if the database is unavailable.

Other changes

  • Added support for PyArrow 18