From 2c70723b3cad4fd3ecaec533298528eda0591a46 Mon Sep 17 00:00:00 2001 From: frthjf Date: Sun, 16 Aug 2020 22:50:34 +0100 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78aa73ea..9aa23c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ No current changes +## v2.3.0 + +- Rewrites storage to experiments/ subfolder if experiment exists +- New storage APIs to discover related experiments +- Introduce global on_submit event +- Disable automatic checkpoint handling in favour of increased user control +- Executions loading via @ import shorthand +- SqlIndex that can persist experiments in SQL-type databases + ## v2.2.1 - Make `dataset` dependency optional