Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Jul 8, 2024
1 parent fe50e05 commit f279234
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Unreleased
- Add `model_info` class to better capture model information.
- Test `/examples` Jupyter notebooks within normal test suite.

v1.10.4 (2024-07-08)
----------
**Improvements**
- Added example Jupyter notebook for OpenAI models.

**Buxfixes**
- Dropped support for Python 3.6 and Python 3.7, as those are no longer officially supported versions.
- Added `dmcas_misc.json` template file for model card generation.
- Updated generation of `ModelProperties.json` to allow for model card generation immediately upon upload.

v1.10.3 (2024-04-12)
----------
**Bugfixes**
Expand Down
2 changes: 1 addition & 1 deletion src/sasctl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.10.3"
__version__ = "1.10.4"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand Down

0 comments on commit f279234

Please sign in to comment.