Update Docusaurus (#855)

This commit is contained in:
pollfly
2024-06-23 10:00:06 +03:00
committed by GitHub
parent f52a139c34
commit d166467a32
32 changed files with 8616 additions and 4726 deletions

View File

@@ -191,7 +191,7 @@ title: Version 0.16
**Bug Fixes**
* Fix typing dependency for Python<3.5 ([GitHub trains Issue 184](https://github.com/allegroai/trains/issues/184)).
* Fix typing dependency for `Python<3.5` ([GitHub trains Issue 184](https://github.com/allegroai/trains/issues/184)).
* Fix git+https requirements handling, resolve top_level.txt package name (kerastuner from git was not detected).
* Fix `Task.get_reported_console_output()` for new Trains Server API v2.9.
* Fix cache handling for different partitions / drives / devices.

View File

@@ -4,7 +4,7 @@ title: Version 1.0
### ClearML Serving 1.0.0
:::caution Backwards Compatibility
:::warning Backwards Compatibility
This release is not backwards compatible
:::
@@ -260,7 +260,7 @@ Arguments order changed in `Logger.report_line_plot()`, `Logger.report_plotly()`
* Add filters time columns
* Add filters for custom columns (metrics and hyperparameters)
* Add secondary nested sorting
* Add worker<->queue clickable reference in workers and queues tables
* Add `worker<->queue` clickable reference in workers and queues tables
* Add presenting all metric debug samples concurrently
* Add Full project name display in project cards ([ClearML GitHub issue 81](https://github.com/allegroai/clearml/issues/81#issuecomment-823303842))
* Add option for continuing aborted tasks

View File

@@ -4,7 +4,7 @@ title: Version 1.1
### ClearML Serving 1.1.0
:::caution Backwards Compatibility
:::warning Backwards Compatibility
This release is not backwards compatible - see notes below on upgrading
:::

View File

@@ -98,7 +98,7 @@ an empty string
* Fix `Dataset.get_local_copy()` is allowed for a non-finalized dataset
* Fix `Task.upload_artifact()` does not upload empty lists/tuples
* Fix pipeline retry mechanism interface
* Fix Python <3.5 compatibility
* Fix `Python <3.5` compatibility
* Fix local cache warning (should be a debug message)
### ClearML SDK 1.7.0