What's New in Version 0.14.1
Version 0.14.1 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”- Solver workflows are more reliable, consistent, and predictable. This release standardizes how solver requests are prepared and processed across execution paths, which reduces edge-case differences between equivalent runs. In practice, repeated runs under the same inputs and environment are less likely to diverge unexpectedly, helping stabilize CI and automation workflows.
Upgrade Notes
Section titled “Upgrade Notes”- No migration is required for most users. Existing user-facing APIs and workflows remain unchanged.