diff --git a/CHANGELOG.md b/CHANGELOG.md index c038d6a8..98b28fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/src/sasctl/__init__.py b/src/sasctl/__init__.py index 3929f3a9..e0e1d917 100644 --- a/src/sasctl/__init__.py +++ b/src/sasctl/__init__.py @@ -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",