From 48794f3104643b146a4b663087569eb290c370f3 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:57:38 +0300 Subject: [PATCH] Add ClearML 1.12.1 release notes (#629) --- 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**