Skip to content

What's New in Version 1.8.0

May 27, 2026 8:52 PM UTC

Version 1.8.0 of the relationalai Python package is now available!

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

Terminal window
pip install --upgrade relationalai
  • A standard relationalai install now includes the packages needed for predictive reasoning workflows. You no longer need to install using pip install relationalai[gnn].

  • If a model contains multiple exports to Snowflake tables, independent exports are now run concurrently.

  • Predictive GNN edge tables now load in a stable order. gnn.dataset.tables indices are now deterministic across runs.