Skip to content

Commit 8447860

Browse files
committed
prep for release
1 parent 669a341 commit 8447860

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Unreleased
55
- Add `model_info` class to better capture model information.
66
- Test `/examples` Jupyter notebooks within normal test suite.
77

8+
v1.10.2 (2024-04-10)
9+
----------
10+
**Improvements**
11+
- Introduced `generate_model_card` into `write_json_files.py` to allow for python models to work with planned model card tab in SAS Model Manager.
12+
13+
**Bugfixes**
14+
- Allow for score code to impute NaN values in tables that have been loaded into SAS Model Manager.
15+
- Fix issue where target_value was not being properly set during score code generation
16+
- Updated `pzmm_generate_requrirements_json.ipynb` so the requirements file is generated properly.
17+
- Added missing statistics to `dmcas_fitstat.json` file.
18+
819
v1.10.1 (2023-08-24)
920
----------
1021
**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.10.1"
7+
__version__ = "1.10.2"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)