Skip to content

Commit a789660

Browse files
committed
prep for release
1 parent 1262201 commit a789660

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.11.2 (2025-04-08)
2+
--------------------
3+
**Bugfixes**
4+
- Updated `calculate_model_statistics` function in `write_json_files.py` to improve ROC tables as well as model card files.
5+
16
v1.11.1 (2025-01-22)
27
--------------------
38
**Improvements**

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

0 commit comments

Comments
 (0)