File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
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 @@ -24,8 +24,18 @@ and Stephan Gerhard (SG).
2424
2525References like "pr/298" refer to github pull request numbers.
2626
27- * Upcoming
27+ * 2.0.2 (Monday 23 November 2015)
2828
29+ * Fix for integer overflow on large images (pr/325) (MB);
30+ * Fix for Freesurfer nifti files with unusual dimensions (pr/332) (Chris
31+ Markiewicz);
32+ * Fix typos on benchmarks and tests (pr/336, pr/340, pr/347) (Chris
33+ Markiewicz);
34+ * Fix Windows install script (pr/339) (MB);
35+ * Support for Python 3.5 (pr/363) (MB) and numpy 1.10 (pr/358) (Chris
36+ Markiewicz);
37+ * Update pydicom imports to permit version 1.0 (pr/379) (Chris Markiewicz);
38+ * Workaround for Python 3.5.0 gzip regression (pr/383) (Ben Cipollini).
2939 * tripwire.TripWire object now raises subclass of AttributeError when trying
3040 to get an attribute, rather than a direct subclass of Exception. This
3141 prevents Python 3.5 triggering the tripwire when doing inspection prior to
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