Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Improvements to feature naming #63

Merged
merged 3 commits into from Dec 1, 2020

Conversation

hubertjb
Copy link
Contributor

This should be the last PR for today. :)

This PR (1) extends feature naming with channel name replacement to bivariate functions as for univariate functions, and (2) fixes channel name replacement when we have overlapping channel names (e.g., Cz and FCz).

doc/whats_new.rst Outdated Show resolved Hide resolved
doc/whats_new.rst Outdated Show resolved Hide resolved

Bug
~~~

- Fixed the behavior of the `edge` parameter in :func:`mne_features.univariate.compute_spect_edge_freq`. Valid values for this parameter are now `None` or a list of float between `0` and `1` (percentages). By `Jean-Baptiste SCHIRATTI`_ in `#52 <https://github.com/mne-tools/mne-features/pull/52>`_.
- Fixed channel name replacement with overlapping channel names (e.g., Cz and FCz) in :func:`mne_features.feature_extraction._apply_extractor`. By `Hubert Banville`_ in `#63 <https://github.com/mne-tools/mne-features/pull/63>`_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't document changes in private functions. Say which public functions are affected and how

…ption to pass ``ch_names`` as for univariate functions

- fixed channel name replacement with overlapping channel names (e.g., Cz and FCz)
@agramfort agramfort merged commit 8bc6d88 into mne-tools:master Dec 1, 2020
@agramfort
Copy link
Member

thx @hubertjb

@hubertjb hubertjb deleted the ch-names branch December 1, 2020 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants