Skip to content

Commit ada2c5d

Browse files
authored
Merge pull request #1341 from bids-standard/rel/1.8.0
REL: v1.8.0
2 parents 3270d01 + 399f8f4 commit ada2c5d

File tree

6 files changed

+32
-17
lines changed

6 files changed

+32
-17
lines changed

Release_Protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ By pushing `rel/` branches to the main repository, the chances of continuous int
8989
discrepancies is reduced.
9090

9191
```Shell
92-
git add src/CHANGES.md mkdocs.yml src/appendices/contributors.md
92+
git add src/CHANGES.md mkdocs.yml src/appendices/contributors.md src/schema/BIDS_VERSION
9393
git commit -m 'REL: v1.2.0'
9494
git push -u upstream rel/1.2.0
9595
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Brain Imaging Data Structure v1.7.1-dev
1+
site_name: Brain Imaging Data Structure v1.8.0
22
site_url: https://bids-specification.readthedocs.io/en/stable/
33
theme:
44
name: material

src/CHANGES.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/bids-standard/bids-specification/tree/HEAD)
3+
## [v1.8.0](https://bids-specification.readthedocs.io/en/v1.8.0) (2022-10-29)
44

55
- \[FIX] Drop the functional and f for NIRS [#1325](https://github.com/bids-standard/bids-specification/pull/1325) ([rob-luke](https://github.com/rob-luke))
66
- \[FIX]\[SCHEMA] Add conditionals for PET ReconMethod\* and ReconFilter [#1299](https://github.com/bids-standard/bids-specification/pull/1299) ([bendhouseart](https://github.com/bendhouseart))
@@ -47,7 +47,7 @@
4747
- \[ENH] BEP030: Functional Near-Infrared Spectroscopy [#802](https://github.com/bids-standard/bids-specification/pull/802) ([rob-luke](https://github.com/rob-luke))
4848
- \[FIX] Clarify run entity to accommodate multiple imaging modalities [#760](https://github.com/bids-standard/bids-specification/pull/760) ([yarikoptic](https://github.com/yarikoptic))
4949

50-
## [v1.7.0](https://github.com/bids-standard/bids-specification/tree/v1.7.0) (2022-02-15)
50+
## [v1.7.0](https://bids-specification.readthedocs.io/en/v1.7.0) (2022-02-15)
5151

5252
- \[FIX] Use wikipedia for TIFF URL, adobe's page is 404ing now [#1007](https://github.com/bids-standard/bids-specification/pull/1007) ([yarikoptic](https://github.com/yarikoptic))
5353
- \[FIX] update highlighting of examples, JSON keys and values, and TSV headers or values in the schema [#998](https://github.com/bids-standard/bids-specification/pull/998) ([Remi-Gau](https://github.com/Remi-Gau))
@@ -139,7 +139,7 @@
139139
- \[FIX] Correct iEEG example that contained double suffixes [#463](https://github.com/bids-standard/bids-specification/pull/463) ([yarikoptic](https://github.com/yarikoptic))
140140
- \[ENH] introduce GeneratedBy to "core" BIDS [#440](https://github.com/bids-standard/bids-specification/pull/440) ([yarikoptic](https://github.com/yarikoptic))
141141

142-
## [v1.6.0](https://github.com/bids-standard/bids-specification/tree/v1.6.0) (2021-04-22)
142+
## [v1.6.0](https://bids-specification.readthedocs.io/en/v1.6.0) (2021-04-22)
143143

144144
- \[FIX] Typos discovered by codespell [#784](https://github.com/bids-standard/bids-specification/pull/784) ([yarikoptic](https://github.com/yarikoptic))
145145
- \[FIX] Rename "Unit" metadata to "Units" for consistency with existing fields [#773](https://github.com/bids-standard/bids-specification/pull/773) ([effigies](https://github.com/effigies))
@@ -158,7 +158,7 @@
158158
- \[MISC] refactor stimuli mentioning sections in the events page [#697](https://github.com/bids-standard/bids-specification/pull/697) ([Remi-Gau](https://github.com/Remi-Gau))
159159
- \[ENH] Bep 009: Positron Emission Tomography [#633](https://github.com/bids-standard/bids-specification/pull/633) ([melanieganz](https://github.com/melanieganz))
160160

161-
## [v1.5.0](https://github.com/bids-standard/bids-specification/tree/v1.5.0) (2021-02-23)
161+
## [v1.5.0](https://bids-specification.readthedocs.io/en/v1.5.0) (2021-02-23)
162162

163163
- \[MISC] Updated TotalAcquiredVolumes into TotalAcquiredPairs [#742](https://github.com/bids-standard/bids-specification/pull/742) ([effigies](https://github.com/effigies))
164164
- \[SCHEMA] Update qMRI fieldmap schema [#728](https://github.com/bids-standard/bids-specification/pull/728) ([effigies](https://github.com/effigies))
@@ -196,7 +196,7 @@
196196
- \[SCHEMA] Render schema elements in text [#610](https://github.com/bids-standard/bids-specification/pull/610) ([tsalo](https://github.com/tsalo))
197197
- \[ENH] Add part entity for complex-valued data [#424](https://github.com/bids-standard/bids-specification/pull/424) ([tsalo](https://github.com/tsalo))
198198

199-
## [v1.4.1](https://github.com/bids-standard/bids-specification/tree/v1.4.1) (2020-10-13)
199+
## [v1.4.1](https://bids-specification.readthedocs.io/en/v1.4.1) (2020-10-13)
200200

201201
- \[INFRA] minor robustness enhancements to pdf build shell script [#642](https://github.com/bids-standard/bids-specification/pull/642) ([yarikoptic](https://github.com/yarikoptic))
202202
- \[FIX] consistent CoordinateSystem fields for ephys [#641](https://github.com/bids-standard/bids-specification/pull/641) ([sappelhoff](https://github.com/sappelhoff))
@@ -255,7 +255,7 @@
255255
- \[INFRA] Convert entity table to yaml [#475](https://github.com/bids-standard/bids-specification/pull/475) ([tsalo](https://github.com/tsalo))
256256
- \[FIX] Recommend SI units formatting to adhere to CMIXF-12 [#411](https://github.com/bids-standard/bids-specification/pull/411) ([sappelhoff](https://github.com/sappelhoff))
257257

258-
## [v1.4.0](https://github.com/bids-standard/bids-specification/tree/v1.4.0) (2020-06-11)
258+
## [v1.4.0](https://bids-specification.readthedocs.io/en/v1.4.0) (2020-06-11)
259259

260260
- \[FIX] Clarify language on unsetting a key/value pair [#495](https://github.com/bids-standard/bids-specification/pull/495) ([nicholst](https://github.com/nicholst))
261261
- \[ENH] optionally allow LICENSE file [#483](https://github.com/bids-standard/bids-specification/pull/483) ([sappelhoff](https://github.com/sappelhoff))
@@ -275,7 +275,7 @@
275275
- \[ENH] BEP 003: Common Derivatives [#265](https://github.com/bids-standard/bids-specification/pull/265) ([effigies](https://github.com/effigies))
276276
- \[ENH] Add Glossary of terms/abbreviations used in the specification [#152](https://github.com/bids-standard/bids-specification/pull/152) ([yarikoptic](https://github.com/yarikoptic))
277277

278-
## [v1.3.0](https://github.com/bids-standard/bids-specification/tree/v1.3.0) (2020-04-14)
278+
## [v1.3.0](https://bids-specification.readthedocs.io/en/v1.3.0) (2020-04-14)
279279

280280
- \[INFRA] add zenodo badge to README [#447](https://github.com/bids-standard/bids-specification/pull/447) ([sappelhoff](https://github.com/sappelhoff))
281281
- \[MISC] Added contributors from VisLab [#444](https://github.com/bids-standard/bids-specification/pull/444) ([VisLab](https://github.com/VisLab))
@@ -294,7 +294,7 @@
294294
- \[ENH] Add OPTIONAL EthicsApprovals field to dataset description [#412](https://github.com/bids-standard/bids-specification/pull/412) ([effigies](https://github.com/effigies))
295295
- \[ENH] BEP 018 - Genetic Information [#395](https://github.com/bids-standard/bids-specification/pull/395) ([effigies](https://github.com/effigies))
296296

297-
## [v1.2.2](https://github.com/bids-standard/bids-specification/tree/v1.2.2) (2020-02-12)
297+
## [v1.2.2](https://bids-specification.readthedocs.io/en/v1.2.2) (2020-02-12)
298298

299299
- \[FIX] improve wording on data dictionaries [#410](https://github.com/bids-standard/bids-specification/pull/410) ([sappelhoff](https://github.com/sappelhoff))
300300
- \[MISC] update contributions by CPernet [#409](https://github.com/bids-standard/bids-specification/pull/409) ([CPernet](https://github.com/CPernet))
@@ -332,7 +332,7 @@
332332
- \[ENH] Added discontinuous datatype for EEG and iEEG [#286](https://github.com/bids-standard/bids-specification/pull/286) ([wouterpotters](https://github.com/wouterpotters))
333333
- \[FIX] Clarify paragraph about custom data types [#264](https://github.com/bids-standard/bids-specification/pull/264) ([effigies](https://github.com/effigies))
334334

335-
## [v1.2.1](https://github.com/bids-standard/bids-specification/tree/v1.2.1) (2019-08-14)
335+
## [v1.2.1](https://bids-specification.readthedocs.io/en/v1.2.1) (2019-08-14)
336336

337337
- \[FIX] repair link in anatomical MRI table [#297](https://github.com/bids-standard/bids-specification/pull/297) ([sappelhoff](https://github.com/sappelhoff))
338338
- \[ENH] Clarify requirements in Release Protocol [#294](https://github.com/bids-standard/bids-specification/pull/294) ([franklin-feingold](https://github.com/franklin-feingold))
@@ -386,7 +386,7 @@
386386
- \[FIX] Specify marker filenames for KIT data (MEG) [#62](https://github.com/bids-standard/bids-specification/pull/62) ([monkeyman192](https://github.com/monkeyman192))
387387
- \[FIX] Remove father-level for meg filetypes other than BTi/4D data [#19](https://github.com/bids-standard/bids-specification/pull/19) ([teonbrooks](https://github.com/teonbrooks))
388388

389-
## [v1.2.0](https://github.com/bids-standard/bids-specification/tree/v1.2.0) (2019-03-04)
389+
## [v1.2.0](https://bids-specification.readthedocs.io/en/v1.2.0) (2019-03-04)
390390

391391
- \[MISC] Adding Dimitri Papadopoulos Orfanos to the list of contributors [#157](https://github.com/bids-standard/bids-specification/pull/157) ([DimitriPapadopoulos](https://github.com/DimitriPapadopoulos))
392392
- \[FIX] use "specification" not "protocol" to refer to BIDS [#156](https://github.com/bids-standard/bids-specification/pull/156) ([yarikoptic](https://github.com/yarikoptic))
@@ -403,7 +403,7 @@
403403
- \[MISC] Adding formal decision-making rules [#104](https://github.com/bids-standard/bids-specification/pull/104) ([chrisgorgo](https://github.com/chrisgorgo))
404404
- \[FIX] number of small corrections to the specification [#98](https://github.com/bids-standard/bids-specification/pull/98) ([robertoostenveld](https://github.com/robertoostenveld))
405405

406-
## [v1.1.2](https://github.com/bids-standard/bids-specification/tree/v1.1.2) (2019-01-10)
406+
## [v1.1.2](https://bids-specification.readthedocs.io/en/v1.1.2) (2019-01-10)
407407

408408
- \[ENH] Global fields in data dictionaries [#117](https://github.com/bids-standard/bids-specification/pull/117) ([chrisgorgo](https://github.com/chrisgorgo))
409409
- \[MISC] Propose BEP026 MER [#116](https://github.com/bids-standard/bids-specification/pull/116) ([greydongilmore](https://github.com/greydongilmore))

src/appendices/contributors.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,26 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
4848
- Sylvain Baillet 📖🔍
4949
- Shashank Bansal 📖
5050
- Arshitha Basavaraj 📖🚇💻
51+
- Ben Beasley 💻
5152
- Leandro Beltrachini 📖
5253
- Chris Benjamin 📖
5354
- Timo Berg 📖
5455
- Étienne Bergeron 🔣💻
56+
- Giacomo Bertazzoli 📖
5557
- Suyash Bhogawar 📖💡⚠️🔧💬
5658
- Stephan Bickel 📖
5759
- Ulrike Bingel 📖
5860
- Ethan Blackwood 👀📖
5961
- David Boas 📖
6062
- Elizabeth Bock 📖💡
6163
- Hugo Boniface 📖
64+
- Marta Bortoletto 📖
6265
- Kristofer Bouchard 📖
6366
- Mathieu Boudreau 💬🤔📢
6467
- Marie-Hélène Bourget 📖🔣💻🤔
6568
- Eric Bridgeford 📖🔧
6669
- Teon L. Brooks 📖💻⚠️💬👀🤔🔧🐛📢
70+
- Martina Bulgari 📖
6771
- Christian Büchel 📖
6872
- Vince D. Calhoun 📖
6973
- Giulio Castegnaro 📖
@@ -94,6 +98,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
9498
- Elizabeth DuPre 📖💡🔍🤔💬
9599
- Joke Durnez 📖🔧💻
96100
- Eric Earl 📖💬🐛🚧🔧🤔
101+
- Cyrus Eierud 💻
97102
- Anders Eklund 📖📢💻
98103
- Sara Elgayar 📖
99104
- Oscar Esteban 📖🔧🤔💬💻
@@ -117,19 +122,22 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
117122
- Tristan Glatard 📖💻
118123
- Mathias Goncalves 💻🔧📢
119124
- Krzysztof J. Gorgolewski 📖💻💬🤔🔍📢📝💡🔌
125+
- Rohan Goyal 💻
120126
- Alexandre Gramfort 📖💡
121127
- Klara Gregorova 📖
122128
- Jeffrey S. Grethe 💬🐛✅📢
123129
- Iris Groen 📖
124130
- David Groppe 📖
125131
- Sören Grothkopp 📖
126132
- Aysegul Gunduz 📖
133+
- Giacomo Guidali 📖
127134
- Matthias Günther 📖
128135
- Yaroslav O. Halchenko 📖📢🔧💬🐛
129136
- Liberty Hamilton 📖
130137
- Tom Hampshire 📖
131138
- Daniel A. Handwerker 📖
132139
- Michael Hanke 📖🤔🔧🐛📢
140+
- Nell Hardcastle 💻 🤔 🚇 💬 👀
133141
- Michael P. Harms 📖⚠️🔧
134142
- Soichi Hayashi 📖🔧🐛
135143
- Richard N. Henson 📖
@@ -145,6 +153,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
145153
- Andrew Hoopes 📖
146154
- Christian Horea 📖
147155
- Jean-Christophe Houde 📖
156+
- Vittorio Iacovella 📖
148157
- Maria de la Iglesia 📖
149158
- Ilkay Isik 📖
150159
- Hamish Innes-Brown 📖
@@ -186,13 +195,16 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
186195
- Robert Luke 📖
187196
- Brian N. Lundstrom 📖
188197
- Dan Lurie 🤔📖🔧🔌💻💬
189-
- Camille Maumet 📖
198+
- Duncan Macleod 🚇
199+
- Eleonora Marcantoni 📖
190200
- Christopher J. Markiewicz 💬🐛💻📖🎨💡🤔🔌👀🔧📢🔣📋🚧
201+
- Camille Maumet 📖
191202
- Giacomo Mazzamuto 📖🔣
192203
- David McAlpine 📖
193204
- Manuel Mercier 📖🤔
194205
- Mark Mikkelsen 📖
195206
- Kai J. Miller 📖
207+
- Carlo Miniussi 📖
196208
- Markus Morawski 📖
197209
- Clara Moreau 📖
198210
- Jeremy Moreau 📖💡
@@ -211,6 +223,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
211223
- Aki Nikolaidis 📖
212224
- Gustav Nilsonne 📖
213225
- Guiomar Niso 🤔🎨🔍👀📋📝🔧🐛💻🔣✅💬📖💡📢
226+
- Gregory Noack 💻 ⚠️
214227
- Martin Noergaard 📖🔣💻🤔📢
215228
- Michael P. Notter 💬📝✅📢📖
216229
- Jeffrey G. Ojemann 📖
@@ -225,6 +238,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
225238
- Maurice Pasternak 📓
226239
- Chloé Pasturel 📖
227240
- Dianne Patterson 📖
241+
- Mateusz Pawlik 🤔 📖 🚧 👀 🐛
228242
- John Pellman 📖
229243
- Cyril Pernet 💬📝📖🎨💡📋🤔📢
230244
- Franco Pestilli 📖💻🎨💡🤔👀🔧📋🔍🚇
@@ -260,6 +274,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
260274
- Maureen J Shader 📖
261275
- Robert E. Smith 💻📖
262276
- Vanessa Sochat 📖
277+
- Anibal Sólon 🐛
263278
- Tamas Spisak 📖
264279
- Julia Sprenger 📖
265280
- Isla Staden 📖
@@ -278,7 +293,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add
278293
- William Triplett 📖
279294
- Jessica A. Turner 📖
280295
- Pieter Vandemaele 📖💻
281-
- Max A. van den Boom 💻👀📖
296+
- Max A. van den Boom 💻👀📖🐛
282297
- Wietske van der Zwaag 🔣💬
283298
- Matthias Van Osch 📖
284299
- Gaël Varoquaux 📖

src/schema/BIDS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1-dev
1+
1.8.0

src/schema/SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-dev
1+
0.6.0

0 commit comments

Comments
 (0)