<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft/__init__.py, branch dependabot/pip/gitpython-3.1.14</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: 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://git.baserock.org/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>
<entry>
<title>ENH: add `norm=forward,backward` to numpy.fft functions (#16476)</title>
<updated>2020-07-12T19:43:30+00:00</updated>
<author>
<name>Chris Vavaliaris</name>
<email>cv1038@wildcats.unh.edu</email>
</author>
<published>2020-07-12T19:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0862be9b58bc6b40e688c3118f5cc91954a7fd13'/>
<id>0862be9b58bc6b40e688c3118f5cc91954a7fd13</id>
<content type='text'>
The kwarg option norm=inverse leads to scaling of the transforms
inverse (opposite) to that of the default option norm=None; i.e. the
forward transform is normalized with 1/n whereas the backward one
with 1. The fft routines and their tests have been modified to
reflect the changes; all tests have been passed successfully.

Closes #16126

* modified _unitary, fft &amp; ifft and their tests; tests passed

* modified rfft &amp; irfft and their tests; tests passed

* modified hfft &amp; ihfft and all tests; all modifications are now done

* correction in ihfft; all 79 fft tests passed successfully

* undo unnecessary docstrings changes made in my previous commits

* use norm=forward kwarg value name

* Update numpy/fft/__init__.py

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add code review suggestions

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add default norm=None alias norm=backward

* streamline private normalization functions

* modify hermitian FFTs

* add review suggestions

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add review suggestions v2 (dict as module const)

* make review suggestions v3

* Apply suggestions from code review

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kwarg option norm=inverse leads to scaling of the transforms
inverse (opposite) to that of the default option norm=None; i.e. the
forward transform is normalized with 1/n whereas the backward one
with 1. The fft routines and their tests have been modified to
reflect the changes; all tests have been passed successfully.

Closes #16126

* modified _unitary, fft &amp; ifft and their tests; tests passed

* modified rfft &amp; irfft and their tests; tests passed

* modified hfft &amp; ihfft and all tests; all modifications are now done

* correction in ihfft; all 79 fft tests passed successfully

* undo unnecessary docstrings changes made in my previous commits

* use norm=forward kwarg value name

* Update numpy/fft/__init__.py

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add code review suggestions

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add default norm=None alias norm=backward

* streamline private normalization functions

* modify hermitian FFTs

* add review suggestions

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;

* add review suggestions v2 (dict as module const)

* make review suggestions v3

* Apply suggestions from code review

Co-authored-by: Leo Fang &lt;leofang@bnl.gov&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Note FFT type promotion (#14912)</title>
<updated>2019-11-15T18:00:23+00:00</updated>
<author>
<name>Daniel Ching</name>
<email>carterbox@users.noreply.github.com</email>
</author>
<published>2019-11-15T18:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b2b45fe9b65db490b84e90fea587c5bb867906eb'/>
<id>b2b45fe9b65db490b84e90fea587c5bb867906eb</id>
<content type='text'>
* DOC: Note FFT type promotion

The NumPy FFT implementation will promote `float32` types to `float64` types. This may not be desired for some applications, but the SciPy implementation supports more data types.

Closes #14892</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Note FFT type promotion

The NumPy FFT implementation will promote `float32` types to `float64` types. This may not be desired for some applications, but the SciPy implementation supports more data types.

Closes #14892</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: clean up numpy/fft/info.py</title>
<updated>2019-09-07T21:52:09+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2019-09-07T19:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0adfbf2e0aeb3dae194e728c3934330092aad208'/>
<id>0adfbf2e0aeb3dae194e728c3934330092aad208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: move pocketfft .py/.so to `_pocketfft`</title>
<updated>2019-09-07T21:52:03+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2019-09-07T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=36e7ad2e3ac248e9589f1aa9ed4238da81c2ed8e'/>
<id>36e7ad2e3ac248e9589f1aa9ed4238da81c2ed8e</id>
<content type='text'>
These aren't public, and should have been added with underscores.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These aren't public, and should have been added with underscores.
</pre>
</div>
</content>
</entry>
<entry>
<title>replace fftpack with pocketfft</title>
<updated>2018-12-25T20:19:08+00:00</updated>
<author>
<name>Martin Reinecke</name>
<email>martin@mpa-garching.mpg.de</email>
</author>
<published>2018-12-25T20:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=062dc8f831e695c2c179482da35affcc6045b4f3'/>
<id>062dc8f831e695c2c179482da35affcc6045b4f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies</title>
<updated>2018-07-02T16:08:48+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-07-01T22:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=11302b66fec3e9f64e0eb77075344acec65d2c0f'/>
<id>11302b66fec3e9f64e0eb77075344acec65d2c0f</id>
<content type='text'>
pytesttester is used by every single subpackage, so making it depend on np.testing just creates cyclic dependencies that can lead to circular imports

Relates to #11457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pytesttester is used by every single subpackage, so making it depend on np.testing just creates cyclic dependencies that can lead to circular imports

Relates to #11457
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Update modules `test` to PytestTester.</title>
<updated>2018-04-04T12:40:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-04-02T21:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cf46d8cd2aa809be44b684ba234880e0aa4befe9'/>
<id>cf46d8cd2aa809be44b684ba234880e0aa4befe9</id>
<content type='text'>
Numpy can now be tested using the standard

    `python -c"import numpy; numpy.test()"`

construct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpy can now be tested using the standard

    `python -c"import numpy; numpy.test()"`

construct.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove "bench" from testing modules `__init__`s.</title>
<updated>2018-03-31T17:08:29+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-29T20:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6126789e4addb609b6c99e46a338f5b0bb6f9be3'/>
<id>6126789e4addb609b6c99e46a338f5b0bb6f9be3</id>
<content type='text'>
The "bench" testing with the old bench files is no longer supported.
These days we use `runtests.py` and `asv`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "bench" testing with the old bench files is no longer supported.
These days we use `runtests.py` and `asv`.
</pre>
</div>
</content>
</entry>
</feed>
