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:
pip install --upgrade relationalai
New Features and Enhancements
Section titled “New Features and Enhancements”- 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.
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug in the
.full_reachable_from()
graph method that caused some graph queries to fail or return incorrect results.