[SciPy-dev] New numpy svn ready

Fernando Perez Fernando.Perez at colorado.edu
Wed Jan 4 18:10:20 EST 2006


Christopher Fonnesbeck wrote:
> On Jan 4, 2006, at 5:39 PM, Travis Oliphant wrote:

> python2.4/site-packages/numpy/f2py/f2py2e.py", line 43, in ?
>      __usage__ = """\
> NameError: name 'numpy_core_version' is not defined

I imagine that, since we now have numpy/scipy as separate package, we'll be 
able to revert to standard python naming conventions:

scipy.__core_version__  -> numpy.__version__
scipy.__full_version__  -> scipy.__version__

no?  A number of python tools (such as pydoc) use __version__, so it's nice to 
define them in the standard name form.

f




More information about the SciPy-Dev mailing list