From a099f613f1f8a2347cc25fdd19db51795c7b0a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rik=20Paradis?= Date: Fri, 27 Aug 2021 17:27:05 -0400 Subject: [PATCH] Release v1.6 --- CHANGELOG.md | 4 ++++ version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc30221..3ddb5dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # v1.x.x +* + +# v1.6 + * PeriodicSaveCallback and all its subclasses now have the `restore_best` argument. * `Experiment` now contains a `monitoring` argument that can be set to false to avoid monitoring any metric and saving uneeded checkpoints. * The format of the ETA time and total time now contains days, hours, minutes when appropriate. diff --git a/version.txt b/version.txt index c239c60c..810ee4e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5 +1.6