Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smlindauer committed May 17, 2023
1 parent ba3dbe5 commit b39c5a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Unreleased
- Refactor `tasks.py` to utilize `sasctl.pzmm` functions.
- Add `model_info` class to better capture model information.

v1.9.2 (2023-05-17)
----------
**Improvements**
- Add recursive folder creation and an example.
- Add example for migrating models from SAS Viya 3.5 to SAS Viya 4.

**Bugfixes**
- Fixed improper json encoding for `pzmm_h2o_model_import.ipynb` example.
- Set urllib3 < 2.0.0 to allow requests to update their dependencies.
- Set pandas >= 0.24.0 to include df.to_list alias for df.tolist.
- Fix minor errors in h2o score code generation

v1.9.1 (2023-05-04)
----------
**Improvements**
Expand Down
2 changes: 1 addition & 1 deletion src/sasctl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.9.1"
__version__ = "1.9.2"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand Down

0 comments on commit b39c5a5

Please sign in to comment.