Skip to content
Snippets Groups Projects
Verified Commit 3d8a75f8 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

0.2.0

Automatically generated by python-semantic-release
parent 6d197965
No related branches found
No related tags found
No related merge requests found
Pipeline #15633 canceled
......@@ -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))
......@@ -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"
......
......@@ -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>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment