From 3d8a75f817b6de22c4e5f39114073e25ad1ed175 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Fri, 30 Dec 2022 12:19:53 -0500
Subject: [PATCH] 0.2.0

Automatically generated by python-semantic-release
---
 CHANGELOG.md   | 8 ++++++++
 docs/conf.py   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef7174f..363d779 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 <!--next-version-placeholder-->
 
+## v0.2.0 (2022-12-30)
+### Feature
+* **dataset:** Turn dataset provider into class and fix normalization ([`e92c9bb`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/e92c9bb77b074bebef7ed91fb222361bdc633d06))
+* **dataset:** Introduce scaler parameter to retrieve several datapoints from each cycle at once ([`30a5cf9`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/30a5cf99c27ad652c60552e0d8acb2ac251e696c))
+
+### Documentation
+* **dataset:** Improve description of allowed inputs ([`925bce6`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/925bce66f542769ae5e74b419e33cd458881fa70))
+
 ## v0.1.0 (2022-12-26)
 ### Feature
 * Initial version of API, docs and project structure ([`283b1ba`](https://gitlab1.ptb.de/m4d/zema_emc_annotated/-/commit/283b1ba7afda549cb4b3d5a7d593b2bf4f2eff62))
diff --git a/docs/conf.py b/docs/conf.py
index 39bcc2d..5c43dbd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,7 +150,7 @@ author = "B. Ludwig"
 # built documents.K
 #
 # The short X.Y version.
-version = "0.1.0"
+version = "0.2.0"
 # The full version, including alpha/beta/rc tags.
 # release = "1.3.1"
 
diff --git a/pyproject.toml b/pyproject.toml
index f245ce9..dd6632f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "zema_emc_annotated"
-version = "0.1.0"
+version = "0.2.0"
 description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder"
 authors = [
     "Bjoern Ludwig <bjoern.ludwig@ptb.de>",
-- 
GitLab