Skip to content

Commit 34fbfb9

Browse files
committed
Prep for release.
1 parent 6a913c2 commit 34fbfb9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Unreleased
44
- Refactor `tasks.py` to utilize `sasctl.pzmm` functions.
55
- Add `model_info` class to better capture model information.
66

7+
v1.9.3 (2023-06-08)
8+
----------
9+
**Improvements**
10+
- Refactored gitIntegration.py to `git_integration.py` and added unit tests for better test coverage.
11+
12+
**Bugfixes**
13+
- Fixed issue with ROC and Lift charts not properly being written to disk.
14+
- Fixed JSON conversion for Lift charts that caused TRAIN and TEST charts to be incorrect.
15+
- Fixed issue with H2O score code and number of curly brackets.
16+
- Updated score code logic for H2O to account for incompatibility with Path objects.
17+
- Fixed issue where inputVar.json could supply invalid values to SAS Model Manager upon model import.
18+
- Fixed issue with `services.model_publish.list_models`, which was using an older API format that is not valid in SAS Viya 3.5 or SAS Viya 4.
19+
720
v1.9.2 (2023-05-17)
821
----------
922
**Improvements**

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.9.2"
7+
__version__ = "1.9.3"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)