Releases: sassoftware/python-sasctl
Releases · sassoftware/python-sasctl
v1.4.2
v1.4.1
v1.4
Changes
PyMAS.score_code
now supports adest='Python'
option to retrieve the generated Python wrapper code.register_model
task includes apython_wrapper.py
file when registering a Python model.- Improved error message when user lacks required permissions to register a model.
Bugfixes
- Fixed an issue with CAS/EP score code that caused problems with model performance metrics.
v1.3
Improvements
- Added
update_performance
task for easily uploading performance information for a model. - New (experimental) pyml2sas sub-package provides utilities for generating SAS code from Python gradient boosting models.
- New (experimental) methods for managing workflows added to
model_management
service.
Changes
register_model
task automatically captures installed Python packages.- All
list_xxx
methods return all matching items unless alimit
parameter is specified. - Improved API documentation.
- Updated
full_lifecycle
example with performance monitoring.
v1.2.5
Changes
- Registering an ASTORE model now creates an empty ASTORE file in Model Manager to be consistent with Model Studio behavior.
Bugfixes
microanalytic_score.define_steps
now works with steps having no input parameters.- Fixed an issue where score code generated from an ASTORE model lacked output variables.
v1.2.4
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.