From c43f2e2c0c8acec295457564ad7126a0d6a0aba2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 17:55:47 +0000 Subject: [PATCH 1/9] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/ambianic/fall-detection/compare/v1.0.4...v1.0.5) (2021-10-04) ### Bug Fixes * pypi upload command ([246e8d1](https://github.com/ambianic/fall-detection/commit/246e8d1a35a07c2cb3ad16d8e32952af1e13cd5a)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc72cc..cb95aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.5](https://github.com/ambianic/fall-detection/compare/v1.0.4...v1.0.5) (2021-10-04) + + +### Bug Fixes + +* pypi upload command ([246e8d1](https://github.com/ambianic/fall-detection/commit/246e8d1a35a07c2cb3ad16d8e32952af1e13cd5a)) + ## [1.0.4](https://github.com/ambianic/fall-detection/compare/v1.0.3...v1.0.4) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index 53d476d..b77a1ef 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.4 +version = 1.0.5 author = 'Bhavika Kanani, Ivelin Ivanov' author_email = 'bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai' description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0. @@ -19,3 +19,4 @@ classifiers = [options] packages = find: python_requires = >=3.7 + From 7dc999dce4e967f7417bc82f392e080984e23ab0 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Mon, 4 Oct 2021 13:07:05 -0500 Subject: [PATCH 2/9] fix: sem rel script --- .github/workflows/pythonpackage.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index ce08b81..10b663e 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -71,14 +71,8 @@ jobs: 'master', 'main' ] env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - name: Run Semantic Release - run: npx semantic-release - env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Semantic release completed run: echo Semantic release flow completed From dd695b8e26a06ddea4d9e34ae7f7fad7e71222fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 18:09:48 +0000 Subject: [PATCH 3/9] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/ambianic/fall-detection/compare/v1.0.5...v1.0.6) (2021-10-04) ### Bug Fixes * sem rel script ([7dc999d](https://github.com/ambianic/fall-detection/commit/7dc999dce4e967f7417bc82f392e080984e23ab0)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb95aec..907b5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.6](https://github.com/ambianic/fall-detection/compare/v1.0.5...v1.0.6) (2021-10-04) + + +### Bug Fixes + +* sem rel script ([7dc999d](https://github.com/ambianic/fall-detection/commit/7dc999dce4e967f7417bc82f392e080984e23ab0)) + ## [1.0.5](https://github.com/ambianic/fall-detection/compare/v1.0.4...v1.0.5) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index b77a1ef..e80d1af 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.5 +version = 1.0.6 author = 'Bhavika Kanani, Ivelin Ivanov' author_email = 'bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai' description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0. From 5a7cd895a4386c70617edeb2336f851277729fea Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Mon, 4 Oct 2021 13:18:16 -0500 Subject: [PATCH 4/9] fix: author field --- src/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setup.cfg b/src/setup.cfg index e80d1af..b274851 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = falldetect version = 1.0.6 -author = 'Bhavika Kanani, Ivelin Ivanov' -author_email = 'bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai' +author = Bhavika Kanani, Ivelin Ivanov +author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0. long_description = file: README.md long_description_content_type = text/markdown From 357000617fa24b387ed0398e68183cf45435a011 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 18:21:00 +0000 Subject: [PATCH 5/9] chore(release): 1.0.7 [skip ci] ## [1.0.7](https://github.com/ambianic/fall-detection/compare/v1.0.6...v1.0.7) (2021-10-04) ### Bug Fixes * author field ([5a7cd89](https://github.com/ambianic/fall-detection/commit/5a7cd895a4386c70617edeb2336f851277729fea)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907b5fd..f3854f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.7](https://github.com/ambianic/fall-detection/compare/v1.0.6...v1.0.7) (2021-10-04) + + +### Bug Fixes + +* author field ([5a7cd89](https://github.com/ambianic/fall-detection/commit/5a7cd895a4386c70617edeb2336f851277729fea)) + ## [1.0.6](https://github.com/ambianic/fall-detection/compare/v1.0.5...v1.0.6) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index b274851..a99e18f 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.6 +version = 1.0.7 author = Bhavika Kanani, Ivelin Ivanov author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0. From 24ced8763170b4e7e800c12c5169ad0842f431a8 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Mon, 4 Oct 2021 16:23:48 -0500 Subject: [PATCH 6/9] fix: formatting for pypi --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9f27e5a..4fa24e6 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ _This repo is the new home of the fall detection model used in Ambianic Edge. We # What's included in this repo -- [x] Standalone Python ML library for people fall detection based on Tensorflow and [PoseNet 2.0](https://github.com/tensorflow/tfjs-models/tree/master/posenet). -- [X] Python source code -- [x] [Jupyter Notebook](https://mybinder.org/v2/gh/ambianic/fall-detection/main?filepath=Demo.ipynb) to interactively test and experiement with the model -- [x] CI & test suite -- [x] Training and testing data sets -- [x] Third party ML models used as building blocks -- [ ] Wheel package published on PyPi +- Standalone Python ML library for people fall detection based on Tensorflow and [PoseNet 2.0](https://github.com/tensorflow/tfjs-models/tree/master/posenet). +- Python source code +- [Jupyter Notebook](https://mybinder.org/v2/gh/ambianic/fall-detection/main?filepath=Demo.ipynb) to interactively test and experiement with the model +- CI & test suite +- Training and testing data sets +- Third party ML models used as building blocks +- Wheel package [published on PyPi](https://pypi.org/project/falldetect/) # Project motivation From 5b9eec541edd6265f370599868f91c548e66ddf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 21:26:12 +0000 Subject: [PATCH 7/9] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) ### Bug Fixes * formatting for pypi ([24ced87](https://github.com/ambianic/fall-detection/commit/24ced8763170b4e7e800c12c5169ad0842f431a8)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3854f0..d4a7567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) + + +### Bug Fixes + +* formatting for pypi ([24ced87](https://github.com/ambianic/fall-detection/commit/24ced8763170b4e7e800c12c5169ad0842f431a8)) + ## [1.0.7](https://github.com/ambianic/fall-detection/compare/v1.0.6...v1.0.7) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index a99e18f..6a2fc29 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.7 +version = 1.0.8 author = Bhavika Kanani, Ivelin Ivanov author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0. From 3fc569b733569188da1f4311c26bf8cb9909c9b7 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Mon, 4 Oct 2021 18:16:09 -0500 Subject: [PATCH 8/9] fix: prod deployment for main upstream repo only --- .github/workflows/pythonpublish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index b87317c..66251cb 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -30,6 +30,7 @@ jobs: # twine upload dist/* deploy-prod: name: Deploy to PyPi.org + if: ${{ github.repository_owner == 'ambianic' }} needs: [deploy-validate] runs-on: ubuntu-latest steps: From 30a050f9761ba5f019e7f83b497e9db8b80ff2f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Oct 2021 23:18:26 +0000 Subject: [PATCH 9/9] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/ambianic/fall-detection/compare/v1.0.8...v1.0.9) (2021-10-04) ### Bug Fixes * prod deployment for main upstream repo only ([3fc569b](https://github.com/ambianic/fall-detection/commit/3fc569b733569188da1f4311c26bf8cb9909c9b7)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a7567..3ed1eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.0.9](https://github.com/ambianic/fall-detection/compare/v1.0.8...v1.0.9) (2021-10-04) + + +### Bug Fixes + +* prod deployment for main upstream repo only ([3fc569b](https://github.com/ambianic/fall-detection/commit/3fc569b733569188da1f4311c26bf8cb9909c9b7)) + ## [1.0.8](https://github.com/ambianic/fall-detection/compare/v1.0.7...v1.0.8) (2021-10-04) diff --git a/src/setup.cfg b/src/setup.cfg index 6a2fc29..4225a0e 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = falldetect -version = 1.0.8 +version = 1.0.9 author = Bhavika Kanani, Ivelin Ivanov author_email = bhavika@softmaxai.com, ivelin.ivanov@ambianic.ai description = Standalone Python ML library for people fall detection based on Tensorflow and PoseNet 2.0.