Skip to content

Commit 9d3bcab

Browse files
committed
prep for release
1 parent 6e69d88 commit 9d3bcab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.11.1 (2025-01-22)
2+
--------------------
3+
**Improvements**
4+
- Improved functionality for `score_definition.py` and `score_execution.py`, allowing for more general usage of the `score_model_with_cas` task
5+
- Also allowed for model name to be passed into functions instead of requiring model UUID
6+
- Pickle files now loaded with `pd.read_pickle()` instead of `pickle.load()` in score code, allowing for more flexibility between python environments
7+
8+
**Bugfixes**
9+
- Updated `pzmm_generate_complete_model_card.ipynb` to have better preprocessing function
10+
111
v1.11.0 (2024-10-29)
212
--------------------
313
**Changes**

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

0 commit comments

Comments
 (0)