Releases: sassoftware/python-sasctl
Releases · sassoftware/python-sasctl
v1.2.3
v1.2.2
v1.2.1
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.
v1.1.4
v1.1.3
v1.1.2
Improvements
- CAS model table automatically reloaded on
publish_model
task.
Bugfixes
- Fixed DS2 score code for CAS that was generated when registering a Python model.
PyMAS.score_code(dest='ESP')
corrected todest='EP'
- Fixed an issue where long user-defined properties prevented model registration.
v1.1.1
v1.1.0
Improvements
- Added
update_module
anddelete_module
methods to MAS service.
Changed
- Added
replace
parameter tosasctl.tasks.publish_model
Session
hostname's can now be specified in HTTP format: 'http://example.com'.
Bugfixes
- Renamed
microanalytic_store
service tomicroanalytic_score