New Features and Improvements
- Support parsing queue name when providing execution queue in pipelines code (#857, thanks @Anton-Cherepkov!)
- Ignore
None
values for keys in theclick
argument parser (#903, thanks @chengzegang!) - Improve docstrings for
Task.mark_completed()
andTask.close()
(#921, #920, thanks @Make42!) - Add pre/post execution callbacks to pipeline steps using
@PipelineDecorator.component
- Add status-change callback to pipeline steps using
PipelineController.add_step()
,PipelineController.add_function_step()
, and@PipelineDecorator.component
Bug Fixes
- Fix missing debug samples when reporting using TensorBoard (#924, thanks @jday1!)
- Fix wrong Jupyter API token during repository detection (#904, thanks @RoseGoldIsntGay!)
- Fix typo in the warning for very large git diffs (#932, thanks @yiftachbeer!)
- Fix pipelines from tasks don't propagate
parameter_override
values inPipelineController.add_step()
- Fix folders and files uploaded to S3 and Azure with
StorageManager.upload_file()
have wrong MIME types - Fix CSV file preview in Datasets
- Fix
Task.connect_configuration()
doesn't work with non-string dictionary keys - Fix LightGBM example deprecation warning
- Fix potential race condition in
get_or_create_project()