Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.57 KB

whats_new.rst

File metadata and controls

34 lines (23 loc) · 1.57 KB

What's new?

.. currentmodule:: mne_features

Current

Changelog

Enhancements

  • Extended feature naming to all univariate functions. If no specific function is implemented for a given univariate function and that the output has the same shape as the input on the feature dimension, then a generic list of feature names is passed. Possibility to rename these feature by passing ch_names to :func:`mne_features.extract_features`. By Paul ROUJANSKY in #60.
  • Extended feature naming to all bivariate functions, with the same option to pass ch_names to :func:`mne_features.extract_features` as for univariate functions. By Hubert Banville in #52.

Bug

API