v1.2.0
Improvements
- Added
create_model_version
andlist_model_versions
tomodel_repository
- Added an explicit
ValueError
when attempting to register an ASTORE that can't be downloaded. - Added
start
andlimit
pagination parameters to all defaultlist_*
service methods. - Added
create_destination
,create_cas_destination
andcreate_mas_destination
methods formodel_publish
service.
Changes
Session.add_stderr_logger
default logging level changed toDEBUG
.
Bugfixes
- Fixed an issue where
model_repository
did not find models, projects, or repositories by name once pagination limits were reached.