<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/linalg, branch dependabot/pip/gitpython-3.1.14</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>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>
<entry>
<title>Update numpy/linalg/linalg.py</title>
<updated>2020-11-20T14:15:18+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-11-20T14:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ad74fb975f0479879582d12e8026afc2d3f9380'/>
<id>7ad74fb975f0479879582d12e8026afc2d3f9380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update linalg.py</title>
<updated>2020-11-20T12:10:36+00:00</updated>
<author>
<name>Alex Leontiev</name>
<email>alozz1991@gmail.com</email>
</author>
<published>2020-11-20T12:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=86c0f9ad16aec5b359e6d1b4f1e71159008f06f8'/>
<id>86c0f9ad16aec5b359e6d1b4f1e71159008f06f8</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 an issue where `.pyi` weren't picked up by numpy sub-packages</title>
<updated>2020-11-03T14:08:38+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-11-03T14:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99051b40de3b77c166a24250df3fd38689aa412e'/>
<id>99051b40de3b77c166a24250df3fd38689aa412e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix small bug in make_lite.py.</title>
<updated>2020-11-01T22:44:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-10-28T01:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dbe23fd71261940d0919071d72d579aa2c831603'/>
<id>dbe23fd71261940d0919071d72d579aa2c831603</id>
<content type='text'>
Flagged by LGTM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Flagged by LGTM.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert some strings to fstrigns</title>
<updated>2020-10-24T16:56:42+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-24T16:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aec05765b07ed925add22120aaf9a9e9f7e51d1a'/>
<id>aec05765b07ed925add22120aaf9a9e9f7e51d1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
