<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing, branch v1.17.0rc2</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>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>MAINT: Misc. typo fixes (#13664)</title>
<updated>2019-05-31T07:13:33+00:00</updated>
<author>
<name>luzpaz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2019-05-31T07:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0c70787c04d7b0febacb14edfe214cb68d87b6c3'/>
<id>0c70787c04d7b0febacb14edfe214cb68d87b6c3</id>
<content type='text'>
* DOC, MAINT: Misc. typo fixes

Found via `codespell`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC, MAINT: Misc. typo fixes

Found via `codespell`
</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>Merge pull request #13518 from hmaarrfk/faster_array_compare</title>
<updated>2019-05-13T02:09:25+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-05-13T02:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0a4d842b26c107f23fdf0217649b27c6f0ca8041'/>
<id>0a4d842b26c107f23fdf0217649b27c6f0ca8041</id>
<content type='text'>
MAINT: implement assert_array_compare without converting array to python list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: implement assert_array_compare without converting array to python list</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that reduced is a 1D array</title>
<updated>2019-05-12T17:03:22+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2019-05-12T17:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=366f9b8fc3dbc92baf7c5ba82a44b3fdb72e863d'/>
<id>366f9b8fc3dbc92baf7c5ba82a44b3fdb72e863d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup: address eric-wieser's comments</title>
<updated>2019-05-12T16:57:55+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2019-05-12T16:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c3411a334d8a46b46d3148b96ecb4dfcd4e3c7b'/>
<id>8c3411a334d8a46b46d3148b96ecb4dfcd4e3c7b</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 #13482 from mattip/durations</title>
<updated>2019-05-11T17:29:07+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-05-11T17:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d38d4507ac015d7994c42318868987bf414fab78'/>
<id>d38d4507ac015d7994c42318868987bf414fab78</id>
<content type='text'>
TEST: add duration report to tests, speed up two outliers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TEST: add duration report to tests, speed up two outliers</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>
</feed>
