Add release notes ClearML 1.1.6 (#163)

This commit is contained in:
pollfly 2022-01-19 08:40:02 +02:00 committed by GitHub
parent e72ca23b54
commit b48dfe1d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 2 deletions

View File

@ -291,7 +291,7 @@ Upgrading to this version requires a manual [data migration](../deploying_clearm
### Trains Server
:::important
Upgrading to this version requires a manual [data migration](https://allegro.ai/docs/deploying_trains/trains_server_es7_migration/).
Upgrading to this version requires a manual [data migration](../deploying_clearml/clearml_server_es7_migration.md).
:::
**Features**
@ -319,7 +319,7 @@ Upgrading to this version requires a manual [data migration](https://allegro.ai/
* Add Hi-DPI display support.
* Add `debug.ping` endpoint for simple health monitoring.
* Add support for field exclusion in `*.get_all` endpoints.
* Move to ElasticSearch 7. Requires manual [data migration](https://allegro.ai/docs/deploying_trains/trains_server_es7_migration/).
* Move to ElasticSearch 7. Requires manual [data migration](../deploying_clearml/clearml_server_es7_migration.md).
**Bug Fixes**

View File

@ -2,6 +2,33 @@
title: Version 1.1
---
### ClearML SDK 1.1.6
**Features**
- Add `Task.force_store_standalone_script()` to force storing standalone script instead of a Git repository reference [ClearML Github issue #340](https://github.com/allegroai/clearml/issues/340)
- Add `Logger.set_default_debug_sample_history()` and `Logger.get_default_debug_sample_history()` to allow controlling
maximum debug samples programmatically
- Add populate now stores function arg types as part of the hyperparemeters
- Add `status_message` argument to `Task.mark_stopped()`
- Change `HTTP` driver timeout and retry codes (connection timeout will now trigger a retry)
**Bug Fixes**
- Fix and upgrade the SlackMonitor [ClearML Github issue #533](https://github.com/allegroai/clearml/issues/533)
- Fix network issues causing Task to stop on status change when no status change has occurred [ClearML Github issue #535](https://github.com/allegroai/clearml/issues/535)
- Fix Pipeline controller function support for dict as input argument
- Fix uploading the same metric/variant from multiple processes in threading mode should create a unique file per process (since global counter is not passed between the subprocesses)
- Fix resource monitoring should only run in the main process when using threaded logging mode
- Fix fork patching so that the signal handler (`at_exit`) will be called on time
- Fix fork (process pool) hangs or drops reports when reports are at the end of the forked function in both threaded and subprocess mode reporting
- Fix multi-pipeline support
- Fix delete artifacts after upload
- Fix artifact preview has no truth value
- Fix storage cache cleanup does not remove all entries on a silent fail
- Fix always store session cache in `~/.clearml` (regardless of the cache folder)
- Fix `StorageManager.download_folder()` fails on Windows path
### ClearML SDK 1.1.5
**Features**