New Features and Improvements
- Support running jupyter notebook inside a git repository (repository will be referenced without uncommitted changes and jupyter notebook will be stored om plain code as uncommitted changes)
- Add jupyter notebook fail warning
- Allow pipeline steps to return string paths without them being treated as a folder artifact and zipped (#780)
- Remove
future
from Python 3 requirements
Bug Fixes
- Fix exception raised when using
ThreadPool
(#790) - Fix Pyplot/Matplotlib binding reports incorrect line labels and colors (#791)
- Pipelines
- Jupyter Notebook
- Fix support for multiple jupyter servers running on the same machine
- Fix issue with old/new notebook packages installed
- Fix local cache with access rules disabling partial local access
- Fix
Task.upload_artifact()
fails uploading pandasDataFrame
- Fix relative paths in examples (#787, thanks @mendrugory!)