Skip to content

Commit b39c5a5

Browse files
committed
Prep for release.
1 parent ba3dbe5 commit b39c5a5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

7+
v1.9.2 (2023-05-17)
8+
----------
9+
**Improvements**
10+
- Add recursive folder creation and an example.
11+
- Add example for migrating models from SAS Viya 3.5 to SAS Viya 4.
12+
13+
**Bugfixes**
14+
- Fixed improper json encoding for `pzmm_h2o_model_import.ipynb` example.
15+
- Set urllib3 < 2.0.0 to allow requests to update their dependencies.
16+
- Set pandas >= 0.24.0 to include df.to_list alias for df.tolist.
17+
- Fix minor errors in h2o score code generation
18+
719
v1.9.1 (2023-05-04)
820
----------
921
**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.1"
7+
__version__ = "1.9.2"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)