SDK v1.3.1 release notes

This commit is contained in:
alnoam 2022-03-16 19:43:18 +02:00
parent 1be5be992d
commit ad45cc4902

View File

@ -2,6 +2,29 @@
title: Version 1.3
---
### ClearML SDK 1.3.1
**New Features and Improvements**
* Add Python 3.10 support
**Bug Fixes**
* Update Slack SDK requirement [ClearML GitHub issue #597](https://github.com/allegroai/clearml/issues/597)
* Fix fork after task.close() is called [ClearML GitHub issue #605](https://github.com/allegroai/clearml/issues/605)
* Fix Azure storage upload [ClearML GitHub issue #598](https://github.com/allegroai/clearml/issues/598)
* Fix offline mode crash
* Fix task delete response not checked
* Fix pipeline controller kwargs with list
* Fix PipelineDecorator.debug_pipeline()
* Fix PipelineDecorator example
* Fix Python 3.10 issues
* Fix handling of legacy fileserver (files.community.clear.ml)
* Fix cloud driver may use None credentials
* Fix APIClient worker raises exception when accessing .name attribute
* Fix minimum/default API version setting
### ClearML Server 1.3.0
**New Features and Improvements**