Releases: mscheltienne/antio
Releases · mscheltienne/antio
0.5.0
What's Changed
- Allow editable installs by @larsoner in #23
- Update for python 3.9 to 3.13 by @mscheltienne in #21
- Improve support of different encoding formats by @mscheltienne in #43
Full Changelog: 0.4.0...0.5.0
0.4.0
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
0.3.0
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
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
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