Skip to content

What's New in Version 0.13.5

February 5, 2026 2:49 PM UTC

Version 0.13.5 of the relationalai Python package is now available!

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • Solver workflows are now more reliable in iterative solve loops. If you repeatedly call SolverModel.solve() and then inspect solution state with SolverModel.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.
  • No migration is required for most users. Existing code continues to work as before.