|
1 |
| - |
2 | 1 | Unreleased
|
3 | 2 | ----------
|
| 3 | + - |
| 4 | + |
| 5 | + v1.5.5 (2021-03-26) |
| 6 | + ------------------- |
| 7 | + **Bugfixes*** |
| 8 | + - Fixed an issue with JSON parsing that caused the `publish_model` task to fail with Viya 4.0. |
| 9 | + |
| 10 | +v1.5.4 (2020-10-29) |
| 11 | + ------------------ |
| 12 | + **Improvements** |
| 13 | + - Added the `as_swat` method to the `Session` object, allowing connection to CAS through SWAT without an additional authentication step. |
| 14 | + |
| 15 | + **Changes** |
| 16 | + - Integrated PZMM into `Session` calls and removed redundant function calls in PZMM. |
| 17 | + - ROC and Lift statistic JSON files created by PZMM are now generated through CAS actionset calls. |
| 18 | + - Updated the PZMM example notebook, `FleetMaintenance.ipynb`, to include integration of PZMM with sasctl functions. |
| 19 | + |
| 20 | + **Bugfixes** |
| 21 | + - Reworked the `model_repository.get_repository()` to prevent HTTP 403 errors that could occur with some Viya environments. |
| 22 | + |
| 23 | + v1.5.3 (2020-06-25) |
| 24 | + ------------------ |
| 25 | + **Bugfixes** |
| 26 | + - Added PZMM fitstat JSON file to manifest. |
| 27 | + |
| 28 | + v1.5.2 (2020-06-22) |
| 29 | + ------------------- |
| 30 | + **Improvements** |
| 31 | + - PZMM module moved from a stand-alone [repository](https://github.com/sassoftware/open-model-manager-resources/tree/master/addons/picklezip-mm) to a sasctl submodule. |
| 32 | + - Introduced deprecation warnings for Python 2 users. |
| 33 | + |
| 34 | +v1.5.1 (2020-4-9) |
| 35 | +---------------- |
| 36 | + **Bugfixes** |
| 37 | + - Fixed PyMAS utilities to correctly work functions not bound to pickled objects. |
| 38 | + - Model target variables should no longer appear as an input variable when registering ASTORE models. |
| 39 | + |
| 40 | +v1.5 (2020-2-23) |
| 41 | +---------------- |
| 42 | +**Improvements** |
| 43 | + - Registered Python models will now include both `predict` and `predict_proba` methods. |
| 44 | + - Added a new Relationships service for managing links between objects. |
| 45 | + - Added a new Reports service for retrieving SAS Visual Analytics reports. |
| 46 | + - Added a new Report_Images service for rendering content from reports. |
| 47 | + - Additional metadata fields are set when registering an ASTORE model. |
| 48 | + - Collections of items should now return an instance of `PagedList` for lazy loading of results. |
| 49 | + - Module steps can now be called using `module.step(df)` where `df` is the row of a DataFrame or Numpy array. |
| 50 | + - `register_model` sets additional project properties when registering an ASTORE model. |
| 51 | + |
| 52 | +**Changes** |
| 53 | + - Replaced the `raw` parameter of the `request` methods with a `format` parameter, allowing more control over the |
| 54 | + returned value. |
| 55 | + - The `get_file_content` method of the Files service now returns the actual content instead of the file metadata. |
| 56 | + - JSON output when using `sasctl` from the command line is now formatted correctly. |
| 57 | + |
| 58 | + **Bugfixes** |
| 59 | + - `model_publish.delete_destination` now works correctly. |
| 60 | + |
| 61 | +v1.4.6 (2020-1-24) |
| 62 | +------------------ |
| 63 | +**Bugfixes** |
| 64 | + - Fixed an issue where the `REQUESTS_CA_BUNDLE` environment variable was taking precedence over the `verify_ssl` parameter. |
| 65 | + |
| 66 | +v1.4.5 (2019-12-5) |
| 67 | +------------------ |
| 68 | +**Changes** |
| 69 | + - Saving of package information can now be disabled using the `record_packages` parameter of `register_model`. |
| 70 | + |
4 | 71 | **Bugfixes**
|
5 | 72 | - Added support for uint data types to the `register_model` task.
|
| 73 | + - Fixed an issue where long package names caused `register_model` to fail. |
| 74 | + - `Session` creation now works with older versions of urllib3. |
6 | 75 |
|
7 | 76 | v1.4.4 (2019-10-31)
|
8 | 77 | -------------------
|
@@ -182,4 +251,4 @@ v0.9.7 (2019-07-18)
|
182 | 251 |
|
183 | 252 | v0.9.6 (2019-07-15)
|
184 | 253 | -------------------
|
185 |
| -Initial public release. |
| 254 | +Initial public release. |
0 commit comments