Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Aug 1, 2024
1 parent d42cf8e commit bcbf625
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Unreleased
- Refactor `tasks.py` to utilize `sasctl.pzmm` functions.
- Add `model_info` class to better capture model information.
- Test `/examples` Jupyter notebooks within normal test suite.
- Add option for data preprocessing in generated score code.

v1.10.5 (2024-08-01)
----------
**Buxfixes**
- Updated `write_json_files.py` to allow for better support for prediction models
- Fixed issues relating to model card support.

v1.10.4 (2024-07-08)
----------
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.4"
__version__ = "1.10.5"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand Down

0 comments on commit bcbf625

Please sign in to comment.