<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/fcompiler, 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>BUG: NameError in numpy.distutils.fcompiler.compaq</title>
<updated>2021-03-03T23:46:17+00:00</updated>
<author>
<name>Michael Lamparski</name>
<email>diagonaldevice@gmail.com</email>
</author>
<published>2021-03-03T23:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4b914538a2fbabe1715493f325ad930735e025c9'/>
<id>4b914538a2fbabe1715493f325ad930735e025c9</id>
<content type='text'>
Fix a simple mistake in commit da0497fdf35 which can produce a NameError when installing numpy in MinGW/MSYS2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a simple mistake in commit da0497fdf35 which can produce a NameError when installing numpy in MinGW/MSYS2.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix detecting Fortran 90+ source format.</title>
<updated>2021-01-18T13:19:46+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-01-18T13:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=26a2f584dc79cb0ef02ca41f4785152b8041c71b'/>
<id>26a2f584dc79cb0ef02ca41f4785152b8041c71b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: regex char class improve</title>
<updated>2020-12-28T18:00:03+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-28T18:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e63001a5701da3c3c1ac29c9e4bbe225f062a653'/>
<id>e63001a5701da3c3c1ac29c9e4bbe225f062a653</id>
<content type='text'>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17906 from fxcoudert/patch-1</title>
<updated>2020-12-12T19:21:34+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2020-12-12T19:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=779613108f2d7a138bf20c8e6c82d9f98e2cde74'/>
<id>779613108f2d7a138bf20c8e6c82d9f98e2cde74</id>
<content type='text'>
BUG: Fix a MacOS build failure</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix a MacOS build failure</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Removed empty String from Nag Compiler's Flags</title>
<updated>2020-12-07T14:38:13+00:00</updated>
<author>
<name>Christos Efstathiou</name>
<email>christos.efstathiou@nag.co.uk</email>
</author>
<published>2020-12-07T14:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=134bfbb08c5e0d75fa1ac6c66cf1c8402c52caf5'/>
<id>134bfbb08c5e0d75fa1ac6c66cf1c8402c52caf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update gnu.py</title>
<updated>2020-12-03T15:44:16+00:00</updated>
<author>
<name>FX Coudert</name>
<email>fxcoudert@gmail.com</email>
</author>
<published>2020-12-03T15:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ccb4c6dbfa6194d1627885e39f81823bce44fc7'/>
<id>1ccb4c6dbfa6194d1627885e39f81823bce44fc7</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 support for fujitsu compiler to numpy. (#17792)</title>
<updated>2020-12-03T13:01:43+00:00</updated>
<author>
<name>Tomoki, Karatsu</name>
<email>49965247+t-karatsu@users.noreply.github.com</email>
</author>
<published>2020-12-03T13:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4950fd10e678faea859fc8d8bd5d7ea9df2007b1'/>
<id>4950fd10e678faea859fc8d8bd5d7ea9df2007b1</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 #17344 from danbeibei/master</title>
<updated>2020-10-09T19:07:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-10-09T19:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=328135c3a355baed063a1ccbb224c9dc1b71a464'/>
<id>328135c3a355baed063a1ccbb224c9dc1b71a464</id>
<content type='text'>
ENH: Support for the NVIDIA HPC SDK nvfortran compiler</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Support for the NVIDIA HPC SDK nvfortran compiler</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix indentation.</title>
<updated>2020-10-09T16:37:46+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-10-09T16:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=55ed4981998ce78496e30752192a9732c3570888'/>
<id>55ed4981998ce78496e30752192a9732c3570888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update numpy/distutils/fcompiler/nv.py</title>
<updated>2020-10-02T13:57:18+00:00</updated>
<author>
<name>danbeibei</name>
<email>57632244+danbeibei@users.noreply.github.com</email>
</author>
<published>2020-10-02T13:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f691175d8fd836d1f65f95db4774370cc1ec3a88'/>
<id>f691175d8fd836d1f65f95db4774370cc1ec3a88</id>
<content type='text'>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
