<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft/_pocketfft.py, branch meson</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: Update some plotting code to current Matplotlib idioms</title>
<updated>2021-03-21T21:32:52+00:00</updated>
<author>
<name>Tim Hoffmann</name>
<email>2836374+timhoffm@users.noreply.github.com</email>
</author>
<published>2021-03-20T02:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bfb5e9f3450b5ecc19c1093b3f09e61037588ede'/>
<id>bfb5e9f3450b5ecc19c1093b3f09e61037588ede</id>
<content type='text'>
- 3D Axes are created via add_subplot(projection='3d')
- There is now a `stairs()` function that's specifically designed for
  showing histogram curves
- Labels should be passed as keyword arguments to the plot functions
  instead of to `legend()`, which reduces the risk of mixing them up.
- ensure equal axis scaling in the meshgrid example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 3D Axes are created via add_subplot(projection='3d')
- There is now a `stairs()` function that's specifically designed for
  showing histogram curves
- Labels should be passed as keyword arguments to the plot functions
  instead of to `legend()`, which reduces the risk of mixing them up.
- ensure equal axis scaling in the meshgrid example
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added Chain exceptions where appropriate (#18400)</title>
<updated>2021-03-18T23:15:07+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-03-18T23:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb71c43d45c0ad6e14db97a51e317b771f6a9ebb'/>
<id>cb71c43d45c0ad6e14db97a51e317b771f6a9ebb</id>
<content type='text'>
* Added chain exception in _pocketfft.py

* Added chain exception in format.py

* Added chain exception in make_lite.py

* Added chain exception in mrecords.py

* added from e for exceptions

* Minor update for _read_array_header exception msg

* Removed \n from excp msg and e from msg format.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Update numpy/linalg/lapack_lite/make_lite.py

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added chain exception in _pocketfft.py

* Added chain exception in format.py

* Added chain exception in make_lite.py

* Added chain exception in mrecords.py

* added from e for exceptions

* Minor update for _read_array_header exception msg

* Removed \n from excp msg and e from msg format.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Update numpy/linalg/lapack_lite/make_lite.py

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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: Clarify input to irfft/irfft2/irfftn (#16950)</title>
<updated>2020-07-29T19:38:27+00:00</updated>
<author>
<name>Bharat Raghunathan</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2020-07-29T19:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6f673997393448454370b3d70043adcd3428e42e'/>
<id>6f673997393448454370b3d70043adcd3428e42e</id>
<content type='text'>
* DOC: Clarify input to irfft/irfft2/irfftn
* DOC: Update see also link with rfft</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Clarify input to irfft/irfft2/irfftn
* DOC: Update see also link with rfft</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>DOC: Add missing bracket (gh-16051)</title>
<updated>2020-04-25T15:33:48+00:00</updated>
<author>
<name>Chunlin</name>
<email>fangchunlin@huawei.com</email>
</author>
<published>2020-04-25T15:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6ee49178517088966e63c2aedf6a8a5779ad5384'/>
<id>6ee49178517088966e63c2aedf6a8a5779ad5384</id>
<content type='text'>
Add missing closing brackets, script to generate the list in the PR gh-16051.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing closing brackets, script to generate the list in the PR gh-16051.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Pull identical line out of conditional.</title>
<updated>2020-02-23T04:26:11+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-02-23T04:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d6ddc686348da34eb429e5f2423806eae6ad443b'/>
<id>d6ddc686348da34eb429e5f2423806eae6ad443b</id>
<content type='text'>
There was an identical statement in both possible branches of
a conditional.

Moved statement out of conditional to eliminate one
repititious LOC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an identical statement in both possible branches of
a conditional.

Moved statement out of conditional to eliminate one
repititious LOC
</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>
</feed>
