Skip to content

Commit 3b7ee64

Browse files
committed
prep for release
1 parent 1a93373 commit 3b7ee64

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,48 @@
11
Unreleased
22
----------
3-
**Improvements**
3+
-
4+
5+
v1.5.6 (2021-04-30)
6+
----------
7+
**Improvements**
48
- `PagedList` handles situations where the server over-estimates the number of items available for paging.
59
- The version of SAS Viya on the server can now be determined using `sasctl.platform_version()`.
610

7-
**Bugfixes**
11+
**Bugfixes**
812
- Reworked the `model_repository.get_repository()` to prevent HTTP 403 errors that could occur with some Viya environments.
913

10-
v1.5.5 (2021-03-26)
11-
-------------------
12-
**Bugfixes***
14+
v1.5.5 (2021-03-26)
15+
-------------------
16+
**Bugfixes***
1317
- Fixed an issue with JSON parsing that caused the `publish_model` task to fail with Viya 4.0.
1418

1519
v1.5.4 (2020-10-29)
16-
------------------
17-
**Improvements**
20+
------------------
21+
**Improvements**
1822
- Added the `as_swat` method to the `Session` object, allowing connection to CAS through SWAT without an additional authentication step.
1923

20-
**Changes**
24+
**Changes**
2125
- Integrated PZMM into `Session` calls and removed redundant function calls in PZMM.
2226
- ROC and Lift statistic JSON files created by PZMM are now generated through CAS actionset calls.
2327
- Updated the PZMM example notebook, `FleetMaintenance.ipynb`, to include integration of PZMM with sasctl functions.
2428

25-
**Bugfixes**
29+
**Bugfixes**
2630
- Reworked the `model_repository.get_repository()` to prevent HTTP 403 errors that could occur with some Viya environments.
2731

28-
v1.5.3 (2020-06-25)
29-
------------------
30-
**Bugfixes**
31-
- Added PZMM fitstat JSON file to manifest.
32+
v1.5.3 (2020-06-25)
33+
------------------
34+
**Bugfixes**
35+
- Added PZMM fitstat JSON file to manifest.
3236

33-
v1.5.2 (2020-06-22)
34-
-------------------
35-
**Improvements**
37+
v1.5.2 (2020-06-22)
38+
-------------------
39+
**Improvements**
3640
- 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.
3741
- Introduced deprecation warnings for Python 2 users.
3842

3943
v1.5.1 (2020-4-9)
4044
----------------
41-
**Bugfixes**
45+
**Bugfixes**
4246
- Fixed PyMAS utilities to correctly work functions not bound to pickled objects.
4347
- Model target variables should no longer appear as an input variable when registering ASTORE models.
4448

@@ -60,7 +64,7 @@ v1.5 (2020-2-23)
6064
- The `get_file_content` method of the Files service now returns the actual content instead of the file metadata.
6165
- JSON output when using `sasctl` from the command line is now formatted correctly.
6266

63-
**Bugfixes**
67+
**Bugfixes**
6468
- `model_publish.delete_destination` now works correctly.
6569

6670
v1.4.6 (2020-1-24)

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = '1.5.5'
7+
__version__ = '1.5.6'
88
__author__ = 'SAS'
99
__credits__ = ['Yi Jian Ching, Lucas De Paula, James Kochuba, Peter Tobac, '
1010
'Chris Toth, Jon Walker']

0 commit comments

Comments
 (0)