Skip to content

Commit 7a40bb2

Browse files
authored
[REL] 0.3.1 (#1073)
* mv poster abstract * draft 1 * update poster * [DATALAD] Recorded changes * rm poster * prepare release * update changelog * update changelog
1 parent 72a9070 commit 7a40bb2

27 files changed

+158
-304
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ body:
8282
8383
Or check the content of CITATION.cff.
8484
options:
85+
- v3.1.0
8586
- v3.0.0
8687
- v2.3.0
8788
- v2.2.0
@@ -95,6 +96,7 @@ body:
9596
- v1.1.0
9697
- v1.0.0
9798
- v0.2.0
99+
- v0.1.1
98100
- v0.1.0
99101
- v0.0.3
100102
- v0.0.2

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
lib/spmup
22

3+
docs/posters/2023_ohbm/poster/betterposter-thumbnail-portrait.png
4+
35
# General
46
.DS_Store
57

@@ -9,6 +11,8 @@ lib/spmup
911
*.html
1012
*.docx
1113
*.ps
14+
*.~lock.*
15+
*.ppt*
1216

1317
new_events.tsv
1418

.pre-commit-config.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ repos:
3232
- id: trailing-whitespace
3333
- id: end-of-file-fixer
3434
- id: check-yaml
35-
- id: check-added-large-files
35+
- id: check-json
36+
# - id: check-added-large-files
3637

3738
- repo: https://github.com/pre-commit/pygrep-hooks
3839
rev: v1.10.0
3940
hooks:
40-
- id: rst-backticks # Detect common mistake of using single backticks when writing rst
41-
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst
41+
- id: rst-backticks
42+
- id: rst-inline-touching-normal
4243

4344
- repo: https://github.com/psf/black
4445
rev: 23.3.0
@@ -108,11 +109,5 @@ repos:
108109
hooks:
109110
- id: codespell
110111

111-
# - repo: https://github.com/tcort/markdown-link-check
112-
# rev: v3.11.2
113-
# hooks:
114-
# - id: markdown-link-check
115-
# args: [-q, -c, .github/workflows/mlc_config.json]
116-
117112
ci:
118113
skip: [hadolint-docker]

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Security
2020
-->
2121

22-
## [Unreleased]
22+
<!-- ## [Unreleased]
2323
24-
<!-- **Full Changelog**: https://github.com/cpp-lln-lab/bidspm/compare/v3.0.0...v3.1.0 -->
24+
25+
### Added
26+
27+
### Changed
28+
29+
### Deprecated
30+
31+
### Removed
32+
33+
### Fixed
34+
35+
### Security -->
36+
37+
38+
## [3.1.0] - 2023-07-01
39+
40+
**Full Changelog**: https://github.com/cpp-lln-lab/bidspm/compare/v3.0.0...v3.1.0
2541

2642
### Added
2743

@@ -49,8 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4965
* [ENH] overwrite files when renaming by default (#1051) @Remi-Gau
5066
* [ENH] turn error into warning when no data to copy found (#992) @Remi-Gau
5167

52-
### Deprecated
53-
5468
### Removed
5569

5670
* [ENH] drop rsHRF support (#906) @Remi-Gau

CITATION.cff

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22

33
title: "bidspm"
44

5-
version: 3.0.0
5+
version: 3.1.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

@@ -14,18 +14,21 @@ identifiers:
1414
- description: This is the collection of archived snapshots of all releases of bidspm
1515
type: doi
1616
value: "10.5281/zenodo.3554331"
17+
- description: OHBM 2023 poster
18+
type: doi
19+
value: "10.5281/zenodo.8099835"
1720

1821
contact:
1922
- affiliation: "Université catholique de Louvain"
20-
email: remi.[email protected]
23+
email: remi.[email protected]
2124
family-names: Gau
2225
given-names: Rémi
2326

2427
authors:
2528
- family-names: "Gau"
2629
given-names: "Rémi"
2730
orcid: "https://orcid.org/0000-0002-1535-9767"
28-
affiliation: "Université catholique de Louvain"
31+
affiliation: "Origami lab, McGill University, Montreal, Québec, Canada"
2932

3033
- family-names: "Barilari"
3134
given-names: "Marco"
@@ -42,11 +45,6 @@ authors:
4245
orcid: "https://orcid.org/0000-0002-1866-8645"
4346
affiliation: "Université catholique de Louvain"
4447

45-
- family-names: "Collignon"
46-
given-names: "Olivier"
47-
orcid: "https://orcid.org/0000-0003-1882-3550"
48-
affiliation: "Université catholique de Louvain"
49-
5048
- family-names: "Gurtubay"
5149
given-names: "Ane"
5250
orcid: "https://orcid.org/0000-0003-3824-2219"
@@ -105,6 +103,12 @@ authors:
105103
affiliation: "Université catholique de Louvain"
106104
orcid: "https://orcid.org/0000-0001-9752-3294"
107105

106+
- family-names: "Collignon"
107+
given-names: "Olivier"
108+
orcid: "https://orcid.org/0000-0003-1882-3550"
109+
affiliation: "Université catholique de Louvain"
110+
111+
108112
license: GPL-3.0
109113

110114
keywords:

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,21 @@ created with:
9898
```bash
9999
make update_faq
100100
```
101+
102+
### release protocol
103+
104+
- [ ] create a dedicated branch for the release candidate
105+
- [ ] update version in `citation.cff`
106+
- [ ] documentation related
107+
- [ ] ensure the documentation is up to date
108+
- [ ] make sure the doc builds correctly and fix any error
109+
- [ ] update jupyter books
110+
- [ ] update binder
111+
- [ ] update docker recipes
112+
- [ ] update changelog
113+
- [ ] run `make release`
114+
- [ ] open a pull request (PR) from this release candidate branch targeting the default branch
115+
- [ ] fix any remaining failing continuous integration (test, markdown and code linting...)
116+
- [ ] merge to default branch
117+
- [ ] create a tagged release
118+
- [ ] build and push docker images if necessary

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,19 @@ Please see our
234234

235235
```bibtex
236236
@software{bidspm,
237-
author = {Gau, Rémi and Barilari, Marco and Battal, Ceren and Rezk, Mohamed and Collignon, Olivier and Gurtubay, Ane and Falagiarda, Federica and MacLean, Michèle and Cerpelloni, Filippo and Shahzad, Iqra and Nunes, Márcia and Caron-Guyon, Jeanne and Chouinard-Leclaire, Christine and Yang, Ying, and Mattioni, Stefania},
237+
author = {Gau, Rémi and Barilari, Marco and Battal, Ceren and Rezk, Mohamed and Collignon, Olivier and Gurtubay, Ane and Falagiarda, Federica and MacLean, Michèle and Cerpelloni, Filippo and Shahzad, Iqra and Nunes, Márcia and Caron-Guyon, Jeanne and Chouinard-Leclaire, Christine and Yang, Ying and Mattioni, Stefania and Van Audenhaege, Alice and Matuszewski, Jacek},
238238
license = {GPL-3.0},
239-
title = {bidspm},
239+
title = {{bidspm}},
240240
url = {https://github.com/cpp-lln-lab/bidspm},
241-
version = {3.0.0}
242-
doi = {10.5281/zenodo.3554331},
243-
publisher = {Zenodo},
244-
journal = {Software}
241+
version = {3.1.0}
245242
}
246243
```
247244

245+
### Posters
246+
247+
- [OHBM 2023](https://doi.org/10.5281/zenodo.8099835)
248+
249+
248250
## Contributors
249251

250252
Thanks goes to these wonderful people

docs/bidspm-manual.pdf

2.77 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)