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=Trueto theModelconstructor to automatically update the libraries used by the model.Note that
use_package_manageris set toTrueby default, so this situation should only occur in practice if you’ve explicitly set it toFalsein the past.