Skip to content

Commit 2641bf0

Browse files
semantic-releasegithub-actions
semantic-release
authored and
github-actions
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 3dee6c2 commit 2641bf0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.6.0 (2022-06-28)
6+
### Feature
7+
* Remove delete peak functions ([`7246973`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/7246973eea674379730423eeb922c17af03c0b2b))
8+
* For the future. notebook but with remove peak working. ([`1fbd574`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/1fbd57483dce456bb8e3d4aa474d106e383ebc92))
9+
* Add the remove false peak feature ([`52987ce`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/52987ce9b713c6497ec4d41a9059d25bdbc25a55))
10+
11+
### Fix
12+
* Fix data compatibility issues with hug data and peak selection and optimize some code ([`31a83ce`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/31a83cecde6e1cc7e71964f1edfcc6a55a24f1a6))
13+
* Fix RMSE broken ([`cdc976d`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/cdc976d7fd6713523820983416e0a30bb3d8ee1a))
14+
* Latest notebook ([`64307b8`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/64307b89bb567dfd117d4ac701a7d8f68cbab5f6))
15+
* Make dashboard nice and streamlined. widgets for everything. Remove Delete Peak from main notebook for now ([`8eeea97`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/8eeea97f488e02ab35f13ec4ad0ab9d3000e5d57))
16+
* Method param is now str instead of function to allow for widget selection ([`e9b504a`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/e9b504a65143c051b75deb1cca116fd15a294669))
17+
* Adding code to allow for team and source data to be visualised ([`bf821eb`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/bf821eb74c8a0868d86460e951a7b82a2ed2ff6b))
18+
* Small tweaks to pulse ([`e726429`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/e7264299e10ea211990247d1a6037c8b4b431cf9))
19+
* Fixing incorrect filtering of dataframe ([`e6b5d23`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/e6b5d23823ba2726d1332fbad64b3160ce0e7292))
20+
21+
### Documentation
22+
* Further document viz scripts, and couple minor patches ([`7beb17b`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/7beb17ba8c2da3c5ffcb8b6dd40b6668f64649a4))
23+
* More viz comments ([`e54660e`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/e54660e934526bc71341227b50676a4f9c172f9c))
24+
* Add comments to contrast.py ([`fda6711`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/fda6711d5d46658e56a6f751941c8aff49b7597e))
25+
* Update comments ([`fd3fcb0`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/fd3fcb03ae0573d5ab907fec41d91d710a4a0c23))
26+
* Update comments ([`b3cd300`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/b3cd300ee15ee37d53b1d55f01a6a22743e3d2cb))
27+
* Editing instructions in notebook ([`de0baaf`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/de0baaf40ce0afa4851d766d81ee5d38c4860321))
28+
* Editing instructions within notebook ([`9a09ad2`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/9a09ad259c747c5cdd60985d4f6b82fc06aa484d))
29+
* Update params in dashboard() function ([`4b81d70`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/4b81d7009ff9d1c640efa635546bc8a02b37716d))
30+
531
## v0.5.3 (2022-06-28)
632
### Documentation
733
* Add cran mirror ([`e92eebb`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/e92eebb3c72d826af565288fda218018d26f8958))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "emgdecompy"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
description = "A package for decomposing multi-channel intramuscular and surface EMG signals into individual motor unit activity based off the blind source algorithm described in Francesco Negro et al 2016 J. Neural Eng. 13 026027."
55
authors = ["Daniel King", "Jasmine Ortega", "Rada Rudyak", "Rowan Sivanandam"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)