Skip to content

Commit f279234

Browse files
committed
prep for release
1 parent fe50e05 commit f279234

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

8+
v1.10.4 (2024-07-08)
9+
----------
10+
**Improvements**
11+
- Added example Jupyter notebook for OpenAI models.
12+
13+
**Buxfixes**
14+
- Dropped support for Python 3.6 and Python 3.7, as those are no longer officially supported versions.
15+
- Added `dmcas_misc.json` template file for model card generation.
16+
- Updated generation of `ModelProperties.json` to allow for model card generation immediately upon upload.
17+
818
v1.10.3 (2024-04-12)
919
----------
1020
**Bugfixes**

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

0 commit comments

Comments
 (0)