Skip to content

v1.0.0

Compare
Choose a tag to compare
@jlwalke2 jlwalke2 released this 24 Jul 20:48

Changed

  • services are now classes instead of modules.
    Imports of services in the format import sasctl.services.model_management as mm must be
    changed to from sasctl.services import model_management as mm.
  • host and user parameters of Session renamed to hostname and username to align with SWAT.
  • Only InsecureRequestWarning is suppred instead of all HTTPWarning

Improvements

  • Added copy_analytic_store method to model_repository service
  • AuthenticationError returned instead of HTTPError if session authentication fails.