Hold off on agent release notes

This commit is contained in:
alnoam 2021-10-26 10:08:17 +03:00
parent 4f19441057
commit 417818d9f1

View File

@ -65,17 +65,6 @@ title: Version 1.1
- Fix Python 3.5 compatibility
### ClearML Agent 1.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
- Improve 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.2
**Bug Fix**