Skip to content

Releases: mne-tools/mne-features

v0.3.2

11 Feb 16:27
07d1466

Choose a tag to compare

What's Changed

  • Update for scikit-learn 1.8.0 and pandas 3.0.0 compatibility by @rcmdnk in #106

Full Changelog: 0.3.1...0.3.2

v0.3.1

20 Nov 16:04
6518652

Choose a tag to compare

What's Changed

  • Forward feature names in FeaturesExtractor by @etiennedemontalivet in #94
  • Add documentation page to setup.py by @sappelhoff in #95
  • Handle single sample output from FeatureFunctionTransformer to support scikit-learn 1.7.2 and later by @rcmdnk in #97
  • Replace np.Inf with np.inf in tests by @rcmdnk in #98
  • ENH: Add release workflow and prep 0.3.1 by @larsoner in #100
  • MAINT: Bump Python min to 3.10 by @larsoner in #102

New Contributors

Full Changelog: 0.3...0.3.1