Skip to content

Releases: alexenge/hu-neuro-pipeline

v0.8.7

25 Sep 07:58
a4d77b3
Compare
Choose a tag to compare

What's Changed

📄 Documentation

Full Changelog: v0.8.6...v0.8.7

v0.8.6

24 Sep 08:50
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Update GitHub action workflow due to deprecated action version by @alexenge in #180

📄 Documentation

  • Automatically generate separate doc pages for Python vs. R syntax input arguments by @alexenge in #181
  • Re-structure docs with separate sections for Python and R users by @alexenge in #183

Full Changelog: v0.8.5...v0.9.0

v0.8.5

16 Apr 11:54
22b9dcf
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Use PyPI's new "trusted publisher" for authentication instead of API token by @alexenge in #175

Full Changelog: v0.8.4...v0.8.5

v0.8.4

16 Apr 11:19
f4c46b2
Compare
Choose a tag to compare

What's Changed

🎉 Exciting new features

  • Epochs that are 'TOO_SHORT' to fit into the recording get dropped from epochs and log files with a warning by @alexenge in #168

🐛 Bug fixes

  • Integer coercion warning now only shows up if ica_n_components isn't int already by @alexenge in #167
  • Warn but continue when epochs selected for averaging are empty (e.g., all epochs were rejected) by @alexenge in #172

📄 Documentation

  • Small improvements to the installation instructions by @alexenge in #169
  • Improve bits of text in the UCAP example by @alexenge in #173

Full Changelog: v0.8.3...v0.8.4

v0.8.3

09 Dec 12:36
95b5dee
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Ensure that components['roi'] is always a list by @alexenge in #160
  • Fix error when .csv log file is passed as a pathlib.Path by @alexenge in #162
  • Fix error when trying to save Path/range to config by @alexenge in #164

Full Changelog: v0.8.2...v0.8.3

v0.8.2

06 Dec 18:51
01a6967
Compare
Choose a tag to compare

What's Changed

🎉 Exciting new features

  • Allow list-like types (not just list) for some input arguments by @alexenge in #157
  • Support pathlib.Path objects as input and output directories by @alexenge in #158

Full Changelog: v0.8.1...v0.8.2

v0.8.1

24 Nov 12:16
34a49cf
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Fix import error with new MNE version 1.6.0 by @alexenge in #154

Full Changelog: v0.8.0...v0.8.1

v0.8.0

20 Nov 14:38
fc3aa7f
Compare
Choose a tag to compare

What's Changed

🛠 Breaking changes

  • Support different raw EEG input file types beyond BrainVision (Note: Input argument vhdr_files is now called raw_files!) by @alexenge in #125
  • Change default for ica_n_components from 0.99 (i.e., 99% explained variance) to None (all components, usually number of channels minus one) by @alexenge in #136

🎉 Exciting new features

  • Add functions to download sample data from the ERP CORE dataset by @alexenge in #122
  • Support processing of non-BrainVision / non-Abdel Rahman Lab data (e.g., ERP CORE data) by @alexenge in #127
  • Keep audio and pulse channels that are not in the montage as "misc" type by @kirstenstark in #143
  • Add input argument ref_channels for custom re-referencing ('average' remains the default) by @alexenge in #146
  • Improve dataset fetchers (offline mode, path argument, custom list of participants) by @alexenge in #149

🐛 Bug fixes

  • Rename functions for getting sample datasets (now datasets.get_ucap() and datasets.get_erpcore()) by @alexenge in #129
  • Make sure that automatic matching via triggers_column works for non-BrainVision data by @alexenge in #138
  • Fix bad epoch rejection for epochs that already have bad epoch markers (e.g., NO_DATA) by @alexenge in #140
  • Fix missing manifest files that broke the dataset fetchers by @alexenge in #151

📄 Documentation

  • Add ERP CORE example (processing N400 data in Python) to docs by @alexenge in #130
  • Switch to MyST-NB (instead of nbsphinx) for rendering doc examples by @alexenge in #132
  • Move documentation source files into new doc/source/ sub-directory by @alexenge in #134
  • Fix some issues in the docs (wrong input arguments, remove tables of content) by @alexenge in #152

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 Jul 19:48
2cd5b27
Compare
Choose a tag to compare

What's Changed

📄 Documentation

Full Changelog: v0.6.6...v0.7.0

v0.6.6

23 Jun 09:04
19532e4
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

New Contributors

Full Changelog: v0.6.5...v0.6.6