Skip to content

Latest commit

 

History

History
469 lines (309 loc) · 26.8 KB

CHANGELOG.md

File metadata and controls

469 lines (309 loc) · 26.8 KB

2.6.0 (Fri Jun 18 2021)

🎉 This release contains work from a new contributor! 🎉

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

🚀 Enhancement

📝 Documentation

Authors: 2


2.5.0 (Wed May 12 2021)

🚀 Enhancement

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

🏠 Internal

Authors: 2


2.4.1 (Sun Apr 11 2021)

🎉 This release contains work from a new contributor! 🎉

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 (Wed Feb 17 2021)

🚀 Enhancement

🏠 Internal

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

Authors: 2


2.3.3 (Thu Jan 21 2021)

🎉 This release contains work from a new contributor! 🎉

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 (Wed Dec 09 2020)

🐛 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 (Mon Nov 30 2020)

🐛 Bug Fix

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

Authors: 1


2.3.0 (Sun Nov 29 2020)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ null@merelvdthiel

❤️ Inés Chavarría (@ineschh)

❤️ Vittorio Iacovella (@viacovella)

❤️ 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


2.2.3 (Fri Oct 23 2020)

🐛 Bug Fix

  • Update PyYAML minimal requirements to avoid "FullLoader" attribute errors. #330 (@smoia)

Authors: 1


2.2.2 (Mon Oct 19 2020)

🐛 Bug Fix

  • Fix auto release workflow settings #323 (@smoia)

Authors: 1


2.2.1 (Mon Oct 19 2020)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Authors: 2


v2.2.0 (Wed Oct 14 2020)

🚀 Enhancement

  • Make trigger-based time-offset correction more generalisable (resample time before comparing it to trigger) #308 ([email protected])
  • Format logger to make terminal (stdout) more human readable #312 (@vinferrer)
  • Add (resampled) trigger to all output files #288 (@vinferrer)

🐛 Bug Fix

⚠️ Pushed to master

📝 Documentation

⚠️ Tests

🏠 Internal

  • Refactor txt.py chtrig parameter to improve code readability #305 (@vinferrer)

🖋️ Outreach

Authors: 3


v2.1.0 (Tue Jun 23 2020)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Taylor Salo (@tsalo)

❤️ François Lespinasse (@sangfrois)

🚀 Enhancement

  • Add the possibility to split multi-run physiological recordings #206 (@sangfrois @smoia @rmarkello)
  • Create folder code/conversion to store trigger and channel plots, yaml and heuristic files and the call.sh file #256 (@vinferrer @eurunuela)
  • Add duecredit to handle citations #249 (@tsalo @smoia)
  • Generate dataset_description.json and README.md when they do not exist and update the json file when the subject is missing #255 (@vinferrer)
  • Create bids_ignore directory and redirect channels plot, trigger plot, logger output and subject log file to this directory #245 (@vinferrer @smoia)
  • Generate participants.tsv if it doesn't exist or update it if subject is missing in the file #244 (@eurunuela)

🐛 Bug Fix

⚠️ Tests

🏠 Internal

  • Add zenodo default to improve automatic release tracking #261 (@smoia)

Authors: 9


v2.0.0 (Mon Jun 15 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Molly Bright (@BrightMG), for all your work!

💥 Breaking Change

  • Make heuristics a simple set of "if .. elif .. else" statements and use a dictionary instead of variables. #209 (@smoia)

🚀 Enhancement

  • Add BIDS-compatible automatic reformatting of units of measure #222 (@vinferrer @smoia @eurunuela)
  • Add getitem and eq methods to BlueprintInput for easier slicing and comparing #213 (@smoia)
  • Improve code compliance to BIDS in BlueprintOputput #189 (@smoia)

🐛 Bug Fix

⚠️ Pushed to master

  • Update ISSUE_TEMPLATE_MEETING.md (@smoia)
  • Update badges (@smoia)
  • Invert Cesar & Vicente, reorganise badges (@smoia)
  • Update heuristic.rst (@smoia)
  • Add heuristic link (@smoia)
  • Update card link (@smoia)
  • Add card and mattermost channel for BrainWeb (@smoia)
  • Add card for BrainWeb (@smoia)
  • Updates for the BrainWeb (@smoia)
  • Triggger Travis CI (@smoia)

📝 Documentation

⚠️ Tests

🏠 Internal

  • Add required token for Travis to run auto #240 (@smoia)
  • Fix Travis CI environment for auto #238 (@smoia)
  • Fix TravisCI configuration for auto #237 (@smoia)
  • Implement automatic release #181 (@smoia)
  • Move bids-related functions to dedicated file #234 (@smoia)
  • Remove bioread form required dependencies, ease extra modules installation #214 (@smoia @RayStick)
  • Reordering of import statements in the entire phys2bids project #195 (@eurunuela)

Authors: 8