Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

66 lines (47 loc) · 4.09 KB

Changelog

v0.7.1 (2023-01-24)

Fix

  • CITATION: Replace wrong license string for schema-compliance, thus to ensure interpretability (a62fc16)

See all commits in this version

v0.7.0 (2023-01-21)

Feature

  • dataset: Reintroduce strict hash checking, which can optionally be skipped (43360eb)
  • data_types: Introduce one aggregated data type to specify the sample size of extracted data (b90af83)

Fix

  • CITATION.cff: Fix syntax and include more metadata (ea274a7)

Documentation

  • dataset: Improve docstring of ZeMASamples (e06e793)

See all commits in this version

v0.6.0 (2023-01-21)

Feature

  • DOI: Introduce DOI into metadata and README badge (9e183e1)

See all commits in this version

v0.5.0 (2023-01-21)

Feature

  • ReadTheDocs: Introduce settings for ReadTheDocs (041e334)
  • CITATION.cff: Introduce proper citation metadata (aea8e7a)

Documentation

  • README: Improve and extend README with Disclaimer and License sections as well as new links (78292f9)
  • examples: Improve and correct examples section (94ed4c0)

See all commits in this version

v0.4.0 (2023-01-16)

Feature

  • dataset: Leave storage location specification to pooch to share data across local projects (dc7d7c9)

Documentation

  • notebook: Adapt read_dataset.ipynb to new implementation without manual cache location spec (18be701)

v0.3.0 (2023-01-15)

Feature

  • dataset: Introduce parameter to choose first sample to be extracted (125fe83)

v0.2.1 (2022-12-30)

Fix

  • dataset: Remove strict hash checking to drastically increase performance (00a7a73)

v0.2.0 (2022-12-30)

Feature

  • dataset: Turn dataset provider into class and fix normalization (e92c9bb)
  • dataset: Introduce scaler parameter to retrieve several datapoints from each cycle at once (30a5cf9)

Documentation

  • dataset: Improve description of allowed inputs (925bce6)

v0.1.0 (2022-12-26)

Feature

  • Initial version of API, docs and project structure (283b1ba)