Small edits (#1014)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-01-26 13:03:40 +02:00
committed by GitHub
parent 86f5043d36
commit 535c9cc0bf
14 changed files with 19 additions and 18 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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))

View File

@@ -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

View File

@@ -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**