We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1bb0b commit 8b29bf1Copy full SHA for 8b29bf1
1 file changed
CHANGELOG.md
@@ -3,7 +3,7 @@ v1.11.7 (2026-02-20)
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
+ - Accepts code as a raw string, file path, or Path object
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
0 commit comments