What's New in Version 0.13.5
Version 0.13.5 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 now more reliable in iterative solve loops.
If you repeatedly call
SolverModel.solve()and then inspect solution state withSolverModel.value(), result reloads are more consistent across runs. In practice, this reduces friction in repeat solve cycles where refreshed solver results are loaded multiple times.
Upgrade Notes
Section titled “Upgrade Notes”- No migration is required for most users. Existing code continues to work as before.