------------------- **Improvements** - Added a new example notebook for git integration - Added a model migration tool for migrating Python models from Viya 3.5 to Viya 4 - Improved handling of CAS authentication with tokens
**Bugfixes** - Fixed git integration failure caused by detached head - Fixed minor bugs in score code generation feature - Fixed 500 error when importing models to Viya 4 with prewritten score code - Fixed incorrect handling of optional packages in pzmm
1.7.1
------------------- **Bugfixes** - Removed linux breaking import from new git integration feature - Various minor bug fixes in the git integration feature
1.7.0
------------------- **Improvements** - Added Git integration for better tracking of model history and versioning. - Added MLFlow integration for simple models, allowing users to import simple MLFlow models, such as sci-kit learn, to SAS Model Manager
1.6.4
------------------- **Bugfixes** - Fixed an issue where `folders.create_folder()` would attempt to use root folder as parent if desired parent folder wasn't found. Now correctly handles parent folders and raises an error if folder not found.
1.6.3
------------------- **Bugfixes** - Fix an issue where `pzmm.ZipModel.zipFiles()` threw an error on Python 3.6.1 and earlier.
1.6.2
------------------- **Bugfixes** - Fixed an issue with `register_model()` where random forest, gradient boosting, and SVM regression models with nominal inputs where incorrectly treated as classification models.