Skip to content

Commit d1085b6

Browse files
committed
feat: implemented the updated validation, added tests and examples
Signed-off-by: Samuel Babak <samuel.babak@sas.com>
1 parent 12dd449 commit d1085b6

4 files changed

Lines changed: 1088 additions & 266 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.11.7 (2026-02-20)
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()` validates and uploads Python code files to specified Viya folders
6+
- Accepts code as a raw string or file path
7+
- Validates code format requirements (execute function, Output docstring, DependentPackages docstring)
8+
- Optional validation can be disabled with `validate_code=False` parameter
9+
- See `examples/pzmm_id_code_file_example.ipynb` for usage examples
10+
111
v1.11.6 (2025-11-18)
212
--------------------
313
**Improvements**

0 commit comments

Comments
 (0)