Skip to content

Releases: mscheltienne/antio

0.6.1

03 Sep 08:32

Choose a tag to compare

  • Fix wheel python version identifier from cp39 to cp311

Full Changelog: 0.6.0...0.6.1

0.6.0

03 Sep 07:51
4a2b787

Choose a tag to compare

What's Changed

  • ENH: Build and test aarch64 natively by @larsoner in #54
  • Update packaging to uv and scm and minimum/maximum python versions by @mscheltienne in #79
  • MNT: Default to CMAKE version 3.5 and above (instead of 2.8 and above) and requires python 3.11 and above.

Full Changelog: 0.5.0...0.6.0

0.5.0

16 Dec 14:21
9bdc994

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Sep 08:26

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

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

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

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

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