Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

71 lines (37 loc) · 3.43 KB

CHANGELOG

v0.1.21 (2024-06-29)

Documentation

  • docs: add CONTRIBUTING.md (cff4b71)

  • docs: add issue templates (d0d546f)

  • docs: add CODE_OF_CONDUCT.md (507dafd)

  • docs: update README.md (d0ab548)

  • docs: add subheader to README.md (b8e56fb)

  • docs: move plots to tutorial (de2a404)

Fix

  • fix: heart rate plots with no operation

This fixes a bug that would crash the application when plotting heart rate (i.e. HKQuantityTypeIdentifierHeartRate) data with no operation. (f8a8019)

v0.1.20 (2024-06-28)

Chore

Ci

  • ci: add mkdocs deploy workflow (5df8c2e)

  • ci: add publish to PyPI workflow (0f41dbd)

  • ci: add test coverage workflow (dccc2fe)

Documentation

  • docs: remove workflow badges and add PyPI version (e94fba2)

  • docs: update header (c394e01)

  • docs: add workflow badges (fb353a0)

  • docs: add header in README.md (c3b78e8)

  • docs: update README.md (4932835)

Fix

  • fix(docs): small change (3e419da)

  • fix(docs): add absolute paths to plots (e2d26b5)

  • fix(ci): fix publish workflow (7bc74ac)

v0.1.0 (2024-06-27)

Feature

  • feat: add initial features

The first few features include a loader, parser, and plotting capabilities. The package is not considered stable. (ba78087)

Unknown