v1.5
Improvements
- Registered Python models will now include both
predictandpredict_probamethods. - Added a new Relationships service for managing links between objects.
- Added a new Reports service for retrieving SAS Visual Analytics reports.
- Added a new Report_Images service for rendering content from reports.
- Additional metadata fields are set when registering an ASTORE model.
- Collections of items should now return an instance of
PagedListfor lazy loading of results. - Module steps can now be called using
module.step(df)wheredfis the row of a DataFrame or Numpy array. register_modelsets additional project properties when registering an ASTORE model.
Changes
- Replaced the
rawparameter of therequestmethods with aformatparameter, allowing more control over the
returned value. - The
get_file_contentmethod of the Files service now returns the actual content instead of the file metadata. - JSON output when using
sasctlfrom the command line is now formatted correctly.
Bugfixes
model_publish.delete_destinationnow works correctly.