mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -5,19 +5,19 @@ title: Version 1.5
|
||||
### ClearML 1.5.0
|
||||
|
||||
**New Features and Improvements**
|
||||
* Add support for single value metric reporting ClearML GitHub issue ([ClearML GitHub issue #400](https://github.com/allegroai/clearml/issues/400))
|
||||
* Add support for specifying parameter sections in `PipelineDecorator` ([ClearML GitHub issue #629](https://github.com/allegroai/clearml/issues/629))
|
||||
* Add support for single value metric reporting ClearML GitHub issue ([ClearML GitHub issue #400](https://github.com/clearml/clearml/issues/400))
|
||||
* Add support for specifying parameter sections in `PipelineDecorator` ([ClearML GitHub issue #629](https://github.com/clearml/clearml/issues/629))
|
||||
* Add support for parallel uploads and downloads (upload / download and zip / unzip of artifacts)
|
||||
* Add support for specifying execution details (repository, branch, commit, packages, image) in `PipelineDecorator`
|
||||
* Bump PyJWT version due to "*Key confusion through non-blocklisted public key formats*" vulnerability
|
||||
* Add support for AWS Session Token (using boto3's `aws_session_token` argument)
|
||||
|
||||
**Bug Fixes**
|
||||
* Fix `Task.get_projects()` retrieves only the first 500 results ([ClearML GitHub issue #612](https://github.com/allegroai/clearml/issues/612))
|
||||
* Fix failure to delete artifacts stored in Azure ([ClearML GitHub issue #660](https://github.com/allegroai/clearml/issues/660))
|
||||
* Fix Process Pool hangs at exit ([ClearML GitHub issue #674](https://github.com/allegroai/clearml/issues/674))
|
||||
* Fix number of unpacked values when syncing a dataset ([ClearML GitHub issue #682](https://github.com/allegroai/clearml/issues/682))
|
||||
* Fix FastAI DeprecationWarning ([ClearML GitHub PR #683](https://github.com/allegroai/clearml/issues/683))
|
||||
* Fix `Task.get_projects()` retrieves only the first 500 results ([ClearML GitHub issue #612](https://github.com/clearml/clearml/issues/612))
|
||||
* Fix failure to delete artifacts stored in Azure ([ClearML GitHub issue #660](https://github.com/clearml/clearml/issues/660))
|
||||
* Fix Process Pool hangs at exit ([ClearML GitHub issue #674](https://github.com/clearml/clearml/issues/674))
|
||||
* Fix number of unpacked values when syncing a dataset ([ClearML GitHub issue #682](https://github.com/clearml/clearml/issues/682))
|
||||
* Fix FastAI DeprecationWarning ([ClearML GitHub PR #683](https://github.com/clearml/clearml/issues/683))
|
||||
* Fix `StorageManager.download_folder()` crash
|
||||
* Fix pipelines can't handle `None` return value
|
||||
* Fix pre-existing pipeline raises an exception
|
||||
|
||||
Reference in New Issue
Block a user