Skip to content

Commit 05944af

Browse files
committed
Prep for release
1 parent 0e42c44 commit 05944af

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.1 (2023-05-04)
8+
----------
9+
**Improvements**
10+
- Updated handling of H2O models in `sasctl.pzmm`.
11+
- Models are now saved with the appropriate `h2o` functions within the `sasctl.pzmm.PickleModel.pickle_trained_model` function.
12+
- Example notebooks have been updated to reflect this change.
13+
14+
**Bugfixes**
15+
- Added check for `sasctl.pzmm.JSONFiles.calculate_model_statsistics` function to replace float NaN values invalid for JSON files.
16+
- Fixed issue where the `sasctl.pzmm.JSONFiles.write_model_properties` function was replacing the user-defined model_function argument.
17+
- Added NpEncoder class to check for numpy values in JSON files. Numpy-types cannot be used in SAS Viya.
18+
719
v1.9.0 (2023-04-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.0"
7+
__version__ = "1.9.1"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)