diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ecbee1e535d9c5b6231f158690ef5126ce8f92..065849f3f7af877f01b0192aa88d95eed7ad8fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ <!--next-version-placeholder--> +## v0.7.0 (2023-01-21) +### Feature +* **dataset:** Reintroduce strict hash checking, which can optionally be skipped ([`43360eb`](https://github.com/PTB-M4D/zema_emc_annotated/commit/43360eb405aafc468c3d4bd15794e95873c58ccc)) +* **data_types:** Introduce one aggregated data type to specify the sample size of extracted data ([`b90af83`](https://github.com/PTB-M4D/zema_emc_annotated/commit/b90af8311a5c7a297e49b5dd10597bd2e77438b7)) + +### Fix +* **CITATION.cff:** Fix syntax and include more metadata ([`ea274a7`](https://github.com/PTB-M4D/zema_emc_annotated/commit/ea274a789f68cc574e95593e88f5a63a7151b74e)) + +### Documentation +* **dataset:** Improve docstring of ZeMASamples ([`e06e793`](https://github.com/PTB-M4D/zema_emc_annotated/commit/e06e7938bb336701446b53466260df3fc81e5fba)) + +**[See all commits in this version](https://github.com/PTB-M4D/zema_emc_annotated/compare/v0.6.0...v0.7.0)** + ## v0.6.0 (2023-01-21) ### Feature * **DOI:** Introduce DOI into metadata and README badge ([`9e183e1`](https://github.com/PTB-M4D/zema_emc_annotated/commit/9e183e19d08f36b4116bcaf4797f0d669932a288)) diff --git a/CITATION.cff b/CITATION.cff index d06691f78e63dd0938c7b7a8c49888428f791894..b86c5d1d70526a4b0dd068c1b24243d9e1227f00 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -42,7 +42,7 @@ keywords: - Horizon 2020 - EMPIR license: MIT -version: 0.6.0 +version: 0.7.0 identifiers: - description: >- This is the general DOI to cite all versions of the software. To cite a specific diff --git a/docs/conf.py b/docs/conf.py index 8fc029d6d2d622cd727ea7b85d4bbce4049a609b..a36396cda012b138288d3b9fbd4f39f9ebdb492d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -151,7 +151,7 @@ author = "B. Ludwig" # built documents.K # # The short X.Y version. -version = "0.6.0" +version = "0.7.0" # The full version, including alpha/beta/rc tags. # release = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index c285373fe0266b3e92f2f3848584407d2ae0790c..631a9df10b2fc0d302b615829ad2fac5df997357 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.6.0" +version = "0.7.0" description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder" authors = [ "Bjoern Ludwig <bjoern.ludwig@ptb.de>",