Skip to content

Releases: cpp-lln-lab/bidspm

v3.1.0

01 Jul 22:39
7a40bb2
Compare
Choose a tag to compare

[3.1.0] - 2023-07-01

Full Changelog: v3.0.0...v3.1.0

Added

Changed

  • [ENH] overwrite files when renaming by default (#1051) @Remi-Gau
  • [ENH] turn error into warning when no data to copy found (#992) @Remi-Gau

Removed

Fixed

  • [FIX] Fix vismotion demo (#1070) @Remi-Gau
  • [FIX] Exclude from GLM specification events with onsets longer than the run duration (#1060) @Remi-Gau
  • [FIX] remove dummies from preproc dataset and not raw dataset when using CLI (#1057) @Remi-Gau
  • [FIX] skip smoothing when running bidspm prepoc in dryRun (#1054) @Remi-Gau
  • [FIX] handle phase entity in filename (#1034) @Remi-Gau
  • [FIX] fix group level results after contrasts smoothing (#1021) @Remi-Gau
  • [FIX] copy to derivatives handles bids filter file and minimize re copying files that already exist (#1015) @Remi-Gau
  • [FIX] allow cli to run constrat smoothing (#1012) @Remi-Gau
  • [FIX] Force copy of data from fmriprep folder even if bidspm-preproc folder exists (#1009) @marcobarilari
  • [FIX] report proper fold number in labelfold.tsv (#989) @Remi-Gau
  • [FIX] inconsistent slice timing throw errors and not warnings (#982) @Remi-Gau
  • [FIX] validate condition names early to avoid downstream error (#983) @Remi-Gau
  • [FIX] validate content results structure (#980) @Remi-Gau
  • [FIX] missing variable for a Filter transform should not lead to a crash (#970) @Remi-Gau
  • [FIX] display error when impossible slice timing values are given (#969) @Remi-Gau
  • [FIX] fix QA failures (#941) @Remi-Gau
  • [FIX] bug fix 892 (#936) @Remi-Gau
  • [FIX] fix python cli (#888) @Remi-Gau

v3.0.0

14 Dec 19:44
0beefd6
Compare
Choose a tag to compare

Release Notes

BREAKING CHANGES

CHANGES

  • improve CLI and add a python CLI

MINOR CHANGES

  • [ENH] update CPP_ROI (#885) @Remi-Gau
  • [ENH] add extra files to derivatives datasets (#883) @Remi-Gau
  • [ENH] incorporate opt.results in bids stats model (#879) @Remi-Gau
  • [ENH] add option to ignore creating dataset level node in default model (#871) @Remi-Gau
  • [ENH] implement logger (#867) @Remi-Gau
  • [ENH] add function to return contrast filename for a certain contrast name (#866) @Remi-Gau

FIXES

MISC

v2.3.0

22 Nov 22:19
bbfa79c
Compare
Choose a tag to compare

Release Notes

Main changes:

  • bidspm main function:
    • error logs are generated upon crash for better bug reports
    • saving options are saved to help with bug report
    • can create default BIDS stats model
    • generate method section in reports folder when running preprocess or statistics
    • include bids and bids stats model validation if the validators are installed
  • add inverse normalize workflow
  • smoothing workflow will also try to smooth the corresponding anat data too
  • lesion detection will be done by including the CSF TPM too

CHANGES

Fixes

Documentation

Maintenance

  • [MNT] Test notebooks (#788) @Remi-Gau
  • [MNT] improve docker, version, release handling (#785) @Remi-Gau
  • [MNT] update submodules
  • [MNT] improve doc generation and remove dead code (#790) @Remi-Gau
  • [MNT] use github action to validate citation cff #771
  • [MNT] update CI and fix tests #762

v2.2.0

29 Oct 19:41
Compare
Choose a tag to compare

Release Notes

CHANGES

v2.1.0

21 Jul 06:52
22e2599
Compare
Choose a tag to compare

Release Notes

CHANGES

v2.0.0

10 Jun 18:29
Compare
Choose a tag to compare

What's Changed

Read more

v1.1.5

09 May 17:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

CPP SPM - v1.1.4

16 Jan 21:31
5eb3263
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

CPP SPM - v1.1.3

01 Nov 15:37
56746e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

CPP SPM - v1.1.2

01 Oct 13:15
f58b6f1
Compare
Choose a tag to compare

fixes

  • remove extra submodules
  • make sure that run wise contrasts are computed
  • update CPP_ROI and bids-matlab submodule and fix code accordingly