Skip to content

Commit

Permalink
Merge pull request #460 from bids-standard/rel/0.9.2
Browse files Browse the repository at this point in the history
REL: 0.9.2
  • Loading branch information
effigies authored Jul 12, 2019
2 parents 7f7e039 + 00f4e08 commit 7d3435b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
"name": "DuPre, Elizabeth",
"orcid": "0000-0003-1358-196X"
},
{
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany",
"name": "Appelhoff, Stefan",
"orcid": "0000-0001-8002-0877"
},
{
"name": "Ivanov, Alexander"
},
Expand All @@ -95,6 +100,11 @@
"name": "Tirrell, Lee S.",
"orcid": "0000-0001-9393-8361"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Esteban, Oscar",
"orcid": "0000-0001-8435-6191"
},
{
"affiliation": "T\u00e9l\u00e9com ParisTech, France",
"name": "Jas, Mainak",
Expand All @@ -110,16 +120,6 @@
"name": "Poldrack, Russell",
"orcid": "0000-0001-6755-0259"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Esteban, Oscar",
"orcid": "0000-0001-8435-6191"
},
{
"affiliation": "Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany",
"name": "Appelhoff, Stefan",
"orcid": "0000-0001-8002-0877"
},
{
"affiliation": "Berkeley Institute for Data Science; University of California at Berkeley",
"name": "Holdgraf, Chris",
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Version 0.9.2 (July 12, 2019)

This version includes a number of minor fixes and improvements.
EEG files are better handled, and `BIDSLayout` and `BIDSFile` play more
nicely with `Path`-like objects.

With thanks to new contributor Cecile Madjar.

* FIX: Instantiate `ignore`/`force_index` after root validation (#457)
* FIX: Restore `<entity>=None` query returning files lacking the entity (#458)
* ENH: Add `BIDSJSONFile` (#444)
* ENH: Add `BIDSFile.__fspath__` to work with pathlib (#449)
* ENH: Add `eeg` datatype to layout config (#455)
* RF: Remove unused kwargs to BIDSFile (#443)
* DOC: Improve docstring consistency, style (#443)
* DOC: Address final JOSS review (#453)
* STY: PEP8 Fixes (#456)
* MAINT: Set name explicitly in setup.py (#450)

## Version 0.9.1 (May 24, 2019)
Hotfix release:

Expand Down

0 comments on commit 7d3435b

Please sign in to comment.