From 3199ef46ebaffb2a09fdb3aea422ce97919e8ef8 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:45:17 +0200 Subject: [PATCH] Add ClearML 1.16.5 release notes (#950) --- docs/release_notes/sdk/open_source/ver_1_16.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/release_notes/sdk/open_source/ver_1_16.md b/docs/release_notes/sdk/open_source/ver_1_16.md index 1a211dd6..005d5c4d 100644 --- a/docs/release_notes/sdk/open_source/ver_1_16.md +++ b/docs/release_notes/sdk/open_source/ver_1_16.md @@ -2,6 +2,22 @@ title: Version 1.16 --- +### ClearML 1.16.5 + +**New Features** +* Add `sdk.development.artifacts.auto_pickle` configuration option to support changing the default pickle behavior when +uploading artifacts +* Add `silent_on_errors` argument to `Task.delete_artifacts()` (default `False`) +* Add support for last change time in triggers using tags +* Add `Task.request_external_endpoint()` to request external endpoints on supported backends + +**Bug Fixes** +* Fix `clearml-data search` CLI error if dataset version is `None` ([ClearML GitHub issue #1329](https://github.com/allegroai/clearml/issues/1321)) +* Fix `maxfile` attribute dropped in `psutil` v6.0.0 causing an error to be printed +* Fix `api.auth.req_token_expiration_sec` configuration option to `api.auth.request_token_expiration_sec` (matches agent setting, keep backwards compatibility) +* Bump six version due to Python 3.12 issue with `six.moves` +* Fix bar charts with only one bar are not reported correctly + ### ClearML 1.16.4 **New Features**