What's New in Version 0.6.1
New Features and Enhancements
Section titled “New Features and Enhancements”-
The
save_config()
function now returnsNone
instead of a string with the full TOML file contents. This prevents sensitive information from being displayed in notebook and REPL outputs. -
You will now see a warning message when initializing a model if an engine with the same name as the
engine
configuration key exists but has a different size than the one specified by theengine_size
key.To silence this warning, you may do one of the following:
- Remove the
engine_size
configuration key from your configuration. - Change
engine_size
to match the size of the existing engine. - Delete the existing engine and re-run your program.
- Remove the
-
The operation for fetching query results from the RAI Native App is now automatically retried on failure due to a transient error.
Bug Fixes
Section titled “Bug Fixes”- The
imports:list
CLI command now displays the statusNot Available
instead of throwing an error if an import’sSTATUS
field is null.