<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft/tests, branch v1.6.2</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>BUG: Make fftshift and ifftshift accept integer arguments for the axes</title>
<updated>2010-05-10T03:41:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2010-05-10T03:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=427a9632db6ddc1e8659ab3191fe63873a8a188b'/>
<id>427a9632db6ddc1e8659ab3191fe63873a8a188b</id>
<content type='text'>
value. The functions now match their documentation. Fixes ticket #1182,
patch from rgommers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value. The functions now match their documentation. Fixes ticket #1182,
patch from rgommers.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Fix more files for unittest deprecated functions. It isn't clear why these</title>
<updated>2010-02-21T01:55:27+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2010-02-21T01:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=69f7f4c7e3ca4af2ae79921895efa1c2a6b11c41'/>
<id>69f7f4c7e3ca4af2ae79921895efa1c2a6b11c41</id>
<content type='text'>
tests didn't issue deprecation warnings. Are they being run?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests didn't issue deprecation warnings. Are they being run?
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports.</title>
<updated>2008-09-09T17:48:47+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-09-09T17:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9351f2e02f643a9fadb35d8bb9eacf804b905d51'/>
<id>9351f2e02f643a9fadb35d8bb9eacf804b905d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up test output such that a completely-passing test suite has no extraneous output.</title>
<updated>2008-07-03T08:43:58+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2008-07-03T08:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c8f88c0411203a0d1a09aadef920c563ef54c12a'/>
<id>c8f88c0411203a0d1a09aadef920c563ef54c12a</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>janitorial work</title>
<updated>2007-12-29T01:32:27+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2007-12-29T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e7191fc96a676b5ea444f23501a3db61c2be602e'/>
<id>e7191fc96a676b5ea444f23501a3db61c2be602e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase test code coverage.  Add documentation.</title>
<updated>2007-12-03T07:15:55+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-12-03T07:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ec6e9424d0c194323faeb43a2197daf73ecf1415'/>
<id>ec6e9424d0c194323faeb43a2197daf73ecf1415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename test classes to CapWords.</title>
<updated>2007-10-02T07:54:11+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-10-02T07:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=610438f1fb2436cec44b9ddd451daa67d846cdd0'/>
<id>610438f1fb2436cec44b9ddd451daa67d846cdd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for fftpack.</title>
<updated>2006-11-20T07:06:48+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2006-11-20T07:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ad56e631c29869d127931b555d0b366f7e75641'/>
<id>1ad56e631c29869d127931b555d0b366f7e75641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
