mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Version 0.17
|
||||
---
|
||||
|
||||
## ClearML 0.17.5
|
||||
### ClearML 0.17.5
|
||||
|
||||
**Features**
|
||||
|
||||
@@ -135,14 +135,14 @@ title: Version 0.17
|
||||
|
||||
### ClearML 0.17.2
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
* Fix broken `clearml-task` CLI.
|
||||
|
||||
|
||||
### ClearML 0.17.1
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
* `clearml-task` CLI link fixed.
|
||||
|
||||
@@ -156,7 +156,7 @@ title: Version 0.17
|
||||
* Add `clearml-task` CLI for creating (importing) code into **ClearML** (see <a href="https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md">details</a>).
|
||||
* Add `Task.create`, which supports importing a code / repository into **ClearML**, including remote execution with `clearml-agent`.
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
* PyJWT v2.0 breaks the interface.
|
||||
|
||||
|
||||
@@ -95,13 +95,13 @@ title: Version 1.0
|
||||
|
||||
### ClearML 1.0.2
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
- Fix in rare scenarios process stuck on exit, again :)
|
||||
|
||||
### ClearML 1.0.1
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
- Fix in rare scenarios process stuck on exit
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ the Pipeline DAG at runtime (as opposed to adhering to the existing structure st
|
||||
* Raise error if dataset name is empty ([ClearML GitHub PR #1083](https://github.com/allegroai/clearml/pull/1083))
|
||||
* Add support for `spawn` start method for Python `multiprocess`. This should help circumvent issues like [this](https://github.com/python/cpython/issues/84559).
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
* Fix S3 uploads fail with `LazyEvalWrapper` type error ([ClearML GitHub issue #1081](https://github.com/allegroai/clearml/issues/1081))
|
||||
|
||||
### ClearML 1.12.0
|
||||
|
||||
@@ -41,7 +41,7 @@ title: Version 1.14
|
||||
|
||||
### ClearML 1.14.1
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
* Fix created pipelines do not appear in the UI pipelines section
|
||||
|
||||
### ClearML 1.14.0
|
||||
|
||||
@@ -4,7 +4,7 @@ title: Version 1.2
|
||||
|
||||
### ClearML 1.2.1
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
|
||||
- Fix HTTP download fails constructing URL ([ClearML GitHub issue #593](https://github.com/allegroai/clearml/issues/593))
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ title: Version 1.4
|
||||
|
||||
### ClearML 1.4.1
|
||||
|
||||
**Bug Fixes**
|
||||
**Bug Fix**
|
||||
* Fix Process Pool hangs at exit ([ClearML GitHub issue #674](https://github.com/allegroai/clearml/issues/674))
|
||||
|
||||
### ClearML 1.4.0
|
||||
|
||||
@@ -27,7 +27,7 @@ title: Version 1.7
|
||||
|
||||
### ClearML 1.7.1
|
||||
|
||||
**New Features and Improvements**
|
||||
**New Feature**
|
||||
* Add callback option for pipeline step retry
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
Reference in New Issue
Block a user