What's New in Version 1.8.0
Version 1.8.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”-
A standard
relationalaiinstall now includes the packages needed for predictive reasoning workflows. You no longer need to install usingpip install relationalai[gnn]. -
If a model contains multiple exports to Snowflake tables, independent exports are now run concurrently.
Bug Fix
Section titled “Bug Fix”- Predictive GNN edge tables now load in a stable order.
gnn.dataset.tablesindices are now deterministic across runs.