Add ClearML SDK 1.16.4 release notes (#909)

This commit is contained in:
pollfly 2024-08-28 11:09:19 +03:00 committed by GitHub
parent 5951d744bf
commit 7be576f6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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