<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/linalg, branch v1.21.4</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: xfail `TestCond.test_nan` unconditionally</title>
<updated>2021-05-08T13:19:21+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-05-08T12:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=acf249e0c663f148ee6389327f0b35298fc14833'/>
<id>acf249e0c663f148ee6389327f0b35298fc14833</id>
<content type='text'>
This is happening on too many build configurations, and it's not
completely clear if it's just an OpenBLAS version or also depends
on something else. Reported as happening mostly on macOS, but
also on Fedora.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is happening on too many build configurations, and it's not
completely clear if it's just an OpenBLAS version or also depends
on something else. Reported as happening mostly on macOS, but
also on Fedora.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18874 from Matthew-Badin/enable-accelerate</title>
<updated>2021-05-04T21:31:41+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-05-04T21:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a59973902c6706cfc4e6958e69e9a9b33db333fb'/>
<id>a59973902c6706cfc4e6958e69e9a9b33db333fb</id>
<content type='text'>
BLD, ENH: Enable Accelerate Framework</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLD, ENH: Enable Accelerate Framework</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Enable Accelerate Framework</title>
<updated>2021-04-29T00:20:11+00:00</updated>
<author>
<name>Matthew Badin</name>
<email>mbadin@apple.com</email>
</author>
<published>2021-04-28T23:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e28da7a3d50862fa99b8b704d60fc6543b5af631'/>
<id>e28da7a3d50862fa99b8b704d60fc6543b5af631</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 improved placeholder annotations for `np.linalg`</title>
<updated>2021-04-26T11:47:17+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-04-23T14:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=775d243be65f36564580ed5fcf038f384c61ce4d'/>
<id>775d243be65f36564580ed5fcf038f384c61ce4d</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 `__all__` to a number of public modules</title>
<updated>2021-04-15T12:45:50+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-04-15T12:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cfbcd38558045197eded5cb84b8c8fe006a77480'/>
<id>cfbcd38558045197eded5cb84b8c8fe006a77480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>See #15986. Chain exceptions in linalg</title>
<updated>2021-02-01T02:56:46+00:00</updated>
<author>
<name>tautaus</name>
<email>sunt9751@gmail.com</email>
</author>
<published>2021-02-01T02:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b62ffc5a3584f6f946b7fbc37336d2cd63ea943d'/>
<id>b62ffc5a3584f6f946b7fbc37336d2cd63ea943d</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 #18062 from krnilo/add-lstsq-details</title>
<updated>2020-12-31T00:35:20+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-31T00:35:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31647f1b3e56c2f2a471cd2c3a583311534173f8'/>
<id>31647f1b3e56c2f2a471cd2c3a583311534173f8</id>
<content type='text'>
DOC: add missing details to linalg.lstsq docstring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: add missing details to linalg.lstsq docstring</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Add spaces around '-'.</title>
<updated>2020-12-30T23:32:49+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-30T23:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=860c8b82939d1535351f7b651c284a55efe21b10'/>
<id>860c8b82939d1535351f7b651c284a55efe21b10</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add missing details to linalg.lstsq docstring</title>
<updated>2020-12-30T19:09:08+00:00</updated>
<author>
<name>Nilo Kruchelski</name>
<email>42773210+krnilo@users.noreply.github.com</email>
</author>
<published>2020-12-30T19:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c755c91d124ab41616832a26fa2da8205f74aaf5'/>
<id>c755c91d124ab41616832a26fa2da8205f74aaf5</id>
<content type='text'>
It turns out that lstsq also minimizes the 2-norm of x when a is
rank-deficient. I found that by searching the documentation for the
LAPACK library, which is the current implementation of lstsq (as of Dec
2020). Ref: https://www.netlib.org/lapack/lug/node27.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that lstsq also minimizes the 2-norm of x when a is
rank-deficient. I found that by searching the documentation for the
LAPACK library, which is the current implementation of lstsq (as of Dec
2020). Ref: https://www.netlib.org/lapack/lug/node27.html
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: multiline regex class simplify</title>
<updated>2020-12-29T15:36:29+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-29T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=74249e3f8593df5f5af0f8c0888cbfbc9c480658'/>
<id>74249e3f8593df5f5af0f8c0888cbfbc9c480658</id>
<content type='text'>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</pre>
</div>
</content>
</entry>
</feed>
