Skip to content

Commit f13b800

Browse files
authored
Merge pull request #375 from bids-standard/rel/0.7.1
REL: 0.7.1
2 parents 6984cdd + 7460e12 commit f13b800

File tree

3 files changed

+78
-15
lines changed

3 files changed

+78
-15
lines changed

.zenodo.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"name": "Salo, Taylor",
2626
"orcid": "0000-0001-9813-3167"
2727
},
28+
{
29+
"affiliation": "Dartmouth College",
30+
"name": "Halchenko, Yaroslav O.",
31+
"orcid": "0000-0003-3456-2493"
32+
},
2833
{
2934
"affiliation": "University of Texas at Austin",
3035
"name": "McNamara, Quinten"
@@ -34,11 +39,6 @@
3439
"name": "DeStasio, Krista",
3540
"orcid": "0000-0002-3959-9060"
3641
},
37-
{
38-
"affiliation": "Dartmouth College",
39-
"name": "Halchenko, Yaroslav O.",
40-
"orcid": "0000-0003-3456-2493"
41-
},
4242
{
4343
"affiliation": "McGill University",
4444
"name": "Poline, Jean-Baptiste",
@@ -58,6 +58,11 @@
5858
"name": "Nielson, Dylan M.",
5959
"orcid": "0000-0003-4613-6643"
6060
},
61+
{
62+
"affiliation": "MRC Cognition and Brain Sciences Unit",
63+
"name": "Carlin, Johan",
64+
"orcid": "0000-0003-0933-1239"
65+
},
6166
{
6267
"affiliation": "Montreal Neurological Institute and Hospital",
6368
"name": "Kiar, Gregory",
@@ -73,6 +78,11 @@
7378
"name": "DuPre, Elizabeth",
7479
"orcid": "0000-0003-1358-196X"
7580
},
81+
{
82+
"affiliation": "Psychoinformatics Lab, Institute of Psychology, Otto-von-Guericke University Magdeburg",
83+
"name": "Wagner, Adina",
84+
"orcid": "0000-0003-2917-3450"
85+
},
7686
{
7787
"name": "Ivanov, Alexander"
7888
},
@@ -116,11 +126,6 @@
116126
"name": "Staden, Isla",
117127
"orcid": "0000-0002-0795-1154"
118128
},
119-
{
120-
"affiliation": "Psychoinformatics Lab, Institute of Psychology, Otto-von-Guericke University Magdeburg",
121-
"name": "Wagner, Adina",
122-
"orcid": "0000-0003-2917-3450"
123-
},
124129
{
125130
"affiliation": "The University of Washington eScience Institute",
126131
"name": "Rokem, Ariel",
@@ -136,11 +141,6 @@
136141
"name": "Kleinschmidt, Dave F.",
137142
"orcid": "0000-0002-7442-2762"
138143
},
139-
{
140-
"affiliation": "MRC Cognition and Brain Sciences Unit",
141-
"name": "Carlin, Johan",
142-
"orcid": "0000-0003-0933-1239"
143-
},
144144
{
145145
"affiliation": "NIMH IRP",
146146
"name": "Lee, John A.",
@@ -151,6 +151,11 @@
151151
"name": "Visconti di Oleggio Castello, Matteo",
152152
"orcid": "0000-0001-7931-5272"
153153
},
154+
{
155+
"affiliation": "The Laboratory for Investigative Neurophysiology (The LINE), Department of Radiology and Department of Clinical Neurosciences, Lausanne, Switzerland; Center for Biomedical Imaging (CIBM), Lausanne, Switzerland",
156+
"name": "Notter, Michael Philipp",
157+
"orcid": "0000-0002-5866-047X"
158+
},
154159
{
155160
"affiliation": "Sainte-Anne Hospital Center, Universit\u00e9 Paris Descartes",
156161
"name": "Roca, Pauline",

CHANGELOG.md

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

3+
## Version 0.7.1 (February 01, 2019)
4+
5+
This is a bug fix release in the 0.7 series. The primary API change is improved
6+
handling of `Path` objects.
7+
8+
* FIX: Path validation (#342)
9+
* FIX: Ensure consistent entities at all levels (#326)
10+
* FIX: Edge case where a resampled column was too-long-by-one (#365)
11+
* FIX: Use BIDS metadata for TR over nii header (#357)
12+
* FIX: Add check for `run_info` to be a list, pass `run_info` in correct position. (#353)
13+
* FIX: If `sampling_rate` is `'auto'`, set to first rate of `DenseRunVariables` (#351)
14+
* FIX: Get the absolute path of the test data directory (#347)
15+
* FIX: Update reports to be 0.7-compatible (#341)
16+
* ENH: Rename `sr` variable to more intuitive `interval` (#366)
17+
* ENH: Support `pathlib.Path` and other `str`-castable types (#307)
18+
* MNT: Updates link to derivative config file in notebook (#344)
19+
* MNT: Add bids-validator dependency (#363)
20+
* MNT: Require pandas >= 0.23.0 (#348)
21+
* MNT: Bump grabbit version (#338)
22+
* CI: Ignore OSX Python 3.5 failures (#372)
23+
* CI: Build with Python 3.7 on Travis, deploy on 3.6 (#337)
24+
325
## Version 0.7.0 (January 10, 2019)
26+
427
This is a major, API-breaking release. It introduces a large number of new features, bug fixes, and improvements.
528

629
API-BREAKING CHANGES:

tools/update_changes.sh

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#!/bin/bash
2+
#
3+
# Collects the pull-requests since the latest release and
4+
# aranges them in the CHANGES.txt file.
5+
#
6+
# This is a script to be run before releasing a new version.
7+
#
8+
# Usage /bin/bash update_changes.sh 1.0.1
9+
#
10+
# Adapted from https://github.com/nipy/nipype/blob/98beb0a/tools/update_changes.sh
11+
12+
# Setting # $ help set
13+
set -u # Treat unset variables as an error when substituting.
14+
set -x # Print command traces before executing command.
15+
16+
CHANGES=CHANGELOG.md
17+
18+
# Elaborate today's release header
19+
HEADER="## Version $1 ($(date '+%B %d, %Y'))"
20+
cat <<END > newchanges
21+
# Changelog
22+
23+
## Version $1 ($(date '+%B %d, %Y'))
24+
25+
END
26+
27+
# Search for PRs since previous release
28+
git log --grep="Merge pull request" `git describe --tags --abbrev=0`..HEAD --pretty='format:* %b %s' | sed 's+Merge pull request \(\#[^\d]*\)\ from\ .*+(\1)+' >> newchanges
29+
30+
# Append old changes
31+
tail -n+2 $CHANGES >> newchanges
32+
33+
# Replace old CHANGES with new file
34+
mv newchanges $CHANGES
35+

0 commit comments

Comments
 (0)