Skip to content

Commit c3dea3c

Browse files
authored
Merge pull request #226 from sassoftware/pr-EDMMMX-13662-id-python-code
Implementation of ID Code import functionality
2 parents de13867 + c8b6716 commit c3dea3c

10 files changed

Lines changed: 1284 additions & 88 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.11.7 (2026-03-12)
2+
-------------
3+
**Improvements**
4+
- Added `CodeFile` class to pzmm module for creating and uploading Python code files to SAS Intelligent Decisioning
5+
- New method `write_id_code_file()` uploads a Python code file to a specified Viya folder and registers it with the Decisions service
6+
- Accepts code as a raw string, file path, or `Path` object
7+
- Validates code format via the SAS Viya API before upload; can be disabled with `validate_code=False`
8+
- Raises `ValueError` if the file already exists in the target folder, if the folder is not found, or if validation fails
9+
- Cleans up the uploaded file if Decisions service registration fails
10+
- See `examples/pzmm_id_code_file_example.ipynb` for usage examples
11+
112
v1.11.6 (2025-11-18)
213
--------------------
314
**Improvements**

0 commit comments

Comments
 (0)