0.05
What's Changed
- Fix handling of dataframe input, issue #300 by @toni-neurosc in #301
- Move tox.ini contents to pyproject.toml by @toni-neurosc in #308
- Improve Github actions testing workflow by @toni-neurosc in #311
- Fix type hints, clean imports, and other errors reported by static analysis by @toni-neurosc in #305
- Add NMPreprocessor protocol and Preprocessors class by @toni-neurosc in #317
- Turn Feature abstract class into a Protocol and lazy load feature modules by @toni-neurosc in #307
- Add logging class by @toni-neurosc in #306
- Import all modules as lazily as possible by @toni-neurosc in #319
- Add mne lsl feature by @SamedVossberg in #323
- Refactor lsl stream by @SamedVossberg in #326
- Move LSL lib files inside module directory, increase OS support, fix docs build by @toni-neurosc in #328
- Generate results directly from feature_dict instead of pd.Series by @toni-neurosc in #334
- Pydantic validation settings by @timonmerk in #329
- Timing lsl by @SamedVossberg in #337
- MNEFilter with fftconvolve by @toni-neurosc in #339
- Optimize Hjorth and LineLength calculation by @toni-neurosc in #340
- Add compatibility with Numpy 1.26 and 2.0 by @toni-neurosc in #341
- Fix docstrings by @timonmerk in #343
- MNE connectivity 2x speed-up by @toni-neurosc in #346
- Remove features dictionary as input to calc_feature by @toni-neurosc in #349
- Nm database by @SamedVossberg in #350
New Contributors
- @SamedVossberg made their first contribution in #323
Full Changelog: v0.03...0.05