What's New in Version 1.19.4
Version 1.19.4 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”-
Predictive dataset diagrams are now easier to render and save. Before this release, you had to call
visualize_dataset()and manually render the returned object. Now you can calldisplay_dataset_diagram()to show the diagram in a notebook, orsave_dataset_diagram(path)to save it directly to a file such asschema.svg. -
Removed the
snowflake-ml-pythondependency from therelationalaipackage because one of its transitive dependencies is not compatible with Python 3.13. Thesnowflake-ml-pythondependency was only included if you installedrelationalaiwith the[gnn]extra, such as withpip install relationalai[gnn]. -
rai config:explainoutput is now easier to scan. Before this release, fields were listed in declaration order. Now fields are sorted alphabetically across top-level, nested, dictionary, and profile sections.