Change Log

Version 0.3

> API Changes

  • Scan object has new properties: scan_type and emptyroom. (#14)
  • Searching for a Scan within a Session can now accept regex and is able to return more than one scan if multiple match. (#15)
  • Session objects have a .extra_data property which contains a list of folder names containing extra data associated with the session. (#18)

> New Features

  • MEG data with an associated empty room file now brings the data along when it is added to another BIDS folder hierarchy. (#14)
  • Session objects will now bring along and merge any extra data such as code that they have associated with them. (#18)

Version 0.2.1

Date: 11th Feb 2019

> API Changes

  • All functions in bidshandler.utils are now private with the exception of the new function download_test_data. (#13)

Version 0.2

Date: 5th Feb 2019

> API Changes

  • BIDSFolder renamed to BIDSTree

> New Features

  • Query functionality. (#8)
  • BIDSTree objects are able to have an .xml file generated to map out their entire structure. (#4)
  • EEG, fMRI and MRI data reading has been improved dramatically. (#9)