File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ Basile Pinsard <basile.pinsard@gmail.com> bpinsard <bpinsard@imed.jussieu.fr>
2929Nguyen, Ly <nguyen60@seattleu.edu> lxn2 <lxn2@uw.edu>
3030Ben Cipollini <ben.cipollini@gmail.com> Ben Cipollini <bcipolli@ucsd.edu>
3131Chris Markiewicz <effigies@gmail.com> Christopher J. Markiewicz <effigies@bu.edu>
32+ Chris Markiewicz <effigies@gmail.com> Christopher J. Markiewicz <effigies@gmail.com>
33+ Chris Markiewicz <effigies@gmail.com> Chris Johnson <effigies@bu.edu>
Original file line number Diff line number Diff line change @@ -34,6 +34,19 @@ References like "pr/298" refer to github pull request numbers.
3434 are raising a DataError if the track is truncated when ``strict=True ``
3535 (the default), rather than a TypeError when trying to create the points
3636 array.
37+
38+ * 2.0.2 (Monday 23 November 2015)
39+
40+ * Fix for integer overflow on large images (pr/325) (MB);
41+ * Fix for Freesurfer nifti files with unusual dimensions (pr/332) (Chris
42+ Markiewicz);
43+ * Fix typos on benchmarks and tests (pr/336, pr/340, pr/347) (Chris
44+ Markiewicz);
45+ * Fix Windows install script (pr/339) (MB);
46+ * Support for Python 3.5 (pr/363) (MB) and numpy 1.10 (pr/358) (Chris
47+ Markiewicz);
48+ * Update pydicom imports to permit version 1.0 (pr/379) (Chris Markiewicz);
49+ * Workaround for Python 3.5.0 gzip regression (pr/383) (Ben Cipollini).
3750 * tripwire.TripWire object now raises subclass of AttributeError when trying
3851 to get an attribute, rather than a direct subclass of Exception. This
3952 prevents Python 3.5 triggering the tripwire when doing inspection prior to
Original file line number Diff line number Diff line change @@ -132,9 +132,7 @@ Release checklist
132132
133133* Check the documentation doctests::
134134
135- cd doc
136- make doctest
137- cd ..
135+ make -C doc doctest
138136
139137 This should also be tested by `nibabel on travis`_.
140138
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ contributed code and discussion (in rough order of appearance):
4747* Bago Amirbekian
4848* Brendan Moloney
4949* Félix C. Morency
50- * Chris Johnson
50+ * Chris Markiewicz
5151* JB Poline
5252* Nolan Nichols
5353* Nguyen, Ly
@@ -61,8 +61,7 @@ contributed code and discussion (in rough order of appearance):
6161* Demian Wassermann
6262* Philippe Gervais
6363* Justin Lecher
64- * Ben Cippolini
65- * Chris Markiewicz
64+ * `Ben Cipollini `_
6665* Clemens C. C. Bauer
6766
6867License reprise
Original file line number Diff line number Diff line change 55 and name substitutions. It may be included in many files,
66 therefore it should only contain link targets and name
77 substitutions. Try grepping for "^\.\. _" to find plausible
8- candidates for this list.
8+ candidates for this list.
99
1010
1111.. NOTE: reST targets are
233233.. _Michael Hanke : http://mih.voxindeserto.de
234234.. _Gaël Varoquaux : http://gael-varoquaux.info/
235235.. _Stephan Gerhard : http://www.unidesign.ch
236+ .. _Ben Cipollini : http://bcipolli.github.io/
236237
237238.. Substitutions
238239 .. |emdash | unicode :: U+02014
You can’t perform that action at this time.
0 commit comments