What's New in Version 0.8.27
New Features and Enhancements
Section titled “New Features and Enhancements”-
Improved the error message that sometimes appears when a RAI program is executed against an engine that is outdated. The error message used to suggest that the user run the
api.update_libraries()
SQL command, which is deprecated. Now, the error message suggests passinguse_package_manager=True
to theModel
constructor to automatically update the libraries used by the model.Note that
use_package_manager
is set toTrue
by default, so this situation should only occur in practice if you’ve explicitly set it toFalse
in the past.