Skip to content

Commit 2165b93

Browse files
committed
DOC: Update docs from 2.0.2 release
1 parent ca68582 commit 2165b93

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc/source/devel/make_release.rst

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

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)