Skip to content

v4.0

Compare
Choose a tag to compare
@cbinyu cbinyu released this 19 Jun 15:43
· 128 commits to master since this release

This version separates the processing of each file type (*.acq, *.dcm or *.puls/*.resp) as a different sub-package.

People will be able to pip install a single sub-package (e.g.: pip install bidsphysio.acq2bids) and only the needed dependencies will be installed.

People can also install the full package with pip install bidsphysio.

Command-line usage stays the same; Python sub-package imports change slightly.