Skip to content

Commit 0beefd6

Browse files
authored
[REL] version 3.0.0 (#886)
* bump version and make release * fix spelling
1 parent 1c7b584 commit 0beefd6

12 files changed

+30
-22
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22

33
title: "bidspm"
44

5-
version: 2.3.0
5+
version: 3.0.0
66

77
abstract: bidspm is a set of pipelines and tools for Octave / MATLAB to process and analyze BIDS data sets using SPM12.
88

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USER root
1010
ENV LANG="en_US.UTF-8" \
1111
LC_ALL="en_US.UTF-8"
1212

13-
LABEL version="2.3.0"
13+
LABEL version="3.0.0"
1414

1515
LABEL maintainer="Rémi Gau <[email protected]>"
1616

@@ -54,11 +54,11 @@ WORKDIR /home/neuro
5454
RUN mkdir code input output
5555

5656
# uncomment when local development
57-
RUN echo '\nDEV'
58-
COPY . /home/neuro/bidspm
57+
# RUN echo '\nDEV'
58+
# COPY . /home/neuro/bidspm
5959

60-
# RUN echo '\nPROD'
61-
# RUN git clone --depth 1 --branch FIXME --recursive https://github.com/cpp-lln-lab/bidspm.git
60+
RUN echo '\nPROD'
61+
RUN git clone --depth 1 --branch FIXME --recursive https://github.com/cpp-lln-lab/bidspm.git
6262

6363
RUN cd bidspm && make install
6464

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![GitHub last commit](https://img.shields.io/github/last-commit/cpp-lln-lab/bidspm)](https://github.com/cpp-lln-lab/bidspm.git)
1212
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](https://github.com/cpp-lln-lab/bidspm#contributors)
1313

14-
<!-- [![HitCount](https://hits.dwyl.com/cpp-lln-lab/bidspm.svg?style=flat-square&show=unique)](http://hits.dwyl.com/cpp-lln-lab/bidspm) -->
14+
<!-- [![HitCount](https://hits.dwyl.com/cpp-lln-lab/bidspm.svg?style=flat-square&show=unique)](http://hits.dwyl.com/cpp-lln-lab/bidspm) -->
1515

1616

1717
# bidspm
@@ -218,7 +218,7 @@ Please see our
218218
license = {GPL-3.0},
219219
title = {bidspm},
220220
url = {https://github.com/cpp-lln-lab/bidspm},
221-
version = {2.3.0}
221+
version = {3.0.0}
222222
doi = {10.5281/zenodo.3554331},
223223
publisher = {Zenodo},
224224
journal = {Software}

docs/bidspm-manual.pdf

26.5 KB
Binary file not shown.

docs/source/default_options.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
opt.dir.output = '' ;
3434
opt.dir.preproc = '' ;
3535
opt.dir.raw = '' ;
36+
opt.dir.roi = 'derivatives/bidspm-roi' ;
3637
opt.dir.stats = '' ;
3738
opt.dryRun = 0, ;
39+
opt.dummy_scans = 0.000, ;
3840
opt.funcVolToSelect = [] ;
3941
opt.funcVoxelDims = [] ;
4042
opt.fwhm.contrast = 0.000, ;

docs/source/dev_doc.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ batches preproc
206206

207207
IO
208208
==
209+
.. _addGitIgnore:
210+
.. autofunction:: src.IO.addGitIgnore
211+
.. _addReadme:
212+
.. autofunction:: src.IO.addReadme
209213
.. _cleanCrash:
210214
.. autofunction:: src.IO.cleanCrash
211215
.. _createDerivativeDir:
@@ -392,6 +396,8 @@ infra
392396
.. autofunction:: src.infra.returnRtdURL
393397
.. _setGraphicWindow:
394398
.. autofunction:: src.infra.setGraphicWindow
399+
.. _silenceOctaveWarning:
400+
.. autofunction:: src.infra.silenceOctaveWarning
395401

396402

397403
.. _messages:
@@ -564,10 +570,14 @@ stats utils
564570
.. autofunction:: src.stats.utils.createGlmDirName
565571
.. _designMatrixFigureName:
566572
.. autofunction:: src.stats.utils.designMatrixFigureName
573+
.. _fillInResultStructure:
574+
.. autofunction:: src.stats.utils.fillInResultStructure
567575
.. _getContrastNb:
568576
.. autofunction:: src.stats.utils.getContrastNb
569577
.. _getRegressorIdx:
570578
.. autofunction:: src.stats.utils.getRegressorIdx
579+
.. _isTtest:
580+
.. autofunction:: src.stats.utils.isTtest
571581
.. _labelActivations:
572582
.. autofunction:: src.stats.utils.labelActivations
573583
.. _returnContrastImageFile:
@@ -594,8 +604,6 @@ utils
594604
.. autofunction:: src.utils.getDist2surf
595605
.. _getFuncVoxelDims:
596606
.. autofunction:: src.utils.getFuncVoxelDims
597-
.. _isTtest:
598-
.. autofunction:: src.utils.isTtest
599607
.. _isZipped:
600608
.. autofunction:: src.utils.isZipped
601609
.. _regexify:

docs/source/examples/bidspm.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ @software{bidspm
33
license = {GPL-3.0},
44
title = {bidspm},
55
url = {https://github.com/cpp-lln-lab/bidspm},
6-
version = {2.3.0}
6+
version = {3.0.0}
77
doi = {10.5281/zenodo.3554331},
88
publisher = {Zenodo},
99
journal = {Software}

docs/source/examples/preprocess_citation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
## Pre processing
22

3-
The (f)MRI data were pre-processed with bidspm (v2.3.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331 - [@bidspm])
3+
The (f)MRI data were pre-processed with bidspm (v3.0.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331 - [@bidspm])
44
using statistical parametric mapping
55
(SPM12 - 7771; Wellcome Center for Neuroimaging, London, UK;
66
https://www.fil.ion.ucl.ac.uk/spm; RRID:SCR_007037)
77
using MATLAB 9.4.0.813654 (R2018a)
8-
on a unix computer (Linux version 5.15.0-53-generic (build@lcy02-amd64-047) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022
8+
on a unix computer (Linux version 5.15.0-56-generic (build@lcy02-amd64-004) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022
99
)
1010
.
1111

1212

1313
The preprocessing of the functional images was performed in the following order:
14-
- removing of dummy scans
1514
- slice timing correction
1615
- realignment and unwarping
1716
- segmentation and skullstripping
1817
- normalization MNI space
1918
- smoothing
2019

21-
{{nb}} dummy scans were removed to allow for signal stabilization.
2220

2321
Slice timing correction was performed
2422
taking the ^th slice as a reference
@@ -58,5 +56,5 @@ gaussian kernel (FWHM = 6 mm).
5856
## References
5957

6058
This method section was automatically generated using bidspm
61-
(v2.3.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331)
59+
(v3.0.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331)
6260
and octache (https://github.com/Remi-Gau/Octache).

docs/source/examples/stats_model-resampling_citation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## fMRI statistical analysis
22

3-
The fMRI data were analysed with bidspm (v2.3.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331 - [@bidspm])
3+
The fMRI data were analysed with bidspm (v3.0.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331 - [@bidspm])
44
using statistical parametric mapping
55
(SPM12 - 7771; Wellcome Center for Neuroimaging, London, UK;
66
https://www.fil.ion.ucl.ac.uk/spm; RRID:SCR_007037)
77
using MATLAB 9.4.0.813654 (R2018a)
8-
on a unix computer (Linux version 5.15.0-53-generic (build@lcy02-amd64-047) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022
8+
on a unix computer (Linux version 5.15.0-56-generic (build@lcy02-amd64-004) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022
99
)
1010

1111
The input data were the preprocessed BOLD images in IXI549Space space for the task " facerepetition ".
@@ -43,5 +43,5 @@ to account for residual motion artefacts,
4343
## References
4444

4545
This method section was automatically generated using bidspm
46-
(v2.3.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331)
46+
(v3.0.0; https://github.com/cpp-lln-lab/bidspm; DOI: https://doi.org/10.5281/zenodo.3554331)
4747
and octache (https://github.com/Remi-Gau/Octache).

lib/CPP_ROI

src/reports/bidspm.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ @software{bidspm
33
license = {GPL-3.0},
44
title = {bidspm},
55
url = {https://github.com/cpp-lln-lab/bidspm},
6-
version = {2.3.0}
6+
version = {3.0.0}
77
doi = {10.5281/zenodo.3554331},
88
publisher = {Zenodo},
99
journal = {Software}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.0
1+
v3.0.0

0 commit comments

Comments
 (0)