From 6705705624273b22e9849473f49ec28b839e7eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rik=20Paradis?= Date: Wed, 31 Aug 2022 16:01:55 -0400 Subject: [PATCH] Update changelog and bump version to 1.12.1 --- CHANGELOG.md | 4 ++++ version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b372b3e1..3586f476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ * +# v1.12.1 + +* Fix memory leak when using recursive structure as data in the `Model.fit()` or the `ModelBundle.train_data()` methods. + # v1.12 * Fix a bug when transfering the optimizer on another device caused by a new feature in PyTorch 1.12, i.e. the "capturable" diff --git a/version.txt b/version.txt index 809bdcb8..f8f4f03b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.12 +1.12.1