<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/__init__.py, branch maintenance/1.6.x</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge from documentation editor.</title>
<updated>2008-08-05T09:20:07+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-05T09:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6647bf7eaeb915e2d09db8b5c7584ee286962d3b'/>
<id>6647bf7eaeb915e2d09db8b5c7584ee286962d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore old test framework classes.</title>
<updated>2008-06-21T15:50:17+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-06-21T15:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af7f89ea35ae9dbf38682d3215a20cc13ab0890c'/>
<id>af7f89ea35ae9dbf38682d3215a20cc13ab0890c</id>
<content type='text'>
Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test 
modules.
Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424.
Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments 
are seen).
numpy.*.test() returns a test result object as before.
Fixed typo in distutils doc.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test 
modules.
Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424.
Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments 
are seen).
numpy.*.test() returns a test result object as before.
Fixed typo in distutils doc.

</pre>
</div>
</content>
</entry>
<entry>
<title>Switched to use nose to run tests.  Added test and bench functions to all modules.</title>
<updated>2008-06-17T00:23:20+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-06-17T00:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c331857d8663ecf54bbe88c834755da749e8ab52'/>
<id>c331857d8663ecf54bbe88c834755da749e8ab52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace</title>
<updated>2006-03-10T21:31:27+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2006-03-10T21:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf57380caa818b73a4c41409de6ff260425f9bb6'/>
<id>bf57380caa818b73a4c41409de6ff260425f9bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports.</title>
<updated>2006-02-24T16:56:59+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2006-02-24T16:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=00f2295ec55239ce35687a20a7c58d1583b068f1'/>
<id>00f2295ec55239ce35687a20a7c58d1583b068f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed all references to scipy to numpy</title>
<updated>2006-01-04T19:00:27+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-01-04T19:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e706c7d92c4ee41e8e995fb3838bd0931b57efb5'/>
<id>e706c7d92c4ee41e8e995fb3838bd0931b57efb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved scipy directory to numpy</title>
<updated>2006-01-04T17:26:31+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-01-04T17:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8e2654541c6eae0f308908f501cccbc86b2f9101'/>
<id>8e2654541c6eae0f308908f501cccbc86b2f9101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
