From 01ef913649f0113c3fba1192e0f5a1074c7f546c Mon Sep 17 00:00:00 2001 From: revital Date: Tue, 1 Aug 2023 12:54:34 +0300 Subject: [PATCH] Add SDK 1.12.1 release notes --- docs/release_notes/ver_1_12.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes/ver_1_12.md b/docs/release_notes/ver_1_12.md index fc00f6a8..e18d07a0 100644 --- a/docs/release_notes/ver_1_12.md +++ b/docs/release_notes/ver_1_12.md @@ -2,6 +2,15 @@ title: Version 1.12 --- +### ClearML SDK 1.12.1 + +**New Features and Improvements** +* Raise error if dataset name is empty [ClearML GitHub PR #1083](https://github.com/allegroai/clearml/pull/1083) +* Add support for `spawn` start method for Python `multiprocess`. This should help circumvent issues like [this](https://github.com/python/cpython/issues/84559). + +**Bug Fixes** +* Fix S3 uploads fail with `LazyEvalWrapper` type error [ClearML GitHub issue #1081](https://github.com/allegroai/clearml/issues/1081) + ### ClearML Server 1.12.0 **New Features and Improvements**