Skip to content

Commit bcbf625

Browse files
committed
prep for release
1 parent d42cf8e commit bcbf625

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Unreleased
44
- Refactor `tasks.py` to utilize `sasctl.pzmm` functions.
55
- Add `model_info` class to better capture model information.
66
- Test `/examples` Jupyter notebooks within normal test suite.
7+
- Add option for data preprocessing in generated score code.
8+
9+
v1.10.5 (2024-08-01)
10+
----------
11+
**Buxfixes**
12+
- Updated `write_json_files.py` to allow for better support for prediction models
13+
- Fixed issues relating to model card support.
714

815
v1.10.4 (2024-07-08)
916
----------

src/sasctl/__init__.py

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

0 commit comments

Comments
 (0)