Skip to content

Commit 342efda

Browse files
committed
DOC: Update Changelog, contributors
1 parent a4b46f2 commit 342efda

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ Basile Pinsard <[email protected]> bpinsard <[email protected]>
2929
3030
Ben Cipollini <[email protected]> Ben Cipollini <[email protected]>
3131
Chris Markiewicz <[email protected]> Christopher J. Markiewicz <[email protected]>
32+
Chris Markiewicz <[email protected]> Christopher J. Markiewicz <[email protected]>
33+
Chris Markiewicz <[email protected]> Chris Johnson <[email protected]>

Changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ References like "pr/298" refer to github pull request numbers.
2626

2727
* Upcoming
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

doc/source/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6867
License reprise

doc/source/links_names.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
@@ -233,6 +233,7 @@
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

0 commit comments

Comments
 (0)