-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Dec 31, 2024
1 parent
e19ee06
commit a55cc89
Showing
2 changed files
with
62 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,105 @@ | ||
# CHANGELOG | ||
|
||
|
||
## v0.6.0 (2024-12-31) | ||
|
||
### Features | ||
|
||
- Add get_device method ([#4](https://github.com/alxdrcirilo/apple-health-parser/pull/4), | ||
[`e19ee06`](https://github.com/alxdrcirilo/apple-health-parser/commit/e19ee06f6fd82b8d44187800fa39699ef1b96202)) | ||
|
||
* feat: add get_device method | ||
|
||
* chore: remove ignore-init-module-imports from ruff section in pyproject.toml | ||
|
||
|
||
## v0.5.4 (2024-08-17) | ||
|
||
### Documentation | ||
### Bug Fixes | ||
|
||
* docs(README): fix warning markdown alert ([`d2bc78c`](https://github.com/alxdrcirilo/apple-health-parser/commit/d2bc78c672453df63232d8fe220a0d0f4924ce3f)) | ||
- Circular imports in plot subpackage | ||
([#3](https://github.com/alxdrcirilo/apple-health-parser/pull/3), | ||
[`498d384`](https://github.com/alxdrcirilo/apple-health-parser/commit/498d38453055a7eb4ed3de58e800cb9e03f028a7)) | ||
|
||
### Documentation | ||
|
||
### Fix | ||
- **README**: Fix warning markdown alert | ||
([`d2bc78c`](https://github.com/alxdrcirilo/apple-health-parser/commit/d2bc78c672453df63232d8fe220a0d0f4924ce3f)) | ||
|
||
* fix: circular imports in plot subpackage (#3) ([`498d384`](https://github.com/alxdrcirilo/apple-health-parser/commit/498d38453055a7eb4ed3de58e800cb9e03f028a7)) | ||
|
||
## v0.5.3 (2024-07-14) | ||
|
||
### Fix | ||
### Bug Fixes | ||
|
||
- Body overview_type requires daily mean | ||
([`f5cc434`](https://github.com/alxdrcirilo/apple-health-parser/commit/f5cc434199b04dee8021158c1b92d0c4f51be1e8)) | ||
|
||
* fix: body overview_type requires daily mean ([`f5cc434`](https://github.com/alxdrcirilo/apple-health-parser/commit/f5cc434199b04dee8021158c1b92d0c4f51be1e8)) | ||
|
||
## v0.5.2 (2024-07-13) | ||
|
||
### Build | ||
### Bug Fixes | ||
|
||
- **plot**: Replace append_trace with add_trace | ||
([`672ef4e`](https://github.com/alxdrcirilo/apple-health-parser/commit/672ef4ec85acaf866006f65b7328e63ace45934c)) | ||
|
||
### Build System | ||
|
||
* build(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 | ||
- **deps-dev**: Bump certifi from 2024.6.2 to 2024.7.4 | ||
([`d6efbd9`](https://github.com/alxdrcirilo/apple-health-parser/commit/d6efbd91a704a3d9bee0e7d90b945e57cba971d7)) | ||
|
||
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. | ||
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) | ||
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - | ||
[Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) | ||
|
||
--- updated-dependencies: - dependency-name: certifi dependency-type: indirect | ||
|
||
--- | ||
updated-dependencies: | ||
- dependency-name: certifi | ||
dependency-type: indirect | ||
... | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> ([`d6efbd9`](https://github.com/alxdrcirilo/apple-health-parser/commit/d6efbd91a704a3d9bee0e7d90b945e57cba971d7)) | ||
Signed-off-by: dependabot[bot] <[email protected]> | ||
|
||
### Documentation | ||
|
||
* docs: mention available flags listing ([`15c89ca`](https://github.com/alxdrcirilo/apple-health-parser/commit/15c89ca814f23ada4674bef575d957707a6c8fc4)) | ||
- Mention available flags listing | ||
([`15c89ca`](https://github.com/alxdrcirilo/apple-health-parser/commit/15c89ca814f23ada4674bef575d957707a6c8fc4)) | ||
|
||
### Fix | ||
### Testing | ||
|
||
* fix(plot): replace append_trace with add_trace ([`672ef4e`](https://github.com/alxdrcirilo/apple-health-parser/commit/672ef4ec85acaf866006f65b7328e63ace45934c)) | ||
- Improve coverage | ||
([`0ccdb83`](https://github.com/alxdrcirilo/apple-health-parser/commit/0ccdb83ec7a0a149e5d776e3d7dc6aaa9572e8a2)) | ||
|
||
### Test | ||
|
||
* test: improve coverage ([`0ccdb83`](https://github.com/alxdrcirilo/apple-health-parser/commit/0ccdb83ec7a0a149e5d776e3d7dc6aaa9572e8a2)) | ||
## v0.5.1 (2024-07-08) | ||
|
||
### Unknown | ||
### Bug Fixes | ||
|
||
* Merge pull request #1 from alxdrcirilo/dependabot/pip/certifi-2024.7.4 | ||
- Source_version optional | ||
([`64413f5`](https://github.com/alxdrcirilo/apple-health-parser/commit/64413f591067ae45632a28e2c8c5e689737c3d0a)) | ||
|
||
build(deps-dev): bump certifi from 2024.6.2 to 2024.7.4 ([`66b54ce`](https://github.com/alxdrcirilo/apple-health-parser/commit/66b54cea1d7bf294a54ae5cd62e31e54b9026ead)) | ||
Some older data does not include the `sourceVersion` attribute. | ||
|
||
## v0.5.1 (2024-07-08) | ||
|
||
### Fix | ||
## v0.5.0 (2024-07-05) | ||
|
||
* fix: source_version optional | ||
### Documentation | ||
|
||
Some older data does not include the `sourceVersion` attribute. ([`64413f5`](https://github.com/alxdrcirilo/apple-health-parser/commit/64413f591067ae45632a28e2c8c5e689737c3d0a)) | ||
- **todo**: Mention CHANGELOG.md and LICENSE.md | ||
([`6a596db`](https://github.com/alxdrcirilo/apple-health-parser/commit/6a596db4c5078547dd8cf434a0d5648476f3b797)) | ||
|
||
## v0.5.0 (2024-07-05) | ||
BREAKING CHANGE: Manually trigger major bump on version zero. | ||
|
||
### Breaking | ||
### BREAKING CHANGES | ||
|
||
* docs(todo): mention CHANGELOG.md and LICENSE.md | ||
- **todo**: Manually trigger major bump on version zero. | ||
|
||
BREAKING CHANGE: Manually trigger major bump on version zero. ([`6a596db`](https://github.com/alxdrcirilo/apple-health-parser/commit/6a596db4c5078547dd8cf434a0d5648476f3b797)) | ||
|
||
## v0.4.0 (2024-07-05) | ||
|
||
### Breaking | ||
### Features | ||
|
||
* feat: add initial features | ||
- Add initial features | ||
([`9526224`](https://github.com/alxdrcirilo/apple-health-parser/commit/9526224ce279a790f02c5af1e6690facd8093106)) | ||
|
||
BREAKING CHANGE: The first few features include a loader, parser, and plotting capabilities. ([`9526224`](https://github.com/alxdrcirilo/apple-health-parser/commit/9526224ce279a790f02c5af1e6690facd8093106)) | ||
BREAKING CHANGE: The first few features include a loader, parser, and plotting capabilities. | ||
|
||
### Unknown | ||
### BREAKING CHANGES | ||
|
||
* Initial commit ([`a82d438`](https://github.com/alxdrcirilo/apple-health-parser/commit/a82d4384e5cc5a5a1c864d42cf3a1a751a9f6bb9)) | ||
- The first few features include a loader, parser, and plotting capabilities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "apple-health-parser" | ||
version = "0.5.4" | ||
version = "0.6.0" | ||
description = "Python package to parse, analyse, and plot Apple HealthKit data" | ||
authors = ["Alexandre Cirilo <[email protected]>"] | ||
repository = "https://github.com/alxdrcirilo/apple-health-parser" | ||
|