Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: 0.13 #715

Merged
merged 5 commits into from
Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
"name": "Staden, Isla",
"orcid": "0000-0002-0795-1154"
},
{
"affiliation": "University of Texas at Austin",
"orcid": "0000-0002-4892-2659",
"name": "James Kent"
},
{
"affiliation": "Universit\u00e9 catholique de Louvain",
"name": "Gau, Remi",
Expand All @@ -194,6 +199,11 @@
"name": "Rokem, Ariel",
"orcid": "0000-0003-0679-1985"
},
{
"affiliation": "University of Pennsylvania",
"name": "Azeez Adebimpe",
"orcid": "0000-0001-9049-0135"
},
{
"affiliation": "INRIA",
"name": "Thirion, Bertrand",
Expand Down Expand Up @@ -237,6 +247,11 @@
"name": "Blair, Ross",
"orcid": "0000-0003-3007-1056"
},
{
"name": "Shashank Bansal",
"affiliation": "Stanford University",
"orcid": "0000-0002-1252-8772 "
},
{
"name": "Sundaravadivelu, Suganya"
}
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 0.13 (April 14, 2021)
-----------------------------

* FIX: Resample to n_vols for sampling_rate == 'TR' (#713)
* FIX: Lazily load metadata, skip when missing data files are missing sidecars (#711)
* FIX: Ensure indicator matrix is boolean when indexing in Split transformation (#710)
* FIX: Correctly pair metadata file when creating association records (#699)
* FIX: Resolve side-effects of new testfile in #682 (#695)
* FIX: BIDSLayout -- TypeError: unhashable type: 'dict' (#682)
* ENH: Add res/den entities to derivatives.json (#709)
* ENH: Update datatypes (#708)
* ENH: add more informative validation error message for dataset_description.json (#705)
effigies marked this conversation as resolved.
Show resolved Hide resolved
* CI: Run packaging tests on main repository only (#696)
* CI: Migrate to GH actions (#691)

Version 0.12.4 (November 10, 2020)
----------------------------------

Expand Down