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**