Skip to content

Commit 5ea3103

Browse files
authored
Merge pull request #828 from bids-standard/rel/0.15.1
REL: 0.15.1
2 parents 4b0c0f1 + ceb3273 commit 5ea3103

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

.zenodo.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@
183183
"name": "Hanke, Michael",
184184
"orcid": "0000-0001-6398-6370"
185185
},
186+
{
187+
"affiliation": "Polytechnique Montr\u00e9al",
188+
"name": "Guenther, Nick"
189+
},
186190
{
187191
"affiliation": "Stanford University",
188192
"name": "Poldrack, Russell",
@@ -198,10 +202,6 @@
198202
"name": "Boulay, Chadwick",
199203
"orcid": "0000-0003-1747-3931"
200204
},
201-
{
202-
"affiliation": "Polytechnique Montr\u00e9al",
203-
"name": "Guenther, Nick"
204-
},
205205
{
206206
"affiliation": "Berkeley Institute for Data Science; University of California at Berkeley",
207207
"name": "Holdgraf, Chris",
@@ -217,6 +217,10 @@
217217
"orcid": "0000-0002-4892-2659",
218218
"name": "James Kent"
219219
},
220+
{
221+
"name": "Staph, Jason A.",
222+
"orcid": "0000-0002-5226-3350"
223+
},
220224
{
221225
"affiliation": "University of Pennsylvania",
222226
"name": "Azeez Adebimpe",
@@ -237,10 +241,6 @@
237241
"name": "Dickie, Erin W",
238242
"orcid": "0000-0003-3028-9864"
239243
},
240-
{
241-
"name": "Staph, Jason A.",
242-
"orcid": "0000-0002-5226-3350"
243-
},
244244
{
245245
"affiliation": "NIMH IRP",
246246
"name": "Lee, John A.",

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 0.15.1 (April 04, 2022)
5+
-------------------------------
6+
7+
Bug-fix release in the 0.15.x series.
8+
9+
* RF/FIX: Decompose filter construction for special queries and lists (#826)
10+
* ENH: Relax group_by rules, allowing any entity to be used (#829)
11+
* MNT: Replace deprecated DataFrame.append call (#833)
12+
* DOC: Fresh rerun of entire pybids_tutorial.ipynb (#832)
13+
414
Version 0.15.0 (March 28, 2022)
515
-------------------------------
616

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_requires =
2626
scipy
2727
nibabel >=2.1
2828
pandas >=0.23
29-
formulaic ~=0.2.4
29+
formulaic >=0.2.4, <0.4 # Tested on 0.2.4 and 0.3.2
3030
sqlalchemy <1.4.0.dev0
3131
bids-validator
3232
num2words

0 commit comments

Comments
 (0)