From ff1df7003755a535797160292a288f90457411c6 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 25 Dec 2022 11:37:14 +0200 Subject: [PATCH] Add ClearML SDK 1.9 release notes (#415) --- docs/release_notes/ver_1_9.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/release_notes/ver_1_9.md b/docs/release_notes/ver_1_9.md index 6054d226..f2b7f257 100644 --- a/docs/release_notes/ver_1_9.md +++ b/docs/release_notes/ver_1_9.md @@ -2,6 +2,32 @@ title: Version 1.9 --- +### ClearML SDK 1.9.0 + +**New Features and Improvements** +* Add `r` prefix to `re.match()` strings [ClearML GitHub issue #834](https://github.com/allegroai/clearml/issues/834) +* Add `path_substitution` to `clearml.conf` example file [ClearML GitHub PR #842](https://github.com/allegroai/clearml/pull/842) +* Clarify `deferred_init` usage in `Task.init()` [ClearML GitHub issue #855](https://github.com/allegroai/clearml/issues/855) +* Add pipeline decorator argument to control docker image [ClearML GitHub issue #856](https://github.com/allegroai/clearml/issues/856) +* Add `StorageManager.set_report_upload_chunk_size()` and `StorageManager.set_report_download_chunk_size()` to set chunk +size for upload and download +* Add `allow_archived` argument in `Task.get_tasks()` +* Support querying model metadata in `Model.query_models()` +* Add `Dataset.set_metadata()` and `Dataset.get_metadata()` +* Add `delete_from_storage` (default `True`) to `Task.delete_artifacts()` + +**Bug Fixes** +* Fix jsonargparse and pytorch lightning integration broken for remote execution [ClearML GitHub issue #403](https://github.com/allegroai/clearml/issues/403) +* Fix error when using `TaskScheduler` with `limit_execution_time` [ClearML GitHub issue #648](https://github.com/allegroai/clearml/issues/648) +* Fix dataset not synced if the changes are only modified files [ClearML GitHub issue #822](https://github.com/allegroai/clearml/issues/822) +* Fix `StorageHelper.delete()` does not respect path substitutions [ClearML GitHub issue #825](https://github.com/allegroai/clearml/issues/825) +* Fix can't write more than 2 GB to a file +* Fix `StorageManager.get_file_size_bytes()` returns `ClientError` instead of `None` for invalid S3 links +* Fix Dataset lineage view is broken with multiple dataset dependencies +* Fix `tensorflow_macos` support +* Fix crash when calling `task.flush(wait_for_uploads=True)` while executing remotely +* Fix `None` values get casted to empty strings when connecting a dictionary + ### ClearML Server 1.9.0 **New Features and Improvements**