Skip to content

Commit ee97500

Browse files
committed
DOC: update README and info
* Note python 3 compatibility. * Correct compatible versions in info.py * Replace deprecated github downloads link with pypi * Update ourselves to beta from alpha (high fives all round)
1 parent aecf1f4 commit ee97500

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ You can find our sources and single-click downloads:
5454
.. _main repository: http://github.com/nipy/nipy
5555
.. _Documentation: http://nipy.org/nipy
5656
.. _current trunk: http://github.com/nipy/nipy/archives/master
57-
.. _available releases: http://github.com/nipy/nipy/downloads
57+
.. _available releases: http://pypi.python.org/pypi/nipy
5858

5959
Dependencies
6060
============
6161

6262
To run NIPY, you will need:
6363

64-
* python_ >= 2.5. We don't yet run on python 3, sad to say.
64+
* python_ >= 2.5 (tested with 2.5, 2.6, 2.7, 3.2, 3.3)
6565
* numpy_ >= 1.2
6666
* scipy_ >= 0.7.0
6767
* sympy_ >= 0.6.6

nipy/info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
.. _main repository: http://github.com/nipy/nipy
8686
.. _Documentation: http://nipy.org/nipy
8787
.. _current trunk: http://github.com/nipy/nipy/archives/master
88-
.. _available releases: http://github.com/nipy/nipy/downloads
88+
.. _available releases: http://pypi.python.org/pypi/nipy
8989
9090
Dependencies
9191
============
9292
9393
To run NIPY, you will need:
9494
95-
* python_ >= 2.5. We don't yet run on python 3, sad to say.
95+
* python_ >= 2.5 (tested with 2.5, 2.6, 2.7, 3.2, 3.3)
9696
* numpy_ >= 1.2
9797
* scipy_ >= 0.7.0
9898
* sympy_ >= 0.6.6
@@ -138,11 +138,11 @@
138138
ISRELEASE = _version_extra == ''
139139
VERSION = __version__
140140
REQUIRES = ["numpy", "scipy", "sympy"]
141-
STATUS = 'alpha'
141+
STATUS = 'beta'
142142

143143
# versions
144144
NUMPY_MIN_VERSION='1.2'
145-
SCIPY_MIN_VERSION = '0.5'
145+
SCIPY_MIN_VERSION = '0.7'
146146
NIBABEL_MIN_VERSION = '1.2'
147147
SYMPY_MIN_VERSION = '0.6.6'
148148
MAYAVI_MIN_VERSION = '3.0'

0 commit comments

Comments
 (0)