<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing, 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>ENH: update BLAS symbol suffix/prefix handling in cblasfuncs &amp; linalg</title>
<updated>2019-12-15T20:43:53+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-07T12:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=971253a3fd097cb708b74df91fdae7134f7ef98f'/>
<id>971253a3fd097cb708b74df91fdae7134f7ef98f</id>
<content type='text'>
Revise the BLAS name mangling to support the general scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revise the BLAS name mangling to support the general scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15112 from charris/backport-15052</title>
<updated>2019-12-15T20:19:04+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-12-15T20:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1023462ffdde74336f698eb75345b19620ed3d00'/>
<id>1023462ffdde74336f698eb75345b19620ed3d00</id>
<content type='text'>
MAINT: follow-up cleanup for blas64 PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: follow-up cleanup for blas64 PR</pre>
</div>
</content>
</entry>
<entry>
<title>TST: testing: check requires_memory immediately before the test + ignore MemoryErrors</title>
<updated>2019-12-15T17:26:40+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-07T21:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=763870cd0a1aa4988e50d0cfaa1d44f521cd221d'/>
<id>763870cd0a1aa4988e50d0cfaa1d44f521cd221d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix up issues in requires_memory decorator</title>
<updated>2019-12-15T17:14:42+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-04T18:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=efadd57bcb00e3956d661137475c120fab1401d6'/>
<id>efadd57bcb00e3956d661137475c120fab1401d6</id>
<content type='text'>
Fix wrong multiplier for /proc/meminfo, and do style cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong multiplier for /proc/meminfo, and do style cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: linalg: add smoke test for 64-bit blas</title>
<updated>2019-12-01T14:37:50+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-01T13:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d57739d3152c366a43f0d17694e2ea8d5db142d7'/>
<id>d57739d3152c366a43f0d17694e2ea8d5db142d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add pytest machinery to specify memory requirements for tests</title>
<updated>2019-12-01T14:37:50+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-01T12:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2ae28b0df570768c9c685e8ba8ee71c4717c902a'/>
<id>2ae28b0df570768c9c685e8ba8ee71c4717c902a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)</title>
<updated>2019-11-22T00:07:38+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-11-22T00:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5923592155fa9301dfbdcc2b2b92972ea796dcc4'/>
<id>5923592155fa9301dfbdcc2b2b92972ea796dcc4</id>
<content type='text'>
`np.datetime('NaT')` should behave more like `float('Nan')`. 
Add needed infrastructure so `np.isinf(a)` and `np.isnan(a)`
will run on `datetime64` and `timedelta64` dtypes.
Also added specific loops for `numpy.fmin` and `numpy.fmax`
that mask `NaT`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`np.datetime('NaT')` should behave more like `float('Nan')`. 
Add needed infrastructure so `np.isinf(a)` and `np.isnan(a)`
will run on `datetime64` and `timedelta64` dtypes.
Also added specific loops for `numpy.fmin` and `numpy.fmax`
that mask `NaT`.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: testing: Note handling of scalars in assert_array_equal and assert_equal.</title>
<updated>2019-11-20T17:15:37+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2019-11-20T17:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=502e780e154a48f709544cf8812507c20fbf629b'/>
<id>502e780e154a48f709544cf8812507c20fbf629b</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 #14567 from rgommers/fix-publicapi-test</title>
<updated>2019-09-21T17:24:05+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-09-21T17:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=759445543e7bb915f361d84660c2b92e4e04c384'/>
<id>759445543e7bb915f361d84660c2b92e4e04c384</id>
<content type='text'>
DEP: remove deprecated (and private) numpy.testing submodules.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: remove deprecated (and private) numpy.testing submodules.</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: remove deprecate (and private) numpy.testing submodules.</title>
<updated>2019-09-21T13:24:44+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2019-09-21T12:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d8b1a87e4bea9acbdfac0e41d3a02a6b14f5961e'/>
<id>d8b1a87e4bea9acbdfac0e41d3a02a6b14f5961e</id>
<content type='text'>
Removes these files that were deprecated since 1.15.0:

- numpy/testing/decorators.py
- numpy/testing/noseclasses.py
- numpy/testing/nosetester.py

This also resolves a failure in the recently introduced tests
in `test_public_api.py` (see gh-14454).  Closes gh-14566
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes these files that were deprecated since 1.15.0:

- numpy/testing/decorators.py
- numpy/testing/noseclasses.py
- numpy/testing/nosetester.py

This also resolves a failure in the recently introduced tests
in `test_public_api.py` (see gh-14454).  Closes gh-14566
</pre>
</div>
</content>
</entry>
</feed>
