Skip to content

Releases: cbinyu/bidsphysio

21.06.24

13 Jul 19:01
Compare
Choose a tag to compare
  • ENH: Handle CMRR-dcm files with ECG signal
  • ENH: Update Dockerfile to install SRResearch edf API for pyedfread
  • BF: Fixes CI

21.05.21

21 May 18:41
Compare
Choose a tag to compare

ENH/BF: acqsession2bids now takes --session arg for subjects with sessions
ENH: allow more than one default trigger channgel label for acq2bids

21.05.18

18 May 16:20
bb40249
Compare
Choose a tag to compare

Adds support for SR research eyetracking .edf files
Includes support for conversion of full sessions of edf files recorded in parallel with fMRI into BIDS

v4.3.3

30 Nov 18:48
Compare
Choose a tag to compare

ENH: Allows to save EXT signal from CMRR physio log files.
Addresses #5

v4.3.2

25 Nov 15:46
Compare
Choose a tag to compare
  • ENH: Adds support for CMRR .log files.
  • ENH: Adds dcmsession2bids, to convert a whole session of CMRR physio files (either DICOM or .log) into BIDS.
  • Minor bug fixes.
  • Fixes #5

v4.2

17 Nov 13:24
Compare
Choose a tag to compare

Adds support for CMRR .log physiology files.
Adds a bunch of other tests.
Some refactoring of the code.

v4.0

19 Jun 15:43
Compare
Choose a tag to compare

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.

v3.0

14 Apr 18:34
Compare
Choose a tag to compare
  • ENH: Creates a new function, physio2bidsphysio to convert any known physiology file to BIDS (rather than having a different function for each file type)
  • ENH: Adds unit tests
  • ENH: Adds Travis-CI and codecov

v2.0

04 Mar 18:54
Compare
Choose a tag to compare

Adds support for AcqKnowledge physiology and Siemens PMU recordings (for VE11C)

v1.1

14 Feb 16:39
Compare
Choose a tag to compare

Now the package is pip-installable