What's New in Version 0.12.4
Version 0.12.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”-
PyRel transactions now run faster and more smoothly, especially when your models do not use external tables or views. The client skips unnecessary setup work when it’s not needed and, if your engine is missing or not ready, it will automatically prepare what’s needed in the background and retry your query.
-
The Python client now includes its version information in internal Snowflake operations, which helps backend systems perform safer version checks and improves diagnostics.
Bug Fixes
Section titled “Bug Fixes”- This update fixes an internal regression so that engines are no longer repeatedly re-initialized in the background.