Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.11.7 (2026-02-20)
-------------
**Improvements**
- Added `CodeFile` class to pzmm module for creating and uploading Python code files to SAS Intelligent Decisioning
- New method `write_id_code_file()` validates and uploads Python code files to specified Viya folders
- Accepts code as a raw string, file path, or Path object
- Validates code format requirements (execute function, Output docstring, DependentPackages docstring)
- Optional validation can be disabled with `validate_code=False` parameter
- See `examples/pzmm_id_code_file_example.ipynb` for usage examples

v1.11.6 (2025-11-18)
--------------------
**Improvements**
Expand Down
Loading
Loading