<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/tests, branch v1.18.0</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>a separate test for scalars base on review comments</title>
<updated>2019-09-08T15:32:58+00:00</updated>
<author>
<name>Maxwell Aladago</name>
<email>maxwell.aladago@gmail.com</email>
</author>
<published>2019-09-08T15:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e75bec894ad5ef231ed912fc9b943d3a4fc327f'/>
<id>3e75bec894ad5ef231ed912fc9b943d3a4fc327f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding tests</title>
<updated>2019-09-06T21:10:38+00:00</updated>
<author>
<name>Maxwell Aladago</name>
<email>maxwell.aladago@gmail.com</email>
</author>
<published>2019-09-06T21:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df85cd664b36c34f314e23f629d1ad53458468f7'/>
<id>df85cd664b36c34f314e23f629d1ad53458468f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)</title>
<updated>2019-09-05T14:20:13+00:00</updated>
<author>
<name>CakeWithSteak</name>
<email>37267737+CakeWithSteak@users.noreply.github.com</email>
</author>
<published>2019-09-05T14:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3dccd841476d26b5807156b904b55c04c6a3d370'/>
<id>3dccd841476d26b5807156b904b55c04c6a3d370</id>
<content type='text'>
Fixed maximum relative error reporting in assert_allclose:

In cases where the two arrays have zeros at the same positions it will
no longer report nan as the max relative error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed maximum relative error reporting in assert_allclose:

In cases where the two arrays have zeros at the same positions it will
no longer report nan as the max relative error</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improve mismatch message of np.testing.assert_array_equal (#14203)</title>
<updated>2019-08-15T09:00:04+00:00</updated>
<author>
<name>Tim Hoffmann</name>
<email>2836374+timhoffm@users.noreply.github.com</email>
</author>
<published>2019-08-15T09:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4b95b70eba7a721f1f4f4b7f7988ba06eda2bf89'/>
<id>4b95b70eba7a721f1f4f4b7f7988ba06eda2bf89</id>
<content type='text'>
The original message included "Mismatch: 33.3%". It's not obvious what this
percentage means. This commit changes the text to
"Mismatched elements: 1 / 3 (33.3%)".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original message included "Mismatch: 33.3%". It's not obvious what this
percentage means. This commit changes the text to
"Mismatched elements: 1 / 3 (33.3%)".</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Ignore DeprecationWarning during nose imports</title>
<updated>2019-06-29T04:56:18+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-06-29T04:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=402daf2dff1560aa6689f61d9f0f5364d9be15ad'/>
<id>402daf2dff1560aa6689f61d9f0f5364d9be15ad</id>
<content type='text'>
Nose is outdated and causes a DeprecationWarning during import,
a change in pytest seems to now trip over the warning, so ignore
it (in a slightly ugly manner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nose is outdated and causes a DeprecationWarning during import,
a change in pytest seems to now trip over the warning, so ignore
it (in a slightly ugly manner)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13627 from shoyer/revert-nep18-impl</title>
<updated>2019-05-28T06:59:45+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-05-28T06:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ab439ecf59da8e41140866fa03b7353789a3029f'/>
<id>ab439ecf59da8e41140866fa03b7353789a3029f</id>
<content type='text'>
MAINT: revert __skip_array_function__ from NEP-18</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: revert __skip_array_function__ from NEP-18</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: special case object arrays when printing rel-, abs-error</title>
<updated>2019-05-27T17:50:29+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-05-27T17:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0d3d1b172b7f4c4775cd12138ec56edfac8a6dc2'/>
<id>0d3d1b172b7f4c4775cd12138ec56edfac8a6dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fixes tests with __array_function__ disabled</title>
<updated>2019-05-26T19:04:44+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@google.com</email>
</author>
<published>2019-05-26T19:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9216a1dd5391013bf0670bb3d9d07ef68c3b7d66'/>
<id>9216a1dd5391013bf0670bb3d9d07ef68c3b7d66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TEST: tweak two slow tests to speed them up</title>
<updated>2019-05-11T16:36:10+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-05-06T12:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=92d74d04ef5de9dfa7f5c91cdb742f5e9a318bc5'/>
<id>92d74d04ef5de9dfa7f5c91cdb742f5e9a318bc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: __array_function__ updates for NumPy 1.17.0</title>
<updated>2019-01-22T22:13:39+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@google.com</email>
</author>
<published>2019-01-22T22:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=96d179ce5bd0e3f75508f6afdfb2fb65170cc83c'/>
<id>96d179ce5bd0e3f75508f6afdfb2fb65170cc83c</id>
<content type='text'>
- Always enable __array_function__ overrides.
- Remove special cases for Python 2 compatibility.
- Document these changes in 1.17.0-notes.rst.

It will be good to see ASV numbers to understand the performance implications
of these changes. If need be, we can speed up NumPy functions internally by
using non-dispatched functions (with ``.__wrapped__``).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Always enable __array_function__ overrides.
- Remove special cases for Python 2 compatibility.
- Document these changes in 1.17.0-notes.rst.

It will be good to see ASV numbers to understand the performance implications
of these changes. If need be, we can speed up NumPy functions internally by
using non-dispatched functions (with ``.__wrapped__``).
</pre>
</div>
</content>
</entry>
</feed>
