Skip to content

Commit ff380bd

Browse files
committed
MAINT: update package info
Update numpy dependency to 1.5, just because that seems to be the oldest that anyone is supporting these days. Update ourselves from alpha to beta status - yay! Update links to downloads; these have changed since the last release.
1 parent 598133f commit ff380bd

File tree

2 files changed

+38
-36
lines changed

2 files changed

+38
-36
lines changed

README.rst

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ NiBabel
88
Read / write access to some common neuroimaging file formats
99

1010
This package provides read +/- write access to some common medical and
11-
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
12-
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as PAR/REC.
13-
We can read and write Freesurfer_ geometry, and read Freesurfer morphometry and
14-
annotation files. There is some very limited support for DICOM_. NiBabel is
15-
the successor of PyNIfTI_.
11+
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
12+
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
13+
PAR/REC. We can read and write Freesurfer_ geometry, and read Freesurfer
14+
morphometry and annotation files. There is some very limited support for
15+
DICOM_. NiBabel is the successor of PyNIfTI_.
1616

1717
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
1818
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
@@ -34,31 +34,32 @@ information and access to the image data is made available via NumPy arrays.
3434
Website
3535
=======
3636

37-
Current information can always be found at the NIPY nibabel website::
38-
39-
http://nipy.org/nibabel
37+
Current documentation on nibabel can always be found at the `NIPY nibabel
38+
website <http://nipy.org/nibabel>`_.
4039

4140
Mailing Lists
4241
=============
4342

44-
Please see the developer's list here::
45-
46-
http://mail.scipy.org/mailman/listinfo/nipy-devel
43+
Please see the `nipy devel list
44+
<http://mail.scipy.org/mailman/listinfo/nipy-devel>`_. The nipy devel list is
45+
fine for user and developer questions about nibabel.
4746

4847
Code
4948
====
5049

5150
You can find our sources and single-click downloads:
5251

53-
* `Main repository`_ on Github.
54-
* Documentation_ for all releases and current development tree.
55-
* Download as a tar/zip file the `current trunk`_.
52+
* `Main repository`_ on Github;
53+
* Documentation_ for all releases and current development tree;
54+
* Download the `current release`_ from pypi;
55+
* Download `current development version`_ as a zip file;
5656
* Downloads of all `available releases`_.
5757

5858
.. _main repository: http://github.com/nipy/nibabel
5959
.. _Documentation: http://nipy.org/nibabel
60-
.. _current trunk: http://github.com/nipy/nibabel/archives/master
61-
.. _available releases: http://github.com/nipy/nibabel/downloads
60+
.. _current release: https://pypi.python.org/pypi/nibabel
61+
.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
62+
.. _available releases: https://github.com/nipy/nibabel/releases
6263

6364
License
6465
=======

nibabel/info.py

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_version_micro,
1919
_version_extra)
2020

21-
CLASSIFIERS = ["Development Status :: 3 - Alpha",
21+
CLASSIFIERS = ["Development Status :: 4 - Beta",
2222
"Environment :: Console",
2323
"Intended Audience :: Science/Research",
2424
"License :: OSI Approved :: MIT License",
@@ -39,11 +39,11 @@
3939
Read / write access to some common neuroimaging file formats
4040
4141
This package provides read +/- write access to some common medical and
42-
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
43-
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as PAR/REC.
44-
We can read and write Freesurfer_ geometry, and read Freesurfer morphometry and
45-
annotation files. There is some very limited support for DICOM_. NiBabel is
46-
the successor of PyNIfTI_.
42+
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
43+
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
44+
PAR/REC. We can read and write Freesurfer_ geometry, and read Freesurfer
45+
morphometry and annotation files. There is some very limited support for
46+
DICOM_. NiBabel is the successor of PyNIfTI_.
4747
4848
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
4949
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
@@ -65,31 +65,32 @@
6565
Website
6666
=======
6767
68-
Current information can always be found at the NIPY nibabel website::
69-
70-
http://nipy.org/nibabel
68+
Current documentation on nibabel can always be found at the `NIPY nibabel
69+
website <http://nipy.org/nibabel>`_.
7170
7271
Mailing Lists
7372
=============
7473
75-
Please see the developer's list here::
76-
77-
http://mail.scipy.org/mailman/listinfo/nipy-devel
74+
Please see the `nipy devel list
75+
<http://mail.scipy.org/mailman/listinfo/nipy-devel>`_. The nipy devel list is
76+
fine for user and developer questions about nibabel.
7877
7978
Code
8079
====
8180
8281
You can find our sources and single-click downloads:
8382
84-
* `Main repository`_ on Github.
85-
* Documentation_ for all releases and current development tree.
86-
* Download as a tar/zip file the `current trunk`_.
83+
* `Main repository`_ on Github;
84+
* Documentation_ for all releases and current development tree;
85+
* Download the `current release`_ from pypi;
86+
* Download `current development version`_ as a zip file;
8787
* Downloads of all `available releases`_.
8888
8989
.. _main repository: http://github.com/nipy/nibabel
9090
.. _Documentation: http://nipy.org/nibabel
91-
.. _current trunk: http://github.com/nipy/nibabel/archives/master
92-
.. _available releases: http://github.com/nipy/nibabel/downloads
91+
.. _current release: https://pypi.python.org/pypi/nibabel
92+
.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
93+
.. _available releases: https://github.com/nipy/nibabel/releases
9394
9495
License
9596
=======
@@ -100,7 +101,7 @@
100101
"""
101102

102103
# versions for dependencies
103-
NUMPY_MIN_VERSION='1.2'
104+
NUMPY_MIN_VERSION='1.5'
104105
PYDICOM_MIN_VERSION='0.9.7'
105106

106107
# Main setup parameters
@@ -110,7 +111,7 @@
110111
DESCRIPTION = description
111112
LONG_DESCRIPTION = long_description
112113
URL = "http://nipy.org/nibabel"
113-
DOWNLOAD_URL = "http://github.com/nipy/nibabel/archives/master"
114+
DOWNLOAD_URL = "http://github.com/nipy/nibabel"
114115
LICENSE = "MIT license"
115116
CLASSIFIERS = CLASSIFIERS
116117
AUTHOR = "Matthew Brett, Michael Hanke, Stephan Gerhard"
@@ -121,5 +122,5 @@
121122
MICRO = _version_micro
122123
ISRELEASE = _version_extra == ''
123124
VERSION = __version__
124-
PROVIDES = ["nibabel"]
125+
PROVIDES = ["nibabel", 'nisext']
125126
REQUIRES = ["numpy (>=%s)" % NUMPY_MIN_VERSION]

0 commit comments

Comments
 (0)