What's New in Version 1.15.0
Version 1.15.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 use
alias()to give any value an output alias, including Python literals such as1, which can’t call.alias()directly. Before 1.15.0, there was no top-level helper inrelationalai.semanticsto alias literal values.