Skip to content

What's New in Version 0.9.3

This release fixes a bug in the .full_reachable_from() graph method and improves error messages for missing data streams.

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • Improved error messages for missing data streams. In addition to instructions for manually creating the missing stream, the error now advises you to check your configuration for patterns that prevent automatic data stream creation.
  • Fixed a bug in the .full_reachable_from() graph method that caused some graph queries to fail or return incorrect results.