mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#636)
This commit is contained in:
@@ -12,7 +12,7 @@ This release is not backwards compatible
|
||||
* `preprocess` and `postprocess` class functions get 3 arguments
|
||||
* Add support for per-request state storage, passing information between the pre/post-processing functions
|
||||
|
||||
**Features & Bug Fixes**
|
||||
**Features and Bug Fixes**
|
||||
|
||||
* Optimize serving latency while collecting statistics
|
||||
* Fix metric statistics collecting auto-refresh issue
|
||||
|
||||
@@ -11,7 +11,7 @@ This release is not backwards compatible - see notes below on upgrading
|
||||
**Breaking Changes**
|
||||
* Triton engine size supports variable request size (-1)
|
||||
|
||||
**Features & Bug Fixes**
|
||||
**Features and Bug Fixes**
|
||||
|
||||
* Add version number of serving session task
|
||||
* Triton engine support for variable request (matrix) sizes
|
||||
|
||||
@@ -78,7 +78,7 @@ in target local path [ClearML GitHub issue #709](https://github.com/allegroai/cl
|
||||
**Bug Fixes**
|
||||
* Fix logging dependencies that use the subdirectory argument when pip installing from a git repo [ClearML GitHub issue #946](https://github.com/allegroai/clearml/issues/946)
|
||||
* Fix `Task.import_offline_session()` does not import offline models [ClearML GitHub issue #653](https://github.com/allegroai/clearml/issues/653)
|
||||
* Fix `clearml-init` incorrectly sets Web and API server ports [Clearml Server GitHub issue #181](https://github.com/allegroai/clearml-server/issues/181) & [ClearML GitHub issue #910](https://github.com/allegroai/clearml/issues/910)
|
||||
* Fix `clearml-init` incorrectly sets Web and API server ports [Clearml Server GitHub issue #181](https://github.com/allegroai/clearml-server/issues/181) and [ClearML GitHub issue #910](https://github.com/allegroai/clearml/issues/910)
|
||||
* Fix multiple models trained by the same framework are not all automatically logged [ClearML GitHub issue #767](https://github.com/allegroai/clearml/issues/767)
|
||||
* Fix parallel coordinates plot displays categorical variables unclearly [ClearML GitHub issue #907](https://github.com/allegroai/clearml/issues/907)
|
||||
* Fix runtime toggling task offline mode in the context of an open task
|
||||
|
||||
@@ -15,7 +15,7 @@ title: Version 1.12
|
||||
|
||||
**New Features and Improvements**
|
||||
* Additional UI cloud storage access options:
|
||||
* Support for AWS S3 temporary access tokens [ClearML GitHub issue #200](https://github.com/allegroai/clearml-server/issues/200) & [ClearML Web GitHub issue #52](https://github.com/allegroai/clearml-web/issues/52)
|
||||
* Support for AWS S3 temporary access tokens [ClearML GitHub issue #200](https://github.com/allegroai/clearml-server/issues/200) and [ClearML Web GitHub issue #52](https://github.com/allegroai/clearml-web/issues/52)
|
||||
* Support credentials for private GCS buckets
|
||||
* Add multiple smoothing algorithms to UI scalar plots [ClearML GitHub issue #996](https://github.com/allegroai/clearml/issues/996)
|
||||
* Running average
|
||||
|
||||
@@ -9,7 +9,7 @@ title: Version 1.3
|
||||
* Huggingface Transformer example
|
||||
|
||||
**Bug fixes**
|
||||
* Fix NumPy compatibility [ClearML Serving GitHub issue #47](https://github.com/allegroai/clearml-serving/issues/47) & [#46](https://github.com/allegroai/clearml-serving/issues/46)
|
||||
* Fix NumPy compatibility [ClearML Serving GitHub issue #47](https://github.com/allegroai/clearml-serving/issues/47) and [#46](https://github.com/allegroai/clearml-serving/issues/46)
|
||||
* Fix Triton examples [ClearML Serving GitHub issue #48](https://github.com/allegroai/clearml-serving/issues/48)
|
||||
* Add storage environment variables [ClearML Serving GitHub PR #45](https://github.com/allegroai/clearml-serving/pull/45)
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ title: Version 1.6
|
||||
### ClearML Server 1.6.0
|
||||
**New Features and Improvements**
|
||||
* New ClearML Datasets UI pages for tracking dataset versions and exploring version lineage and contents
|
||||
* Add history navigation to experiments plots UI page [ClearML GitHub issues #81](https://github.com/allegroai/clearml/issues/81) & [#255](https://github.com/allegroai/clearml/issues/255):
|
||||
* Add history navigation to experiments plots UI page [ClearML GitHub issues #81](https://github.com/allegroai/clearml/issues/81) and [#255](https://github.com/allegroai/clearml/issues/255):
|
||||
* Plots page shows last reported plot for each metric/variation combination
|
||||
* Single plot view provides history navigation slider
|
||||
* Add single value scalar reporting: Single value scalars are aggregated into a summary table in the experiment’s scalars
|
||||
|
||||
@@ -28,7 +28,7 @@ title: Version 1.7
|
||||
### ClearML Server 1.7.0
|
||||
**New Features and Improvements**
|
||||
* Add “Sync comparison” to UI experiment debug samples comparison: Control metric/iteration for all compared experiments [ClearML GitHub issue #691](https://github.com/allegroai/clearml/issues/691)
|
||||
* Support serving UI from a non-root path of the ClearML Server [ClearML Helm Charts issue #101](https://github.com/allegroai/clearml-helm-charts/issues/101) & [ClearML Server issue #135](https://github.com/allegroai/clearml-server/issues/135).
|
||||
* Support serving UI from a non-root path of the ClearML Server [ClearML Helm Charts issue #101](https://github.com/allegroai/clearml-helm-charts/issues/101) and [ClearML Server issue #135](https://github.com/allegroai/clearml-server/issues/135).
|
||||
* Add UI option for hiding “secret” experiment container arguments [ClearML Server GitHub issue #146](https://github.com/allegroai/clearml-server/issues/146)
|
||||
* Add UI tables switch to detail mode through double-click [ClearML Server GitHub issue #134](https://github.com/allegroai/clearml-server/issues/134)
|
||||
* Add customizable user activity timeout for UI logout
|
||||
|
||||
@@ -13,7 +13,7 @@ title: Version 1.9
|
||||
**New Features and Improvements**
|
||||
* Support parsing queue name when providing execution queue in pipelines code [ClearML GitHub PR #857](https://github.com/allegroai/clearml/pull/857)
|
||||
* Ignore `None` values for keys in the `click` argument parser [ClearML GitHub issue #902](https://github.com/allegroai/clearml/issues/902)
|
||||
* Improve docstrings for `Task.mark_completed()` and `Task.close()` - ClearML GitHub PRs [#920](https://github.com/allegroai/clearml/pull/920) & [#921](https://github.com/allegroai/clearml/pull/921)
|
||||
* Improve docstrings for `Task.mark_completed()` and `Task.close()` - ClearML GitHub PRs [#920](https://github.com/allegroai/clearml/pull/920) and [#921](https://github.com/allegroai/clearml/pull/921)
|
||||
* Add pre/post execution callbacks to pipeline steps through `@PipelineDecorator.component`
|
||||
* Add status-change callback to pipeline steps through `PipelineController.add_step()`, `PipelineController.add_function_step()`,
|
||||
and `@PipelineDecorator.component`
|
||||
|
||||
Reference in New Issue
Block a user