Recent Releases of python-meegkit
python-meegkit - v0.1.8
What's Changed
- Real-time (causal) phase estimation algo by @nbara in https://github.com/nbara/python-meegkit/pull/75
- [ENH] Add (poly)coherence functions by @nbara in https://github.com/nbara/python-meegkit/pull/76
- [DOC] update zapline reference from preprint to peer-reviewed article by @sappelhoff in https://github.com/nbara/python-meegkit/pull/80
- [MAINT] Dont require pybind + test python 3.12 by @larsoner in https://github.com/nbara/python-meegkit/pull/81
- Bump the actions group with 2 updates by @dependabot in https://github.com/nbara/python-meegkit/pull/82
- [MAINT] Execute example notebooks by @nbara in https://github.com/nbara/python-meegkit/pull/83
New Contributors
- @sappelhoff made their first contribution in https://github.com/nbara/python-meegkit/pull/80
- @larsoner made their first contribution in https://github.com/nbara/python-meegkit/pull/81
- @dependabot made their first contribution in https://github.com/nbara/python-meegkit/pull/82
Full Changelog: https://github.com/nbara/python-meegkit/compare/v0.1.7...v0.1.8
- Python
Published by nbara about 1 year ago
python-meegkit - v0.1.7
What's Changed
- [FIX] Make outlier detection robust to nans by @nbara in https://github.com/nbara/python-meegkit/pull/73
Full Changelog: https://github.com/nbara/python-meegkit/compare/v0.1.6...v0.1.7
- Python
Published by nbara about 2 years ago
python-meegkit - v0.1.6
What's Changed
- [FIX] Whitening with low amplitude data by @nbara in https://github.com/nbara/python-meegkit/pull/64
- [ENH] Add a bad channel detection method using LOF algorithm by @vpKumaravel in https://github.com/nbara/python-meegkit/pull/66
- [MAINT] Use Github Actions for docs by @nbara in https://github.com/nbara/python-meegkit/pull/67
- [MAINT] Move to pyproject.toml by @nbara in https://github.com/nbara/python-meegkit/pull/68
- [ENH] RESS implem sklearn interface by @ludovicdmt in https://github.com/nbara/python-meegkit/pull/62
- [ENH] Add additional mCCA example by @johnkylecooper in https://github.com/nbara/python-meegkit/pull/69
- [ENH] Tiny changes to dss.dss0() by @nbara in https://github.com/nbara/python-meegkit/pull/71
- [HOTFIX] findoutliertrials() bug by @nbara in https://github.com/nbara/python-meegkit/pull/72
New Contributors
- @vpKumaravel made their first contribution in https://github.com/nbara/python-meegkit/pull/66
- @johnkylecooper made their first contribution in https://github.com/nbara/python-meegkit/pull/69
Full Changelog: https://github.com/nbara/python-meegkit/compare/v0.1.3...v0.1.6
- Python
Published by nbara about 2 years ago
python-meegkit - v0.1.3
What's Changed
- [ENH] make
dss_line()faster by @nbara in https://github.com/nbara/python-meegkit/pull/57 - [MAINT] Fix CI by @nbara in https://github.com/nbara/python-meegkit/pull/60
- [MAINT] Make package pip-installable by @nbara in https://github.com/nbara/python-meegkit/pull/61
Full Changelog: https://github.com/nbara/python-meegkit/compare/v0.1.2...v0.1.3
- Python
Published by nbara over 3 years ago
python-meegkit - v0.1.2
What's Changed
- [NEW] Add dsslineiter() by @maciekszul in https://github.com/nbara/python-meegkit/pull/52
- [MAINT] Update requirements.txt by @nbara in https://github.com/nbara/python-meegkit/pull/49
- [MAINT] Add DOI by @nbara in https://github.com/nbara/python-meegkit/pull/51
- [MAINT] Fix tests by @nbara in https://github.com/nbara/python-meegkit/pull/53
- [MAINT] Create mailmap by @nbara in https://github.com/nbara/python-meegkit/pull/54
New Contributors
- @maciekszul made their first contribution in https://github.com/nbara/python-meegkit/pull/52
Full Changelog: https://github.com/nbara/python-meegkit/compare/v0.1.1...v0.1.2
- Python
Published by nbara about 4 years ago
python-meegkit - v0.1.1
What's Changed
- [FIX] findoutliertrials() by @croyen in https://github.com/nbara/python-meegkit/pull/1
- [MAINT] Add GitHub actions by @nbara in https://github.com/nbara/python-meegkit/pull/2
- [MAINT] Trigger github actions on PR by @nbara in https://github.com/nbara/python-meegkit/pull/5
- [MAINT] Fix codecov by @nbara in https://github.com/nbara/python-meegkit/pull/6
- [FIX] Null channels cause dss.dss0 to crash by @paulroujansky in https://github.com/nbara/python-meegkit/pull/4
- [FIX] fixed issue with cosine blending by @Matthijspals in https://github.com/nbara/python-meegkit/pull/7
- [FIX] dss_line() with nremove>1 by @nbara in https://github.com/nbara/python-meegkit/pull/9
- [FIX] Applying PCA in dss_line() by @paulroujansky in https://github.com/nbara/python-meegkit/pull/11
- [ENH] Add Rhythmic Entrainment Source Separation (RESS) by @nbara in https://github.com/nbara/python-meegkit/pull/12
- [FIX] snr_spectrum() by @nbara in https://github.com/nbara/python-meegkit/pull/13
- [FIX] Simplify snr_spectrum() by @nbara in https://github.com/nbara/python-meegkit/pull/14
- [FIX] Initial conditions for Yulewalk filter by @nbara in https://github.com/nbara/python-meegkit/pull/15
- [ENH] Outputs maps in RESS by @nbara in https://github.com/nbara/python-meegkit/pull/20
- [FIX][ENH] Add regularization option for ASR by @nbara in https://github.com/nbara/python-meegkit/pull/18
- [FIX] RESS: removed hardcoded values by @paulroujansky in https://github.com/nbara/python-meegkit/pull/22
- [FIX] ERP stats by @nbara in https://github.com/nbara/python-meegkit/pull/24
- [MAINT] Bump version + fix sklearn/pyriemann compat by @nbara in https://github.com/nbara/python-meegkit/pull/29
- [ENH] RESS: Add option to return mixing and unmixing matrices by @Hororohoruru in https://github.com/nbara/python-meegkit/pull/28
- [DOC] Fix Travis by @nbara in https://github.com/nbara/python-meegkit/pull/30
- [FIX] Doc examples by @nbara in https://github.com/nbara/python-meegkit/pull/31
- [FIX] Detrending error with high-order polynomials by @nbara in https://github.com/nbara/python-meegkit/pull/36
- [ENH] Add Task Related Component Analysis (TRCA) by @gferraro2019 in https://github.com/nbara/python-meegkit/pull/32
- [DOC] Fix doc by @nbara in https://github.com/nbara/python-meegkit/pull/37
- [ENH] TRCA variation by @ludovicdmt in https://github.com/nbara/python-meegkit/pull/39
- [ENH] Add trial-masked detrending by @romquentin in https://github.com/nbara/python-meegkit/pull/41
- [FIX] Use linalg.eigh in RESS by @nbara in https://github.com/nbara/python-meegkit/pull/46
- [MAINT] Add citation file by @nbara in https://github.com/nbara/python-meegkit/pull/48
New Contributors
- @croyen made their first contribution in https://github.com/nbara/python-meegkit/pull/1
- @paulroujansky made their first contribution in https://github.com/nbara/python-meegkit/pull/4
- @Matthijspals made their first contribution in https://github.com/nbara/python-meegkit/pull/7
- @Hororohoruru made their first contribution in https://github.com/nbara/python-meegkit/pull/28
- @gferraro2019 made their first contribution in https://github.com/nbara/python-meegkit/pull/32
- @ludovicdmt made their first contribution in https://github.com/nbara/python-meegkit/pull/39
- @romquentin made their first contribution in https://github.com/nbara/python-meegkit/pull/41
Full Changelog: https://github.com/nbara/python-meegkit/commits/v0.1.1
- Python
Published by nbara over 4 years ago