<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft, branch master</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>DOC: Parameter name typo axes -&gt; axis in numpy.fft._pocketfft.</title>
<updated>2020-12-19T03:56:37+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2020-12-19T01:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7dce0ed00dd406d03705257514e6fac9fa4e25bb'/>
<id>7dce0ed00dd406d03705257514e6fac9fa4e25bb</id>
<content type='text'>
The parameter name seem to have a typo in both those case and reference
axis (and not axes), this is likely due to copy-past as some other
functions in this modules use axes (when several indices are required),
but other also use `axis` and have the correct spelling.

From review it also seem like previous phrasing is unclear so update
all similar entries to reflect the new phrasing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parameter name seem to have a typo in both those case and reference
axis (and not axes), this is likely due to copy-past as some other
functions in this modules use axes (when several indices are required),
but other also use `axis` and have the correct spelling.

From review it also seem like previous phrasing is unclear so update
all similar entries to reflect the new phrasing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16818 from rohitsanj/examples-rfft2-irfft2</title>
<updated>2020-12-15T20:38:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-15T20:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c9f9081fd7156e351f7a30d8e3b75968cc5503c4'/>
<id>c9f9081fd7156e351f7a30d8e3b75968cc5503c4</id>
<content type='text'>
DOC: added examples section for rfft2 and irfft2 docstring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: added examples section for rfft2 and irfft2 docstring</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages</title>
<updated>2020-11-03T14:08:38+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-11-03T14:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=99051b40de3b77c166a24250df3fd38689aa412e'/>
<id>99051b40de3b77c166a24250df3fd38689aa412e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17104 from BvB93/sub-modules</title>
<updated>2020-09-07T16:48:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-09-07T16:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=dec8879b4b6b032e168a417b342056d000d4318e'/>
<id>dec8879b4b6b032e168a417b342056d000d4318e</id>
<content type='text'>
ENH: Add placeholder stubs for all sub-modules</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add placeholder stubs for all sub-modules</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove users of `numpy.compat.integer_types`</title>
<updated>2020-08-31T09:13:58+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-08-31T09:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6e00aaedc40292933c0e8f162d0d4512d6ba350e'/>
<id>6e00aaedc40292933c0e8f162d0d4512d6ba350e</id>
<content type='text'>
Some more Python 2 cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some more Python 2 cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Replace module-level `__getattr__` with explicitly defined objects</title>
<updated>2020-08-20T11:50:50+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-08-20T11:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b67db6b53f80f895237f58c1c8fa8a855cdd8051'/>
<id>b67db6b53f80f895237f58c1c8fa8a855cdd8051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add placeholder stubs for all sub-modules</title>
<updated>2020-08-19T12:49:16+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-08-19T12:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1ef217b19161e01672e243d21263e517f63d817a'/>
<id>1ef217b19161e01672e243d21263e517f63d817a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: update rfft2/irfft2 examples.</title>
<updated>2020-08-18T06:16:50+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-08-18T06:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=64847eddebe1bd933504c9daa61477e04ff59197'/>
<id>64847eddebe1bd933504c9daa61477e04ff59197</id>
<content type='text'>
Update rfft2 example to conform to fft2 example and switch the irfft2
example to illustrate round-tripping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update rfft2 example to conform to fft2 example and switch the irfft2
example to illustrate round-tripping.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: added examples for rfft2 and irfft2 docstring</title>
<updated>2020-08-18T05:40:02+00:00</updated>
<author>
<name>Rohit Sanjay</name>
<email>sanjay.rohit2@gmail.com</email>
</author>
<published>2020-07-12T17:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e03d99dd780f11b0ab760cab89e5020a63af869a'/>
<id>e03d99dd780f11b0ab760cab89e5020a63af869a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Disclaimer for FFT library</title>
<updated>2020-08-09T12:44:33+00:00</updated>
<author>
<name>Ben Nathanson</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-08-07T21:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8a92eb41e40bf40bf50faaef0d465c7da82e2b7c'/>
<id>8a92eb41e40bf40bf50faaef0d465c7da82e2b7c</id>
<content type='text'>
Adds sentence to the top of routines.fft.html explaining that scipy.fft
is a more comprehensive collection, per mailing list discussion
(http://numpy-discussion.10968.n7.nabble.com/Add-Chebyshev-cosine-transforms-implemented-via-FFTs-td48373.html#a48382)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds sentence to the top of routines.fft.html explaining that scipy.fft
is a more comprehensive collection, per mailing list discussion
(http://numpy-discussion.10968.n7.nabble.com/Add-Chebyshev-cosine-transforms-implemented-via-FFTs-td48373.html#a48382)
</pre>
</div>
</content>
</entry>
</feed>
