Skip to content

Commit 0247458

Browse files
committed
DOC: prepare for 2.0.1 release
Updating Changelog etc for 2.0.1 release
1 parent e9409b9 commit 0247458

File tree

6 files changed

+36
-9
lines changed

6 files changed

+36
-9
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ Kevin S. Hahn <[email protected]> Kevin S. Hahn <[email protected]>
2727
Basile Pinsard <[email protected]> bpinsard <[email protected]>
2828
Basile Pinsard <[email protected]> bpinsard <[email protected]>
2929
30+
Ben Cipollini <[email protected]> Ben Cipollini <[email protected]>
31+
Chris Markiewicz <[email protected]> Christopher J. Markiewicz <[email protected]>

Changelog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@ NiBabel
2222
Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH)
2323
and Stephan Gerhard (SG).
2424

25+
References like "pr/298" refer to github pull request numbers.
26+
27+
* 2.0.1 (Saturday 27 June 2015)
28+
29+
Contributions from Ben Cipollini, Chris Markiewicz, Alexandre Gramfort,
30+
Clemens Bauer, github user freec84.
31+
32+
* Bugfix release with minor new features;
33+
* Added ``axis`` parameter to ``concat_images`` (pr/298) (Ben Cipollini);
34+
* Fix for unsigned integer data types in ECAT images (pr/302) (MB, test data
35+
and issue report from Github user freec84);
36+
* Added new ECAT and Freesurfer data files to automated testing;
37+
* Fix for Freesurfer labels error on early numpies (pr/307) (Alexandre
38+
Gramfort);
39+
* Fixes for PAR / REC header parsing (pr/312) (MB, issue reporting and test
40+
data by Clemens C. C. Bauer);
41+
* Workaround for reading Freesurfer ico7 surface files (pr/315) (Chris
42+
Markiewicz);
43+
* Changed to github pages for doc hosting;
44+
* Changed docs to point to [email protected] mailing list.
45+
2546
* 2.0.0 (Tuesday 9 December 2014)
2647

2748
This release had large contributions from Eric Larson, Brendan Moloney,

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
.. Following contents should be from LONG_DESCRIPTION in nibabel/info.py
88
9+
910
=======
1011
NiBabel
1112
=======
@@ -27,10 +28,10 @@ DICOM_. NiBabel is the successor of PyNIfTI_.
2728
.. _MINC2:
2829
https://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_File_Format_Reference
2930
.. _PyNIfTI: http://niftilib.sourceforge.net/pynifti/
30-
.. _GIFTI: http://www.nitrc.org/projects/gifti
31-
.. _MGH: http://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
31+
.. _GIFTI: https://www.nitrc.org/projects/gifti
32+
.. _MGH: https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
3233
.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
33-
.. _Freesurfer: http://surfer.nmr.mgh.harvard.edu
34+
.. _Freesurfer: https://surfer.nmr.mgh.harvard.edu
3435
.. _DICOM: http://medical.nema.org/
3536

3637
The various image format classes give full or selective access to header (meta)
@@ -40,7 +41,7 @@ Website
4041
=======
4142

4243
Current documentation on nibabel can always be found at the `NIPY nibabel
43-
website <http://nipy.org/nibabel>`_.
44+
website <https://nipy.github.io/nibabel>`_.
4445

4546
Mailing Lists
4647
=============
@@ -60,8 +61,8 @@ You can find our sources and single-click downloads:
6061
* Download `current development version`_ as a zip file;
6162
* Downloads of all `available releases`_.
6263

63-
.. _main repository: http://github.com/nipy/nibabel
64-
.. _Documentation: http://nipy.org/nibabel
64+
.. _main repository: https://github.com/nipy/nibabel
65+
.. _Documentation: https://nipy.github.io/nibabel
6566
.. _current release: https://pypi.python.org/pypi/nibabel
6667
.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
6768
.. _available releases: https://github.com/nipy/nibabel/releases

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# General information about the project.
7575
project = u'NiBabel'
76-
copyright = u'2006-2014, %(MAINTAINER)s <%(AUTHOR_EMAIL)s>' % rel
76+
copyright = u'2006-2015, %(MAINTAINER)s <%(AUTHOR_EMAIL)s>' % rel
7777

7878
# The version info for the project you're documenting, acts as replacement for
7979
# |version| and |release|, also used in various other places throughout the

doc/source/devel/make_release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Release checklist
5757
* Check the copyright year in ``doc/source/conf.py``
5858

5959
* Refresh the ``REAMDE.rst`` text from the ``LONG_DESCRIPTION`` in ``info.py``
60-
by running ``make refresh_readme``.
60+
by running ``make refresh-readme``.
6161

6262
Check the output of::
6363

6464
rst2html.py README.rst > ~/tmp/readme.html
6565

66-
becase this will be the output used by pypi_
66+
because this will be the output used by pypi_
6767

6868
* Check the dependencies listed in ``nibabel/info.py`` (e.g.
6969
``NUMPY_MIN_VERSION``) and in ``doc/source/installation.rst``. They should

doc/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ contributed code and discussion (in rough order of appearance):
6161
* Demian Wassermann
6262
* Philippe Gervais
6363
* Justin Lecher
64+
* Ben Cippolini
65+
* Chris Markiewicz
66+
* Clemens C. C. Bauer
6467

6568
License reprise
6669
===============

0 commit comments

Comments
 (0)