Phys2bids Versions Save

Python3 library to format physiological files in BIDS. At the moment, it supports Acqknowledge and Labchart. BrainHack participants, check the issues with the BrainHack labels!

2.6.2

1 year ago

๐Ÿ› Bug Fix

  • Remove breakpoint from workflow (@smoia)

Authors: 1

2.6.1

1 year ago

:tada: This release contains work from a new contributor! :tada:

Thank you, Stefano Moia (@smoia), for all your work!

๐Ÿ› Bug Fix

  • Rename "run" into "take" for clearer purposes and fix naming convention in multi-take overlapping #427 (@smoia)
  • Fix trigger plots when trigger has different sampling than time #426 (@smoia)
  • Prevent slicing from terminating program if end of last slice is above maximum timepoints. #425 (@smoia)
  • Update trigger threshold guess estimation to mean of trigger channel #377 (@62442katieb)

๐Ÿ“ Documentation

โš ๏ธ Tests

  • Fix testing enviroment by using apt-get install build-essential rather than apt-get install make #413 (@vinferrer)

๐Ÿ  Internal

Authors: 4

2.6.0

2 years ago

:tada: This release contains work from a new contributor! :tada:

Thank you, Marcel Zwiers (@marcelzwiers), for all your work!

๐Ÿš€ Enhancement

๐Ÿ“ Documentation

Authors: 2

2.5.0

3 years ago

๐Ÿš€ Enhancement

  • Add additional automatic detection of the trigger based on time-domain analysis #391 (@drombas)

๐Ÿ  Internal

Authors: 2

2.4.1

3 years ago

:tada: This release contains work from a new contributor! :tada:

Thank you, David Romero-Bascones (@drombas), for all your work!

๐Ÿ› Bug Fix

  • correct chtrig check in phys2bids main workflow #390 (@drombas)

๐Ÿ“ Documentation

  • Clarify installation instructions and tutorial #382 (@drombas)

๐Ÿ  Internal

  • Provide the outcome of integration and documentation tests as downloadable artifacts from each Cirrus CI test page #384 (@vinferrer)

Authors: 2

2.4.0

3 years ago

๐Ÿš€ Enhancement

๐Ÿ  Internal

  • Testing: Use only a Windows miniconda image instead of different images for each python version #381 (@vinferrer)

Authors: 2

2.3.3

3 years ago

:tada: This release contains work from a new contributor! :tada:

Thank you, Yaroslav Halchenko (@yarikoptic), for all your work!

๐Ÿ› Bug Fix

  • Stop using powershell as windows interpreter #379 (@vinferrer)
  • Update contributions and remove auto all-contribution plugin #372 (@smoia)
  • Replace utils.check_input_dir() with os.path.abspath() #368 (@vinferrer)

โš ๏ธ Tests

๐Ÿ  Internal

Authors: 3

2.3.2

3 years ago

๐Ÿ› Bug Fix

  • Add 0 before run number to multi-run trigger plot file name #369 (@vinferrer)

โš ๏ธ Tests

  • Add test to check that phys2bids output is BIDS compatible #362 (@vinferrer)
  • Fix call to conda environment reference in the test configuration file #363 (@eurunuela)

Authors: 2

2.3.1

3 years ago

๐Ÿ› Bug Fix

  • BlueprintInput deepcopies inputs at initialization #358 (@vinferrer)

Authors: 1

2.3.0

3 years ago

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: null@merelvdthiel

:heart: Inรฉs Chavarrรญa (@ineschh)

:heart: Vittorio Iacovella (@viacovella)

:heart: null@victox5

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

  • Refactor io functions related to txt file imports. #349 (@vinferrer)
  • Refactor phys2bids interfaces into single script io.py #344 (@vinferrer)
  • Rename utils.writejson() to utils.write_json() to respect style conventions #346 (@merelvdthiel)
  • Replace custom function utils.path_exists_or_make_it() with core function os.makedirs() #345 (@merelvdthiel)
  • Rename function utils.writefile to utils.write_file to respect style conventions #343 (@ineschh)
  • Remove utils.move_file() function as it is no longer used in the toolbox #342 (@viacovella)
  • Updated versions required #7 ([email protected] @victox5)

โš ๏ธ Pushed to master

๐Ÿ“ Documentation

โš ๏ธ Tests

๐Ÿ  Internal

Authors: 9