diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a39813..cba1f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,99 +1,82 @@ # CHANGELOG -## v0.0.5 (2024-07-24) - -### Fix -* fix: error when no anomaly in dimensions ([`cc4e2b4`](https://github.com/adevinta/anomalywatchdog/commit/cc4e2b43121ebee3846553f5abc0e4a0d62ea0e9)) +## v0.0.6 (2025-01-10) -### Unknown +### Bug Fixes -* Merge pull request #7 from adevinta/fix/error_no_anomaly_dimensions +- Solution of error of not computing all models in disaggregation + ([`08f06e0`](https://github.com/adevinta/anomalywatchdog/commit/08f06e0df14110a38302a5b7aaa6109562f83bbe)) -fix: error when no anomaly in dimensions ([`8fe27a4`](https://github.com/adevinta/anomalywatchdog/commit/8fe27a4e2f4d77df9b17e81041ae4f25b0f63555)) -## v0.0.4 (2024-07-11) +## v0.0.5 (2024-07-24) -### Fix +### Bug Fixes -* fix: Error in condition for disaggregation analysis ([`25be536`](https://github.com/adevinta/anomalywatchdog/commit/25be53672479c7a4b9d1dd69dfd551f3c694ba61)) +- Error when no anomaly in dimensions + ([`cc4e2b4`](https://github.com/adevinta/anomalywatchdog/commit/cc4e2b43121ebee3846553f5abc0e4a0d62ea0e9)) -### Unknown -* Merge pull request #6 from adevinta/feature/data_range +## v0.0.4 (2024-07-11) -fix: Error in condition for disaggregation analysis ([`83b9c43`](https://github.com/adevinta/anomalywatchdog/commit/83b9c430d5b9f049dc28108ccfd7e5b70eb1df9d)) +### Bug Fixes -## v0.0.3 (2024-07-11) +- Error in condition for disaggregation analysis + ([`25be536`](https://github.com/adevinta/anomalywatchdog/commit/25be53672479c7a4b9d1dd69dfd551f3c694ba61)) -### Fix -* fix: Update README ([`ff9b29c`](https://github.com/adevinta/anomalywatchdog/commit/ff9b29ca6c954d44ff68a1854e7046587275aaeb)) +## v0.0.3 (2024-07-11) -* fix: Update README ([`a31083f`](https://github.com/adevinta/anomalywatchdog/commit/a31083f7d934e18d1ab7d0cfa43345d36fcf46a9)) +### Bug Fixes -* fix: Substitute check_history by start_date and end_date ([`7e05400`](https://github.com/adevinta/anomalywatchdog/commit/7e05400a616dc563a6916bb0b59a6dcff634d97d)) +- Substitute check_history by start_date and end_date + ([`7e05400`](https://github.com/adevinta/anomalywatchdog/commit/7e05400a616dc563a6916bb0b59a6dcff634d97d)) -### Unknown +- Update README + ([`ff9b29c`](https://github.com/adevinta/anomalywatchdog/commit/ff9b29ca6c954d44ff68a1854e7046587275aaeb)) -* Merge pull request #5 from adevinta/feature/data_range +- Update README + ([`a31083f`](https://github.com/adevinta/anomalywatchdog/commit/a31083f7d934e18d1ab7d0cfa43345d36fcf46a9)) -Add Date Range ([`3351aef`](https://github.com/adevinta/anomalywatchdog/commit/3351aef72bd2377cff37da5210a117ce89fae05e)) ## v0.0.2 (2024-07-02) -### Fix - -* fix: Test new tag ([`f64916e`](https://github.com/adevinta/anomalywatchdog/commit/f64916e5aadb7cc226d865b93c2b3a9f1e42b7a6)) +### Bug Fixes -### Unknown +- Test new tag + ([`f64916e`](https://github.com/adevinta/anomalywatchdog/commit/f64916e5aadb7cc226d865b93c2b3a9f1e42b7a6)) -* Merge pull request #4 from adevinta/feature/fix_poetry - -fix: Test new tag ([`1fe9210`](https://github.com/adevinta/anomalywatchdog/commit/1fe9210c75bd6953c0868a167eeb16b1d7058b70)) ## v0.0.1 (2024-07-02) -### Fix - -* fix: Update scikit-learn to 1.5.0 ([`52ff587`](https://github.com/adevinta/anomalywatchdog/commit/52ff587214fb13300f748359b64971d2448f45e5)) +### Bug Fixes -* fix: Eliminate scikit learn from pyproject.toml ([`fcaf906`](https://github.com/adevinta/anomalywatchdog/commit/fcaf906131c2bb6d8ae9173018d9b28f1ecc2899)) +- Add wheel dependency + ([`4397242`](https://github.com/adevinta/anomalywatchdog/commit/43972426ec7b605cfcf63f5798f0bfe2164d1dd5)) -* fix: Refactor ([`3136baa`](https://github.com/adevinta/anomalywatchdog/commit/3136baaad32a201680cc68d5ab08ccc5328aaf68)) +- Eliminate scikit learn from pyproject.toml + ([`fcaf906`](https://github.com/adevinta/anomalywatchdog/commit/fcaf906131c2bb6d8ae9173018d9b28f1ecc2899)) -* fix: Add wheel dependency ([`4397242`](https://github.com/adevinta/anomalywatchdog/commit/43972426ec7b605cfcf63f5798f0bfe2164d1dd5)) +- First part of development + ([`079d311`](https://github.com/adevinta/anomalywatchdog/commit/079d31170f8d9bfe66d828f792770e5e01636861)) -* fix: Fix poetry ([`4953d6a`](https://github.com/adevinta/anomalywatchdog/commit/4953d6a20adcce3dd1540580f20b5b7c1b2e10f2)) +- Fix poetry + ([`4953d6a`](https://github.com/adevinta/anomalywatchdog/commit/4953d6a20adcce3dd1540580f20b5b7c1b2e10f2)) -* fix: Fixing package dependencies ([`912cdc0`](https://github.com/adevinta/anomalywatchdog/commit/912cdc0dc8d7706920731ffbe782f02a7049f7e4)) +- Fixing package dependencies + ([`912cdc0`](https://github.com/adevinta/anomalywatchdog/commit/912cdc0dc8d7706920731ffbe782f02a7049f7e4)) -* fix: Last part of initial development ([`ac2c38e`](https://github.com/adevinta/anomalywatchdog/commit/ac2c38e9269f38c2e8aca266e1e5919d0b7ce80e)) +- Last part of initial development + ([`ac2c38e`](https://github.com/adevinta/anomalywatchdog/commit/ac2c38e9269f38c2e8aca266e1e5919d0b7ce80e)) -* fix: Last part of initial development ([`e1dd520`](https://github.com/adevinta/anomalywatchdog/commit/e1dd520d986d10f165d2a2a9982e296337f447ad)) +- Last part of initial development + ([`e1dd520`](https://github.com/adevinta/anomalywatchdog/commit/e1dd520d986d10f165d2a2a9982e296337f447ad)) -* fix: First part of development ([`079d311`](https://github.com/adevinta/anomalywatchdog/commit/079d31170f8d9bfe66d828f792770e5e01636861)) +- Refactor + ([`3136baa`](https://github.com/adevinta/anomalywatchdog/commit/3136baaad32a201680cc68d5ab08ccc5328aaf68)) -### Unknown +- Update scikit-learn to 1.5.0 + ([`52ff587`](https://github.com/adevinta/anomalywatchdog/commit/52ff587214fb13300f748359b64971d2448f45e5)) -* Merge pull request #3 from adevinta/feature/fix_poetry - -fix: Fix poetry ([`1564dce`](https://github.com/adevinta/anomalywatchdog/commit/1564dceb6bbee9e39afc8b5caef3732f2186cbad)) - -* Merge pull request #2 from adevinta/feature/second_part_development - -fix: Last part of initial development ([`4bdce08`](https://github.com/adevinta/anomalywatchdog/commit/4bdce08ffd247c2b043557f969c73416e19d36eb)) - -* Merge pull request #1 from adevinta/feature/first_part_development - -fix: First part of development ([`d034ced`](https://github.com/adevinta/anomalywatchdog/commit/d034ced0b3a44b3f1389a230444c07bd50bc0edd)) ## v0.0.0 (2024-06-27) - -### Unknown - -* tests ([`cafe86e`](https://github.com/adevinta/anomalywatchdog/commit/cafe86eecffcb9563b5d3f6ab37ffea6bc940242)) - -* name change ([`a84974d`](https://github.com/adevinta/anomalywatchdog/commit/a84974d630e82987f64803dba8035b586f3ee28e)) - -* initial commit ([`32ebf12`](https://github.com/adevinta/anomalywatchdog/commit/32ebf12d6a5d7e43a6482930dbd0db95f80e3b37)) diff --git a/pyproject.toml b/pyproject.toml index 7e8c659..3d1520b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anomalywatchdog" -version = "0.0.5" +version = "0.0.6" description = "" authors = ["alexis-vazquez ", "enric-pampols "] license = "MIT"