Skip to content

Releases: mne-tools/mne-bids

v0.17.0

10 Sep 18:07
cc9b7b8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

16 Nov 18:11
9f86bc3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

04 Jun 09:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14...v0.15.0

v0.14

16 Nov 15:41
84df199

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13...v0.14

v0.13

21 Aug 11:39
a2dff29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12...v0.13

v0.12

18 Dec 17:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11...v0.12

v0.11.1

21 Oct 14:01
b9316bd

Choose a tag to compare

This is a patch release only.

v0.11

08 Oct 09:52
c31854a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10...v0.11

v0.10

14 Mar 09:54
560cad5

Choose a tag to compare

Major enhancements

  • We now have experimental support for fNIRS data (SNIRF format). This is still super fresh, and the respective BIDS enhancement proposal (BEP) has not yet been finalized & accepted into the standard. However, we’re excitied to be able to do this first step towards fNIRS support!
  • Numerous improvements have been added to enhance our support for various coordinate frames, including those that are not yet supported by MNE-BIDS. These changes are mostly relevant to iEEG users. Please see the detailed list of changes below.
  • We have added support for storing and reading multiple anatomical landmarks (“fiducials”) for the same participant. This makes it possible, for example, to store different sets of landmarks for each recording session.
    It’s now possible to store Neuroscan (CNT) files with MNE-BIDS.

What's Changed

New Contributors

Full Changelog: v0.9...v0.10

v0.9

23 Nov 12:32
bda32f3

Choose a tag to compare

Notable changes

  • 🧠 Compatibility with MNE-Python 0.24!
  • 👻 Anonymize an entire BIDS dataset via mne_bids.anonymize_dataset!
  • 🏝 Conveniently turn a path into a BIDSPath via
    get_bids_path_from_fname!
  • 🏎 :func:mne_bids.stats.count_events and mne_bids.BIDSPath.match
    are operating much faster now!
  • 🔍 write_raw_bids now stores the names of the input files in the
    source column of *_scans.tsv, making it easier for you to
    go back to the source should you ever need to!