From 7be576f6ae1ca8b8071c994f61efabd514195ef1 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:09:19 +0300 Subject: [PATCH] Add ClearML SDK 1.16.4 release notes (#909) --- docs/release_notes/ver_1_16.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release_notes/ver_1_16.md b/docs/release_notes/ver_1_16.md index c3722b1d..c4367e60 100644 --- a/docs/release_notes/ver_1_16.md +++ b/docs/release_notes/ver_1_16.md @@ -2,6 +2,17 @@ title: Version 1.16 --- +### ClearML SDK 1.16.4 + +**New Features** +* Add custom task binary support to `clearml-task` and `CreateAndPopulate` (allows bash script execution, requires agent version `>=1.9.0`) +* Add support for a default extension name when uploading a pandas `dataframe` artifact (see `sdk.development.artifacts.default_pandas_dataframe_extension_name` +configuration option) +* Add `verify` field support for downloadable URL instead of a file path (see `sdk.aws.s3` configuration section) + +**Bug Fix** +* Fix valid model URL might be overridden by an invalid one in case the upload failed + ### ClearML Server 1.16.2 **Bug Fix**