<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/linalg/tests, branch v1.16.5</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>MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)</title>
<updated>2018-12-06T19:05:08+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@pm.me</email>
</author>
<published>2018-12-06T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45cef38cda80868355a920b5e94211dcf662ea07'/>
<id>45cef38cda80868355a920b5e94211dcf662ea07</id>
<content type='text'>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12215 from tylerjereddy/linalg_lstsq_dim_check</title>
<updated>2018-11-01T23:07:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-11-01T23:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb3736099ae0b5e329909a2789f9c5d87cf2cafd'/>
<id>cb3736099ae0b5e329909a2789f9c5d87cf2cafd</id>
<content type='text'>
TST: test dims match on lstsq()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: test dims match on lstsq()</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add test for tensorinv()</title>
<updated>2018-10-26T16:42:53+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-10-18T20:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e9b1fb1c8f0abb6aa27b223d969b2f0797f77235'/>
<id>e9b1fb1c8f0abb6aa27b223d969b2f0797f77235</id>
<content type='text'>
* tensorinv() was previously completely
uncovered by unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tensorinv() was previously completely
uncovered by unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: test dims match on lstsq().</title>
<updated>2018-10-18T20:32:58+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-10-18T20:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7c8ecbf355c45b6ffacf8ff1c1cf2f21a3636370'/>
<id>7c8ecbf355c45b6ffacf8ff1c1cf2f21a3636370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: test multi_dot with 2 arrays</title>
<updated>2018-10-16T18:30:39+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-10-16T18:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c1ee3d86a23aced31e8f3b02ad93dd6509c28e59'/>
<id>c1ee3d86a23aced31e8f3b02ad93dd6509c28e59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: prefer pytest.skip() over SkipTest</title>
<updated>2018-09-21T20:56:16+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-09-21T20:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f531cfd97a99ac8b534fff479e3388888319a606'/>
<id>f531cfd97a99ac8b534fff479e3388888319a606</id>
<content type='text'>
* replace most usage of SkipTest() with
pytest.skip()

* where possible, we avoid use of the standard
library SkipTest because unittest skipping
is routed through the pytest nose compatibility
layer in that scenario, which can prevent an easy
trace back to the test line where the skip
occurred
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replace most usage of SkipTest() with
pytest.skip()

* where possible, we avoid use of the standard
library SkipTest because unittest skipping
is routed through the pytest nose compatibility
layer in that scenario, which can prevent an easy
trace back to the test line where the skip
occurred
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Parametrize some linalg tests over types.</title>
<updated>2018-09-06T08:36:36+00:00</updated>
<author>
<name>Elliott Sales de Andrade</name>
<email>quantum.analyst@gmail.com</email>
</author>
<published>2018-09-06T08:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6af54ed12b21b34eb6b8d5ccf0b92a3534d8c0f2'/>
<id>6af54ed12b21b34eb6b8d5ccf0b92a3534d8c0f2</id>
<content type='text'>
When code does:
```python
def test():
    def check(dtype):
        # code
    for dtype in [types]:
        check(dtype)
```
replace it with:
```python
@pytest.mark.parametrize('dtype', [types])
def test(dtype):
    # code
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When code does:
```python
def test():
    def check(dtype):
        # code
    for dtype in [types]:
        check(dtype)
```
replace it with:
```python
@pytest.mark.parametrize('dtype', [types])
def test(dtype):
    # code
```
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: reformat line spacing before test methods</title>
<updated>2018-08-19T08:27:46+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-08-19T08:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da0727912ef179f5491412f737292f12844a8a6f'/>
<id>da0727912ef179f5491412f737292f12844a8a6f</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 #11691 from charris/fix_matrix_power_regression</title>
<updated>2018-08-09T06:54:01+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-08-09T06:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e079e33d5c2f20350de200a38c07b367910da277'/>
<id>e079e33d5c2f20350de200a38c07b367910da277</id>
<content type='text'>
BUG: Make matrix_power again work for object arrays.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Make matrix_power again work for object arrays.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Make matrix_power again work for object arrays.</title>
<updated>2018-08-08T20:58:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-08-08T20:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b080c5b7a7cf1c0da91e6c0ecb1fdd490b45ce5c'/>
<id>b080c5b7a7cf1c0da91e6c0ecb1fdd490b45ce5c</id>
<content type='text'>
This fixes a regression introduced in #10985. Using matmul instead of
dot lost the object type while adding the ability to deal with matrix
stacks. This implements a partial fix by using dot for 2-D object
arrays, but object array stacks cannot be handled.

Closes #11635.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced in #10985. Using matmul instead of
dot lost the object type while adding the ability to deal with matrix
stacks. This implements a partial fix by using dot for 2-D object
arrays, but object array stacks cannot be handled.

Closes #11635.
</pre>
</div>
</content>
</entry>
</feed>
