Skip to content

What's New in Version 0.8.27

  • 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 passing use_package_manager=True to the Model constructor to automatically update the libraries used by the model.

    Note that use_package_manager is set to True by default, so this situation should only occur in practice if you’ve explicitly set it to False in the past.