<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch v1.20.1</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>Merge pull request #18351 from charris/backport-18350</title>
<updated>2021-02-07T09:21:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-07T09:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e3df3fe2dce536c9f2905749dd65bb3ad34353e'/>
<id>3e3df3fe2dce536c9f2905749dd65bb3ad34353e</id>
<content type='text'>
BUG: Fix missing signed_char dependency. Closes #18335.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix missing signed_char dependency. Closes #18335.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18356 from charris/backport-18072</title>
<updated>2021-02-07T09:20:49+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-07T09:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=284387ae73d92faddaf5bbf771ecf130cac2575b'/>
<id>284387ae73d92faddaf5bbf771ecf130cac2575b</id>
<content type='text'>
MAINT: crackfortran regex simplify</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: crackfortran regex simplify</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18357 from charris/backport-18180</title>
<updated>2021-02-07T09:20:21+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-07T09:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=224a34b3cd92d79dbaf501d40111b2f2bdb9d44d'/>
<id>224a34b3cd92d79dbaf501d40111b2f2bdb9d44d</id>
<content type='text'>
BUG: threads.h existence test requires GLIBC &gt; 2.12. </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: threads.h existence test requires GLIBC &gt; 2.12. </pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix missing signed_char dependency. Closes #18335.</title>
<updated>2021-02-07T03:33:43+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-06T22:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f6739719f6a6da6dfac9228f911a4ea02bedc537'/>
<id>f6739719f6a6da6dfac9228f911a4ea02bedc537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: PR 18072 revisions</title>
<updated>2021-02-07T02:15:47+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-26T23:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c181a403d5d36b13c6f8c4e65537a25c4436ca71'/>
<id>c181a403d5d36b13c6f8c4e65537a25c4436ca71</id>
<content type='text'>
* `name_match` regular expression now starts by
matching a letter only, based on reviewer
feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `name_match` regular expression now starts by
matching a letter only, based on reviewer
feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: crackfortran regex simplify</title>
<updated>2021-02-07T02:15:28+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-25T17:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6750eca1da5cf1cd8859a2f21c658b34555190ba'/>
<id>6750eca1da5cf1cd8859a2f21c658b34555190ba</id>
<content type='text'>
* remove extraneous character class markers used in
`crackline_re_1`: `\w` and `=` on their own have no
benefit to character class `[]` inclusion

* `name_match` has a character class that can be
simplified because `\w` metacharacter already
encompasses the digit metacharacter and the
underscore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove extraneous character class markers used in
`crackline_re_1`: `\w` and `=` on their own have no
benefit to character class `[]` inclusion

* `name_match` has a character class that can be
simplified because `\w` metacharacter already
encompasses the digit metacharacter and the
underscore
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: threads.h existence test requires GLIBC &gt; 2.12. (#18180)</title>
<updated>2021-02-07T02:11:17+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T18:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45a6ec0101da70456b5755063853760ce2a04175'/>
<id>45a6ec0101da70456b5755063853760ce2a04175</id>
<content type='text'>
* defined(__STDC_NO_THREADS__) can be trusted only when using glibc &gt; 2.12

* Add __GLIBC__ defined check.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* defined(__STDC_NO_THREADS__) can be trusted only when using glibc &gt; 2.12

* Add __GLIBC__ defined check.</pre>
</div>
</content>
</entry>
<entry>
<title>Applied reviewers comments: add ident</title>
<updated>2021-02-07T02:00:52+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T19:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=48ba4dd97fdcd9cd6052fcebc2c9c9181401a098'/>
<id>48ba4dd97fdcd9cd6052fcebc2c9c9181401a098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply reviewer comments.</title>
<updated>2021-02-07T02:00:52+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T11:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f7246f7e890b4a794a6a87ff36fea76f984b37ee'/>
<id>f7246f7e890b4a794a6a87ff36fea76f984b37ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply reviewers comments.</title>
<updated>2021-02-07T02:00:52+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-19T09:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=703bfe2267dfa45ec9b334942135ca284ec86612'/>
<id>703bfe2267dfa45ec9b334942135ca284ec86612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
