Skip to content

Commit 285d4a3

Browse files
authored
Merge pull request #534 from bids-standard/rel/0.9.5
REL: 0.9.5
2 parents 67cb936 + 766e2b1 commit 285d4a3

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ Matteo Visconti di Oleggio Castello <[email protected]>
1818
Michael Philipp Notter <[email protected]>
1919
Oscar Esteban <[email protected]>
2020
Steven Tilley II <[email protected]>
21+
2122
Tal Yarkoni <[email protected]>
2223
Yaroslav O. Halchenko <[email protected]>

.zenodo.json

+20-5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"affiliation": "Institute for Problems of Information Transmission",
5151
"name": "Petrov, Dmitry"
5252
},
53+
{
54+
"affiliation": "University of Iowa",
55+
"name": "Johnson, Hans",
56+
"orcid": "0000-0001-9513-2660"
57+
},
5358
{
5459
"affiliation": "Concordia University",
5560
"name": "Hayot-Sasson, Val\u00e9rie",
@@ -75,6 +80,11 @@
7580
"name": "Whitaker, Kirstie",
7681
"orcid": "0000-0001-8498-4059"
7782
},
83+
{
84+
"affiliation": "MIT, HMS",
85+
"name": "Ghosh, Satrajit",
86+
"orcid": "0000-0002-5312-6729"
87+
},
7888
{
7989
"affiliation": "Psychoinformatics Lab, Institute of Psychology, Otto-von-Guericke University Magdeburg",
8090
"name": "Wagner, Adina",
@@ -107,6 +117,11 @@
107117
"name": "Tirrell, Lee S.",
108118
"orcid": "0000-0001-9393-8361"
109119
},
120+
{
121+
"affiliation": "Holland Bloorview Kids Rehabilitation Hospital",
122+
"name": "Tilley II, Steven",
123+
"orcid": "0000-0003-4853-5082"
124+
},
110125
{
111126
"affiliation": "Universit\u00e9 de Sherbrooke",
112127
"name": "Legarreta, Jon Haitz",
@@ -142,16 +157,16 @@
142157
"name": "Gau, Remi",
143158
"orcid": "0000-0002-1535-9767"
144159
},
145-
{
146-
"affiliation": "Holland Bloorview Kids Rehabilitation Hospital",
147-
"name": "Tilley II, Steven",
148-
"orcid": "0000-0003-4853-5082"
149-
},
150160
{
151161
"affiliation": "The University of Washington eScience Institute",
152162
"name": "Rokem, Ariel",
153163
"orcid": "0000-0003-0679-1985"
154164
},
165+
{
166+
"affiliation": "Australian eHealth Research Centre, Commonwealth Scientific and Industrial Research Organisation; University of Queensland",
167+
"name": "Gillman, Ashley",
168+
"orcid": "0000-0001-9130-1092"
169+
},
155170
{
156171
"affiliation": "INRIA",
157172
"name": "Thirion, Bertrand",

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Version 0.9.5 (November 6, 2019)
4+
5+
Bug fix release in the 0.9.x series.
6+
7+
Final planned release with Python 2 support.
8+
9+
* FIX: Filter before downsampling (#529)
10+
* FIX: Copy input dict in ``replace_entities``; Typos in ``default_path_patterns`` (#517)
11+
* FIX: Use string dtype for all entities when using regex search (#511)
12+
* FIX: Update Sphinx docs for 2.2 (#507)
13+
* ENH: Enable automatic derivative database caching (#523)
14+
* ENH: Raise ValueError if BIDSLayout.build_path fails to match any pattern (#508)
15+
* RF: Subclass analysis Node from object (#528)
16+
* DOC: Unify docstring format (#499)
17+
* DOC: Auto-generate stubs (#513)
18+
* STY: .sql is a misleading extension to sqlite files (#531)
19+
* STY: General cleanups (#526, #527)
20+
321
## Version 0.9.4 (September 20, 2019)
422

523
Bug fix release in the 0.9.x series.

0 commit comments

Comments
 (0)