v1.0.0
Changed
- services are now classes instead of modules.
Imports of services in the formatimport sasctl.services.model_management as mm
must be
changed tofrom sasctl.services import model_management as mm
. host
anduser
parameters ofSession
renamed tohostname
andusername
to align with SWAT.- Only
InsecureRequestWarning
is suppred instead of allHTTPWarning
Improvements
- Added
copy_analytic_store
method tomodel_repository
service AuthenticationError
returned instead ofHTTPError
if session authentication fails.