What's New in Version 0.13.0
Version 0.13.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”- You can now choose when to adopt future changes to query behavior. Set the optional
lqp.semantics_versionin yourraiconfig.tomlfile to pin the current behavior during upgrades. This lets you update to new behavior on your own schedule. By default, version0is used and nothing changes. If you set a different version, you will see a clear warning with instructions on how to return to the default setting.