<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils, branch master</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BUG: Fix non-versioneer uses</title>
<updated>2021-02-25T18:06:07+00:00</updated>
<author>
<name>Eric Larson</name>
<email>larson.eric.d@gmail.com</email>
</author>
<published>2021-02-25T18:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8faae9d5fad6a8342b21deed1dcbecaaa9a32711'/>
<id>8faae9d5fad6a8342b21deed1dcbecaaa9a32711</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove dummy_threading</title>
<updated>2021-02-11T14:47:42+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-11T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ab5bc96953995740e755027f1264ddfc3ddea895'/>
<id>ab5bc96953995740e755027f1264ddfc3ddea895</id>
<content type='text'>
Threading is guaranteed to be supported in Python 3.7+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Threading is guaranteed to be supported in Python 3.7+
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: improve failure message when compiler is unavailable</title>
<updated>2021-02-09T13:06:10+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-02-09T13:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8468f9f1b51d3dc64c80020ff69c3a7e08f3aa84'/>
<id>8468f9f1b51d3dc64c80020ff69c3a7e08f3aa84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: doc-deprecate BLAS_SRC/LAPACK_SRC</title>
<updated>2021-02-06T21:12:49+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-02-06T21:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c78e4f69a60e81e5e0e0bda6b950440afc737222'/>
<id>c78e4f69a60e81e5e0e0bda6b950440afc737222</id>
<content type='text'>
Building BLAS and LAPACK from sources in a NumPy build makes
very little sense in 2021. Therefore remove the documentation
for this from `site.cfg.example`, and doc-deprecate it in
`distutils/system_info.py`.

It's hard to properly deprecate and not worth doing, just
de-emphasizing is enough.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building BLAS and LAPACK from sources in a NumPy build makes
very little sense in 2021. Therefore remove the documentation
for this from `site.cfg.example`, and doc-deprecate it in
`distutils/system_info.py`.

It's hard to properly deprecate and not worth doing, just
de-emphasizing is enough.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: don't mutate list of fake libraries while iterating over it (#18295)</title>
<updated>2021-02-04T19:13:39+00:00</updated>
<author>
<name>Nicholas McKibben</name>
<email>nicholas.bgp@gmail.com</email>
</author>
<published>2021-02-04T19:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d3763198673ffc1092539041b8bd23134ae22bee'/>
<id>d3763198673ffc1092539041b8bd23134ae22bee</id>
<content type='text'>
* BUG: don't mutate list of fake libraries while iterating over it

* BUG: iterate over copy of list

* TST: add build test for build_ext fix (#1)

* TST: add build test for build_ext fix

* TST: clearer test name

* STY: use triple quotes instead of lists of strings

* FIX: check for f77 compiler before test is run

* DOC: add comment explaining that a list copy is necessary</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: don't mutate list of fake libraries while iterating over it

* BUG: iterate over copy of list

* TST: add build test for build_ext fix (#1)

* TST: add build test for build_ext fix

* TST: clearer test name

* STY: use triple quotes instead of lists of strings

* FIX: check for f77 compiler before test is run

* DOC: add comment explaining that a list copy is necessary</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed exception cause in cov_template.py</title>
<updated>2021-02-02T17:00:15+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-02-02T17:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=2d58affcab882a00f02a9affec6ce353d0d5c5b5'/>
<id>2d58affcab882a00f02a9affec6ce353d0d5c5b5</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 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://91.123.203.49/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>Merge pull request #18118 from seiko2plus/issue_18106</title>
<updated>2021-01-09T18:57:19+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-01-09T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fde2e536a1c1a1ba90727958f0b6da34fa53db1f'/>
<id>fde2e536a1c1a1ba90727958f0b6da34fa53db1f</id>
<content type='text'>
BUG, MAINT: improve avx512 mask logical operations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG, MAINT: improve avx512 mask logical operations</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Add extra check for AVX512DQ mask conversions</title>
<updated>2021-01-05T07:15:51+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-01-05T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=172311808c0857465cd09e9f7d295bfcd0179b1e'/>
<id>172311808c0857465cd09e9f7d295bfcd0179b1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix exception cause in mingw32ccompiler.py</title>
<updated>2021-01-04T02:50:48+00:00</updated>
<author>
<name>PhanatosZou</name>
<email>tongzou@uw.edu</email>
</author>
<published>2021-01-04T02:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=86cd3582c0e9101ac40434ae4488abdab1c1c910'/>
<id>86cd3582c0e9101ac40434ae4488abdab1c1c910</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
