[Numpy-tickets] [NumPy] #428: remove old SciPy references
NumPy
numpy-tickets at scipy.net
Sun Jan 21 02:53:18 CST 2007
#428: remove old SciPy references
----------------------------+-----------------------------------------------
Reporter: jarrod.millman | Owner: somebody
Type: task | Status: new
Priority: normal | Milestone: 1.0.2 Release
Component: Other | Version: devel
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
There are still some old references to !SciPy, which need to be updated to
!NumPy:
1. {{{numpy/testing/numpytest.py}}}
* {{{class _SciPyTextTestResult(unittest._TextTestResult):}}}
* {{{class SciPyTextTestRunner(unittest.TextTestRunner):}}}
* {{{ return _SciPyTextTestResult(self.stream, self.descriptions,
self.verbosity)}}}
1. {{{numpy/testing/setup.py}}}
* {{{ setup(maintainer = "SciPy Developers",}}}
* {{{ description = "SciPy test module",}}}
* {{{ license = "SciPy License (BSD Style)",}}}
1. {{{numpy/distutils/cpuinfo.py}}}
* {{{terms of the SciPy (BSD style) license. See LICENSE.txt that came
with}}}
1. {{{numpy/distutils/system_info.py:}}}
* {{{terms of the SciPy (BSD style) license. See LICENSE.txt that came
with}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/428>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list