Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Oct 29, 2024
1 parent fd4a1e2 commit 3c38bf7
Show file tree
Hide file tree
Showing 2 changed files with 12 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.0 (2024-10-29)
--------------------
**Changes**
- Added `score_definition.py` and `score_execution.py` to allow for score testing within SAS Model Manager
- Included optional use of CAS Gateway for faster scoring. Only available in environments where Gateway scoring is properly set up.
- Added ability to include data pre-processing function within python score code using the `preprocess_function` argument.

**Bugfixes**
- Fixed issue where settings file was improperly imported in some score code files.

v1.10.7 (2024-10-02)
--------------------
**Changes**
Expand Down
3 changes: 2 additions & 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.7"
__version__ = "1.11.0"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand All @@ -15,6 +15,7 @@
"Jon Walker",
"Scott Lindauer",
"DJ Moore",
"Samya Potlapalli"
]
__license__ = "Apache 2.0"
__copyright__ = (
Expand Down

0 comments on commit 3c38bf7

Please sign in to comment.