You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -24,55 +24,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
25
25
### Added
26
26
27
-
*[ENH] add QA workflow `bidsQA` to find outliers in MRIQC output or to view number of outlier timepoints (for a given metric and threshold) in each functional run #1297 by @Remi-Gau
28
-
*[ENH] add support for one-way ANOVA across groups at the group level #1296 by @Remi-Gau
29
-
*[ENH] allow for 2 sample T-Test, within group T-Test and one-way ANOVA to ne more flexible with respect to what praticipants.tsv column to use to allocate subjects in each group #1296 by @Remi-Gau
30
-
*[ENH] make `addConfoundsToDesignMatrix` a method of `BidsModel`#1294 by @Remi-Gau
31
-
*[ENH] add Apptainer definition #1254 by @Remi-Gauand @monique2208
32
-
*[ENH] allow to copy anat only on raw datasets #1181 by @Remi-Gau
33
-
*[ENH] add option to concatenate runs at subject level to facilite running PPI analysis #1133 by @Remi-Gau
34
-
*[ENH] allow to run substeps of substeps of the bayesian model selection #1145 by @Remi-Gau
35
-
*[ENH] add quality control for GLM using the MACS toolbox to give a goodness of fit and several other information criteria (AIC, BIC) (MATLAB only) #1135 by @Remi-Gau
36
-
*[ENH] add several confound strategies to add to bids stats model and a function to create family of models #1126 by @Remi-Gau
37
-
*[ENH] add CLI to run bayesian model selection #1121 by @Remi-Gau
27
+
*[ENH] add QA workflow `bidsQA` to find outliers in MRIQC output or to view number of outlier timepoints (for a given metric and threshold) in each functional run [1297](https://github.com/cpp-lln-lab/bidspm/pull/1297) by by [Remi-Gau](https://github.com/Remi-Gau)
28
+
*[ENH] add support for one-way ANOVA across groups at the group level [1296](https://github.com/cpp-lln-lab/bidspm/pull/1296) by by [Remi-Gau](https://github.com/Remi-Gau)
29
+
*[ENH] allow for 2 sample T-Test, within group T-Test and one-way ANOVA to ne more flexible with respect to what praticipants.tsv column to use to allocate subjects in each group [1296](https://github.com/cpp-lln-lab/bidspm/pull/1296) by by [Remi-Gau](https://github.com/Remi-Gau)
30
+
*[ENH] make `addConfoundsToDesignMatrix` a method of `BidsModel`[1294](https://github.com/cpp-lln-lab/bidspm/pull/1294) by by [Remi-Gau](https://github.com/Remi-Gau)
31
+
*[ENH] add Apptainer definition [1254](https://github.com/cpp-lln-lab/bidspm/pull/1254) by by [Remi-Gau](https://github.com/Remi-Gau)and by [monique2208](https://github.com/monique2208)
32
+
*[ENH] allow to copy anat only on raw datasets [1181](https://github.com/cpp-lln-lab/bidspm/pull/1181) by by [Remi-Gau](https://github.com/Remi-Gau)
33
+
*[ENH] add option to concatenate runs at subject level to facilite running PPI analysis [1133](https://github.com/cpp-lln-lab/bidspm/pull/1133) by by [Remi-Gau](https://github.com/Remi-Gau)
34
+
*[ENH] allow to run substeps of substeps of the bayesian model selection [1145](https://github.com/cpp-lln-lab/bidspm/pull/1145) by by [Remi-Gau](https://github.com/Remi-Gau)
35
+
*[ENH] add quality control for GLM using the MACS toolbox to give a goodness of fit and several other information criteria (AIC, BIC) (MATLAB only) [1135](https://github.com/cpp-lln-lab/bidspm/pull/1135) by by [Remi-Gau](https://github.com/Remi-Gau)
36
+
*[ENH] add several confound strategies to add to bids stats model and a function to create family of models [1126](https://github.com/cpp-lln-lab/bidspm/pull/1126) by by [Remi-Gau](https://github.com/Remi-Gau)
37
+
*[ENH] add CLI to run bayesian model selection [1121](https://github.com/cpp-lln-lab/bidspm/pull/1121) by by [Remi-Gau](https://github.com/Remi-Gau)
38
38
*[ENH] support label of activations with all atlases [1100](https://github.com/cpp-lln-lab/bidspm/pull/1100) by [Remi-Gau](https://github.com/Remi-Gau)
39
-
*[ENH] add support for session level models #1116 be @Remi-Gau
39
+
*[ENH] add support for session level models [1116](https://github.com/cpp-lln-lab/bidspm/pull/1116) be by [Remi-Gau](https://github.com/Remi-Gau)
40
40
41
41
- allow to pass dummy contrasts to session level
42
42
- allow inter session contrasts to be computed at the subject level
43
43
- improve naming of contrast to mention bids ses and run
44
44
45
-
*[ENH] add Bayesian model selection to the python CLI #1292@Remi-Gau
45
+
*[ENH] add Bayesian model selection to the python CLI [1292](https://github.com/cpp-lln-lab/bidspm/pull/1292) by [Remi-Gau](https://github.com/Remi-Gau)
46
46
47
47
### Changed
48
48
49
-
*[ENH] align specification of F contrasts on the BIDS stats model: they should now be specified as a 2D matrix and not a 1D vector. #1276@Remi-Gau
50
-
*[DOC] change theme and structure of the documentation #1256@Remi-Gau
51
-
*[REF] Refactor and update CLI in #1096@Remi-Gau
52
-
*[ENH] {func}`getData` only loads anat data when requested #1257@Remi-Gau
53
-
*[ENH] the python CLI now uses sub-commands instead of the named parameter `--action`#1292@Remi-Gau
49
+
*[ENH] align specification of F contrasts on the BIDS stats model: they should now be specified as a 2D matrix and not a 1D vector. [1276](https://github.com/cpp-lln-lab/bidspm/pull/1276) by [Remi-Gau](https://github.com/Remi-Gau)
50
+
*[DOC] change theme and structure of the documentation [1256](https://github.com/cpp-lln-lab/bidspm/pull/1256) by [Remi-Gau](https://github.com/Remi-Gau)
51
+
*[REF] Refactor and update CLI in [1096](https://github.com/cpp-lln-lab/bidspm/pull/1096) by [Remi-Gau](https://github.com/Remi-Gau)
52
+
*[ENH] {func}`getData` only loads anat data when requested [1257](https://github.com/cpp-lln-lab/bidspm/pull/1257) by [Remi-Gau](https://github.com/Remi-Gau)
53
+
*[ENH] the python CLI now uses sub-commands instead of the named parameter `--action`[1292](https://github.com/cpp-lln-lab/bidspm/pull/1292) by [Remi-Gau](https://github.com/Remi-Gau)
54
54
55
55
### Deprecated
56
56
57
57
### Removed
58
58
59
-
*[REF] Remove old CLI in #1096@Remi-Gau
59
+
*[REF] Remove old CLI in [1096](https://github.com/cpp-lln-lab/bidspm/pull/1096) by [Remi-Gau](https://github.com/Remi-Gau)
60
60
61
61
### Fixed
62
62
63
-
*[FIX] ensure that {func}`setBatchCoregistrationFuncToAnat` takes into account bids_filter #1295 by @d-ni374
64
-
*[FIX] update {func}`createDefaultStatsModel` to use proper `GroupBy` at the dataset level #1248 by @d-ni374
65
-
*[FIX] make {func}`getAcquisitionTime` less brittle #1248 by @d-ni374
66
-
*[FIX] fix regular expression in {func}`bidsResults` to identify contrasts #1248 by @d-ni374and #1275 by @Remi-Gau
67
-
*[FIX] pass analysis level to stats actions when using python CLI #1258@Remi-Gau
68
-
*[FIX] remove goodness of fit from dataset level analysis as it is not supported by the MACS toolbox #1265 by @Remi-Gau
69
-
*[FIX] add java and zip to container recipes to allow using nidm results with octave #1265 by @Remi-Gau
70
-
*[FIX] copy the MACS toolbox to the SPM toolbox folder during the initialisation #1203 by @Remi-Gau
71
-
*[FIX] save `onsets.mat` directly in subject stats folder #1187 by @Remi-Gau
72
-
*[FIX] do not compute subject level contrast when running dataset level #1102 by @Remi-Gau
73
-
*[FIX] copy `RepetitionTime` in sidecar JSON after running smoothing in #1099 by @Remi-Gau
74
-
*[FIX] rename results files (csv, tsv, png, nii) of each contrasts #1104 by @Remi-Gau
75
-
*[FIX] reslice ROIS before running ROI based analysis to make sure they are at the resolution of the BOLD images in #1110 by @Remi-Gau
63
+
*[FIX] ensure that {func}`setBatchCoregistrationFuncToAnat` takes into account bids_filter [1295](https://github.com/cpp-lln-lab/bidspm/pull/1295) by by [d-ni374](https://github.com/d-ni374)
64
+
*[FIX] update {func}`createDefaultStatsModel` to use proper `GroupBy` at the dataset level [1248](https://github.com/cpp-lln-lab/bidspm/pull/1248) by by [d-ni374](https://github.com/d-ni374)
65
+
*[FIX] make {func}`getAcquisitionTime` less brittle [1248](https://github.com/cpp-lln-lab/bidspm/pull/1248) by by [d-ni374](https://github.com/d-ni374)
66
+
*[FIX] fix regular expression in {func}`bidsResults` to identify contrasts [1248](https://github.com/cpp-lln-lab/bidspm/pull/1248) by by [d-ni374](https://github.com/d-ni374)and [1275](https://github.com/cpp-lln-lab/bidspm/pull/1275) by by [Remi-Gau](https://github.com/Remi-Gau)
67
+
*[FIX] pass analysis level to stats actions when using python CLI [1258](https://github.com/cpp-lln-lab/bidspm/pull/1258) by [Remi-Gau](https://github.com/Remi-Gau)
68
+
*[FIX] remove goodness of fit from dataset level analysis as it is not supported by the MACS toolbox [1265](https://github.com/cpp-lln-lab/bidspm/pull/1265) by by [Remi-Gau](https://github.com/Remi-Gau)
69
+
*[FIX] add java and zip to container recipes to allow using nidm results with octave [1265](https://github.com/cpp-lln-lab/bidspm/pull/1265) by by [Remi-Gau](https://github.com/Remi-Gau)
70
+
*[FIX] copy the MACS toolbox to the SPM toolbox folder during the initialisation [1203](https://github.com/cpp-lln-lab/bidspm/pull/1203) by by [Remi-Gau](https://github.com/Remi-Gau)
71
+
*[FIX] save `onsets.mat` directly in subject stats folder [1187](https://github.com/cpp-lln-lab/bidspm/pull/1187) by by [Remi-Gau](https://github.com/Remi-Gau)
72
+
*[FIX] do not compute subject level contrast when running dataset level [1102](https://github.com/cpp-lln-lab/bidspm/pull/1102) by by [Remi-Gau](https://github.com/Remi-Gau)
73
+
*[FIX] copy `RepetitionTime` in sidecar JSON after running smoothing in [1099](https://github.com/cpp-lln-lab/bidspm/pull/1099) by by [Remi-Gau](https://github.com/Remi-Gau)
74
+
*[FIX] rename results files (csv, tsv, png, nii) of each contrasts [1104](https://github.com/cpp-lln-lab/bidspm/pull/1104) by by [Remi-Gau](https://github.com/Remi-Gau)
75
+
*[FIX] reslice ROIS before running ROI based analysis to make sure they are at the resolution of the BOLD images in [1110](https://github.com/cpp-lln-lab/bidspm/pull/1110) by by [Remi-Gau](https://github.com/Remi-Gau)
76
76
77
77
### Security
78
78
@@ -252,7 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
252
*[FIX] various bug fixes in [694](https://github.com/cpp-lln-lab/bidspm/pull/694) by [Remi-Gau](https://github.com/Remi-Gau)
253
253
*[FIX] add some warnings to handle several bugs with empty ROIs in [693](https://github.com/cpp-lln-lab/bidspm/pull/693) by [Remi-Gau](https://github.com/Remi-Gau)
254
254
*[FIX] re enable octave tests CI in [686](https://github.com/cpp-lln-lab/bidspm/pull/686) by [Remi-Gau](https://github.com/Remi-Gau)
255
-
*[FIX] patches for [682](https://github.com/cpp-lln-lab/bidspm/pull/682) and [683](https://github.com/cpp-lln-lab/bidspm/pull/683) (#687) by [mwmaclean](https://github.com/mwmaclean)
255
+
*[FIX] patches for [682](https://github.com/cpp-lln-lab/bidspm/pull/682) and [683](https://github.com/cpp-lln-lab/bidspm/pull/683) ([687](https://github.com/cpp-lln-lab/bidspm/pull/687)) by [mwmaclean](https://github.com/mwmaclean)
256
256
*[FIX] ensure that bidsResults does not run if we don't have the proper options in [679](https://github.com/cpp-lln-lab/bidspm/pull/679) by [Remi-Gau](https://github.com/Remi-Gau)
257
257
*[FIX] returnRootDir only relies on fullpaths in [676](https://github.com/cpp-lln-lab/bidspm/pull/676) by [Remi-Gau](https://github.com/Remi-Gau)
258
258
*[FIX] set minimum compatible fmriprep version in [675](https://github.com/cpp-lln-lab/bidspm/pull/675) by [Remi-Gau](https://github.com/Remi-Gau)
0 commit comments