mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Add ClearML 1.16.5 release notes (#950)
This commit is contained in:
parent
12e6cade63
commit
3199ef46eb
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user