From d2eeeb09b80d75a420259d45ead6a67e2b1ba8ee Mon Sep 17 00:00:00 2001 From: Ravin Kohli Date: Tue, 23 Aug 2022 16:14:15 +0200 Subject: [PATCH 1/3] Release 0.2.1 From 31e9e2f4161d4d45fa2c88dde84fbd2024459dc2 Mon Sep 17 00:00:00 2001 From: Ravin Kohli Date: Tue, 23 Aug 2022 16:19:52 +0200 Subject: [PATCH 2/3] add release docs --- docs/releases.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index ef6d65717..580317aee 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -12,6 +12,23 @@ Releases ======== +Version 0.2.1 +============= +| [FIX] ADD forecasting init design to pip data files by @dengdifan in https://github.com/automl/Auto-PyTorch/pull/459 +| checks for time series dataset split by @dengdifan in https://github.com/automl/Auto-PyTorch/pull/464 +| [FIX] Numerical stability scaling for timeseries forecasting tasks by @dengdifan in https://github.com/automl/Auto-PyTorch/pull/467 +| [FIX] pipeline options in `fit_pipeline` by @ravinkohli in https://github.com/automl/Auto-PyTorch/pull/466 +| [FIX] results management and visualisation with missing test data by @ravinkohli in https://github.com/automl/Auto-PyTorch/pull/465 +| [ADD] Robustly refit models in final ensemble in parallel by @ravinkohli in https://github.com/automl/Auto-PyTorch/pull/471 + +Contributors v0.2 +***************** + +* Difan Deng +* Ravin Kohli +* Shuhei Watanabe +* Theodoros Athanasiadis + Version 0.2 =========== | [FIX] Documentation and docker workflow file (#449) From 3af54d20b27cebee25599cffe7ffb043f29c7f8f Mon Sep 17 00:00:00 2001 From: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:22:46 +0200 Subject: [PATCH 3/3] Update docs/releases.rst --- docs/releases.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/releases.rst b/docs/releases.rst index 580317aee..1dcb742b9 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -23,7 +23,6 @@ Version 0.2.1 Contributors v0.2 ***************** - * Difan Deng * Ravin Kohli * Shuhei Watanabe