Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Jan 22, 2025
1 parent 6e69d88 commit 9d3bcab
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
@@ -1,3 +1,13 @@
v1.11.1 (2025-01-22)
--------------------
**Improvements**
- Improved functionality for `score_definition.py` and `score_execution.py`, allowing for more general usage of the `score_model_with_cas` task
- Also allowed for model name to be passed into functions instead of requiring model UUID
- Pickle files now loaded with `pd.read_pickle()` instead of `pickle.load()` in score code, allowing for more flexibility between python environments

**Bugfixes**
- Updated `pzmm_generate_complete_model_card.ipynb` to have better preprocessing function

v1.11.0 (2024-10-29)
--------------------
**Changes**
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.11.0"
__version__ = "1.11.1"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand Down

0 comments on commit 9d3bcab

Please sign in to comment.