<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft, branch v1.3.0</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>1.3.x backport r6725, Merge from the doc wiki</title>
<updated>2009-03-25T21:28:08+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2009-03-25T21:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b560260a235585eba07b71d9d15fdcc3ceb1a3e4'/>
<id>b560260a235585eba07b71d9d15fdcc3ceb1a3e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement)</title>
<updated>2008-10-28T00:13:44+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2008-10-28T00:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=18594cd9653a865fddfa4cd81f82ab54430be1c9'/>
<id>18594cd9653a865fddfa4cd81f82ab54430be1c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More unused vars tagged (fftpack).</title>
<updated>2008-10-08T13:38:11+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-10-08T13:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac3cbcc7ee49d44e71c31f6b671de9cd9a6dd22a'/>
<id>ac3cbcc7ee49d44e71c31f6b671de9cd9a6dd22a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Move DEPRECATE macro to ndarrayobject.h.</title>
<updated>2008-07-13T23:56:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2008-07-13T23:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=39e305137d5d3df233d87b3fb903fcdc81750d65'/>
<id>39e305137d5d3df233d87b3fb903fcdc81750d65</id>
<content type='text'>
Deprecate PyArray_As1D.
Remove deprecated functions from fftpack_listmodule.c.
There may need to be further fixes on 64 bit platforms, we will see.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate PyArray_As1D.
Remove deprecated functions from fftpack_listmodule.c.
There may need to be further fixes on 64 bit platforms, we will see.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indentation and coding style cleanups.</title>
<updated>2008-07-13T22:15:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2008-07-13T22:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c62bdcbb4bfbed32bc3df144ece9cce1dc11e775'/>
<id>c62bdcbb4bfbed32bc3df144ece9cce1dc11e775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify a bit more scons scripts.</title>
<updated>2008-07-09T06:03:35+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-07-09T06:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0dffd02f017944c9ccfbdbe667a21fe27473a387'/>
<id>0dffd02f017944c9ccfbdbe667a21fe27473a387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.</title>
<updated>2008-07-09T06:01:49+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-07-09T06:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=15e2c1af93e75907a33b7361fa55ab2473ff50e9'/>
<id>15e2c1af93e75907a33b7361fa55ab2473ff50e9</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>
</feed>
