Skip to content

Releases: mscheltienne/antio

0.5.0

16 Dec 14:21
9bdc994
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Sep 08:26
Compare
Choose a tag to compare

What's Changed

  • Improve parsing of triggers/annotations to include all available fields by @mscheltienne
  • Improve test coverage with additional test files by @mscheltienne
  • No need for explicit include by @larsoner in #17

Full Changelog: 0.3.0...0.4.0

0.3.1

27 Aug 09:18
Compare
Choose a tag to compare

What's Changed

  • No need for explicit include of pybuffer.h by @larsoner in #17

Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

27 Aug 07:10
Compare
Choose a tag to compare

What's Changed

  • Remove 'pooch' and dataset module in favor of MNE's testing dataset by @mscheltienne in #11
  • Add workflow to test MNE main with caching of the testing dataset by @mscheltienne in #12
  • Add python wrappers for pt/machine/recording info and parse data from buffer by @proloyd in #10
  • Preparing for additional meta information fill-up and preload=False argument support to mne.io.RawANT by @proloyd in #14

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

16 Aug 15:52
Compare
Choose a tag to compare

All mne.io.Raw code was moved to MNE and will be available as of MNE 1.9. Until it is available, use antio.io.read_raw_ant from antio==0.1.0 if you need to load an mne.io.Raw object.

What's Changed

  • Move MNE code to MNE and keep only reader function which prepare data for MNE by @mscheltienne in #7
  • Add dataset module to download testing data by @mscheltienne in #8
  • Fix ruff/style configuration and add missing tests by @mscheltienne in #9

Full Changelog: 0.1.0...0.2.0

0.1.0

14 Aug 13:53
1f84b72
Compare
Choose a tag to compare

Initial release of a python reader for ANT Neuro proprietary *.cnt format. The implementation packages a simplified and ABI3 compatible version of the LIBEEP library.

Contributors

Full Changelog: https://github.com/mscheltienne/antio/commits/0.1.0