<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests, branch main</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>BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)</title>
<updated>2023-05-13T06:05:07+00:00</updated>
<author>
<name>Nathan Goldbaum</name>
<email>nathan.goldbaum@gmail.com</email>
</author>
<published>2023-05-13T06:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=25908cacd19915bf3ddd659c28be28a41bd97a54'/>
<id>25908cacd19915bf3ddd659c28be28a41bd97a54</id>
<content type='text'>
* BUG: properly handle tuple keys in NpZFile.__getitem__

* TST: test tuple rendering specifically.

---------

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: properly handle tuple keys in NpZFile.__getitem__

* TST: test tuple rendering specifically.

---------

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add tests for numpy.quantile (#23129)</title>
<updated>2023-04-28T11:34:53+00:00</updated>
<author>
<name>Christian Lorentzen</name>
<email>lorentzen.ch@gmail.com</email>
</author>
<published>2023-04-28T11:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=30c047cdb2e0c0b233e5dc3b61c081ce1f6df3d3'/>
<id>30c047cdb2e0c0b233e5dc3b61c081ce1f6df3d3</id>
<content type='text'>
This PR adds additional tests for quantiles:

1. Identification equation $E[V(q, Y)] = 0$
2. Adding a constant $c &gt; 0$: $q(c + Y) = c + q(Y)$
3. Multiplying by a constant $c &gt; 0$: $q(c \cdot Y) = c \cdot q(y)$
4. Multiplying by $-1$: $q_{\alpha}(-Y) = -q_{1-\alpha}(Y)$

(Note by seberg as reviewer: These tests are fairly complex, but may be useful for future development.  But if they seem too complicated, they are probably not really vital and could be shortened or removed.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR adds additional tests for quantiles:

1. Identification equation $E[V(q, Y)] = 0$
2. Adding a constant $c &gt; 0$: $q(c + Y) = c + q(Y)$
3. Multiplying by a constant $c &gt; 0$: $q(c \cdot Y) = c \cdot q(y)$
4. Multiplying by $-1$: $q_{\alpha}(-Y) = -q_{1-\alpha}(Y)$

(Note by seberg as reviewer: These tests are fairly complex, but may be useful for future development.  But if they seem too complicated, they are probably not really vital and could be shortened or removed.)</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: ``__repr__`` for NpzFile object (#23357)</title>
<updated>2023-04-06T10:34:33+00:00</updated>
<author>
<name>Ganesh Kathiresan</name>
<email>ganesh3597@gmail.com</email>
</author>
<published>2023-04-06T10:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=be0e502e47b72db8fbd52ab40124fcb07d45936f'/>
<id>be0e502e47b72db8fbd52ab40124fcb07d45936f</id>
<content type='text'>
Improves the repr to include information about the arrays contained, e.g.:

   &gt;&gt;&gt; npzfile = np.load('arr.npz')
   &gt;&gt;&gt; npzfile
   NpzFile 'arr.npz' with keys arr_0, arr_1, arr_2, arr_3, arr_4...

closes #23319

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improves the repr to include information about the arrays contained, e.g.:

   &gt;&gt;&gt; npzfile = np.load('arr.npz')
   &gt;&gt;&gt; npzfile
   NpzFile 'arr.npz' with keys arr_0, arr_1, arr_2, arr_3, arr_4...

closes #23319

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed failing tests</title>
<updated>2023-04-02T03:11:26+00:00</updated>
<author>
<name>Matteo Raso</name>
<email>matteo_luigi_raso@protonmail.com</email>
</author>
<published>2023-04-02T03:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f283fe07eb302df130c5dafaf07d06a8fb9c34fd'/>
<id>f283fe07eb302df130c5dafaf07d06a8fb9c34fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed docstring test</title>
<updated>2023-04-02T01:51:59+00:00</updated>
<author>
<name>Matteo Raso</name>
<email>matteo_luigi_raso@protonmail.com</email>
</author>
<published>2023-04-02T01:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cf07cd7c715d42913c4d92d0a8bef128fd2e8367'/>
<id>cf07cd7c715d42913c4d92d0a8bef128fd2e8367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed edge case where pyfunc has no attribute `__name__`</title>
<updated>2023-04-02T01:45:16+00:00</updated>
<author>
<name>Matteo Raso</name>
<email>matteo_luigi_raso@protonmail.com</email>
</author>
<published>2023-04-02T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dfaa72d72453b8738ec711180e03da824651e46b'/>
<id>dfaa72d72453b8738ec711180e03da824651e46b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "ENH: Enabled the use of numpy.vectorize as a decorator"</title>
<updated>2023-03-27T06:36:25+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-03-27T06:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1732410f51293e4c5f63dcf162d9f1d417335a'/>
<id>ed1732410f51293e4c5f63dcf162d9f1d417335a</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 #23061 from MatteoRaso/vectorize</title>
<updated>2023-03-26T05:44:02+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-03-26T05:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1915e33df68ea3367fee8026f017178a3cf425c6'/>
<id>1915e33df68ea3367fee8026f017178a3cf425c6</id>
<content type='text'>
ENH: Enabled the use of numpy.vectorize as a decorator</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Enabled the use of numpy.vectorize as a decorator</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var</title>
<updated>2023-03-12T22:31:28+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2023-03-12T22:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1da1663196c95b3811ca84d9e335f32cfeb05e32'/>
<id>1da1663196c95b3811ca84d9e335f32cfeb05e32</id>
<content type='text'>
As discussed in
https://mail.python.org/archives/list/numpy-discussion@python.org/thread/UKZJACAP5FUG7KP2AQDPE4P5ADNWLOHZ/

This flag was always meant to be temporary, and cleaning it up is
long overdue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in
https://mail.python.org/archives/list/numpy-discussion@python.org/thread/UKZJACAP5FUG7KP2AQDPE4P5ADNWLOHZ/

This flag was always meant to be temporary, and cleaning it up is
long overdue.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: expire deprecation for "y as out" in fix/isposinf/isneginf</title>
<updated>2023-03-12T22:10:11+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2023-03-12T21:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac6233b03df6562453ebda984f565f603e726710'/>
<id>ac6233b03df6562453ebda984f565f603e726710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
