Add ClearML Agent 1.1.1. release notes (#98)

This commit is contained in:
pollfly 2021-10-26 10:39:24 +03:00 committed by GitHub
parent 417818d9f1
commit c53b393726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,17 @@
title: Version 1.1
---
### ClearML Agent v1.1.1
**Features and Bug Fixes**
- Add support for truncating task log file after reporting to server using `agent.truncate_task_output_files` configuration setting
- Fix PyJWT resiliency support
- Fix `--stop` checking default queue tag [ClearML Agent GitHub issue #80](https://github.com/allegroai/clearml-agent/issues/80)
- Fix queue tag `default` does not exist and `--queue` not specified (try queue named `"default"`)
- Fix Python 3.5 compatibility
- Fix PY2.7 support for PyTorch
### ClearML SDK 1.1.3
**Features**
@ -64,7 +75,6 @@ title: Version 1.1
- Fix broken `Dataset.finalize()`
- Fix Python 3.5 compatibility
### ClearML SDK 1.1.2
**Bug Fix**