<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft, branch v1.12.0rc1</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>DOC: Correct documentation of hfft/ihfft.</title>
<updated>2016-11-05T00:05:31+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-11-04T18:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e88508527fe748d50f30b96a59701a14c06de71d'/>
<id>e88508527fe748d50f30b96a59701a14c06de71d</id>
<content type='text'>
Corrections to #7492.

Correct the examples in the notes specifying the output length for the
hfft. Also clean up the documentation a bit.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrections to #7492.

Correct the examples in the notes specifying the output length for the
hfft. Also clean up the documentation a bit.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping dict like behavior and relying on explicit methods.</title>
<updated>2016-06-08T08:09:45+00:00</updated>
<author>
<name>Lion Krischer</name>
<email>krischer@geophysik.uni-muenchen.de</email>
</author>
<published>2016-06-08T08:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=820d527fe0bc6414ad19b10eea941a7fc0749757'/>
<id>820d527fe0bc6414ad19b10eea941a7fc0749757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix race condition with new FFT cache</title>
<updated>2016-06-07T19:17:43+00:00</updated>
<author>
<name>Lion Krischer</name>
<email>krischer@geophysik.uni-muenchen.de</email>
</author>
<published>2016-06-07T07:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b0efcbadd5944d44f56c106dc5bc4571ebcab03e'/>
<id>b0efcbadd5944d44f56c106dc5bc4571ebcab03e</id>
<content type='text'>
There is now a lock around cache accesses ensuring thread safety. The
size of a cache entry is now also calculated by summing over all arrays
in the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is now a lock around cache accesses ensuring thread safety. The
size of a cache entry is now also calculated by summing over all arrays
in the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Changing FFT cache to a bounded LRU cache</title>
<updated>2016-06-06T17:51:12+00:00</updated>
<author>
<name>Lion Krischer</name>
<email>krischer@geophysik.uni-muenchen.de</email>
</author>
<published>2016-05-27T15:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2de9651b99da9d3308de5df510cfd28c1a3a0f19'/>
<id>2de9651b99da9d3308de5df510cfd28c1a3a0f19</id>
<content type='text'>
Replaces the simple dictionary caches for the twiddle factors of
numpy.fft to bounded LRU (least recently used) caches. The caches can
thus no longer grow without bounds.

See #7686.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces the simple dictionary caches for the twiddle factors of
numpy.fft to bounded LRU (least recently used) caches. The caches can
thus no longer grow without bounds.

See #7686.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix a number of reST formatting issues in docstrings.</title>
<updated>2016-02-13T15:43:37+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-02-13T15:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b9ae5a33b0438b0505d9ab1e2277992af3be78df'/>
<id>b9ae5a33b0438b0505d9ab1e2277992af3be78df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG:Should fix astype cast bug in numpy.fft module</title>
<updated>2016-01-18T19:41:13+00:00</updated>
<author>
<name>Tushar Gautam</name>
<email>tushar.rishav@gmail.com</email>
</author>
<published>2016-01-18T19:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d426ed91b41293f75c90e1795b72c017e8d435ef'/>
<id>d426ed91b41293f75c90e1795b72c017e8d435ef</id>
<content type='text'>
Closes #6693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6693
</pre>
</div>
</content>
</entry>
<entry>
<title>[TST] Refactor new raise_warnings logic for subpackage test suites</title>
<updated>2015-12-30T13:43:43+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2015-12-30T11:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978'/>
<id>a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clarify documentation for np.fft.ifft.</title>
<updated>2015-12-18T20:10:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-12-18T20:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=44293bb2834f2a4495dacee4ba112a3bfeef5b0c'/>
<id>44293bb2834f2a4495dacee4ba112a3bfeef5b0c</id>
<content type='text'>
The relationship between frequency and position in the input array
is clarified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The relationship between frequency and position in the input array
is clarified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6798</title>
<updated>2015-12-18T19:43:09+00:00</updated>
<author>
<name>Phaiax</name>
<email>phaiax-github@invisibletower.de</email>
</author>
<published>2015-12-09T12:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7fa53390da958cc985bfaeb1620990ddd2255ce8'/>
<id>7fa53390da958cc985bfaeb1620990ddd2255ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove bento related files.</title>
<updated>2015-08-29T16:04:44+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-08-29T15:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aa86ff47eeae89e91e7b679e9e50b500b961c584'/>
<id>aa86ff47eeae89e91e7b679e9e50b500b961c584</id>
<content type='text'>
Numpy will no longer support the bento build system, so remove the
associated files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpy will no longer support the bento build system, so remove the
associated files.
</pre>
</div>
</content>
</entry>
</feed>
