<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/tests/test_system_info.py, branch meson</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>STY: Make linter happy</title>
<updated>2022-10-27T20:05:07+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-27T20:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5292238c026780d7f31a951ab76ab9cbc1506780'/>
<id>5292238c026780d7f31a951ab76ab9cbc1506780</id>
<content type='text'>
Not new things, but in touched lines...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not new things, but in touched lines...
</pre>
</div>
</content>
</entry>
<entry>
<title>TST,MAINT: Replace most `setup` with `setup_method` (also teardown)</title>
<updated>2022-10-27T12:57:14+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-27T12:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=67841947b458f6bdc6c40d014512da9bc4717a3e'/>
<id>67841947b458f6bdc6c40d014512da9bc4717a3e</id>
<content type='text'>
In some cases, the replacement is clearly not what is intended,
in those (where setup was called explicitly), I mostly renamed
`setup` to `_setup`.
The `test_ccompile_opt` is a bit confusing, so left it right now
(this will probably fail)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases, the replacement is clearly not what is intended,
in those (where setup was called explicitly), I mostly renamed
`setup` to `_setup`.
The `test_ccompile_opt` is a bit confusing, so left it right now
(this will probably fail)
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: xfail `test_overrides` when numpy is build with MKL support</title>
<updated>2021-10-23T17:09:14+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-10-23T16:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45ea1408cbb0ff571624e2ccff45300fd39defc8'/>
<id>45ea1408cbb0ff571624e2ccff45300fd39defc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Avoid changing odd tempfile names in tests' site.cfg</title>
<updated>2021-01-01T17:38:04+00:00</updated>
<author>
<name>DWesl</name>
<email>22566757+DWesl@users.noreply.github.com</email>
</author>
<published>2021-01-01T17:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2432ea3cbff7b467e9b948f893cca4111c8417c7'/>
<id>2432ea3cbff7b467e9b948f893cca4111c8417c7</id>
<content type='text'>
CI once produced a tempfile name with the string 'mkl' embedded.  The
old code changed this as well as the section name.  This should ensure
only section names get changed, and the restriction on the number of
replacements should catch any weird corner cases, since I think the
sections came first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI once produced a tempfile name with the string 'mkl' embedded.  The
old code changed this as well as the section name.  This should ensure
only section names get changed, and the restriction on the number of
replacements should catch any weird corner cases, since I think the
sections came first.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Expanded the `_parse_env_order` tests</title>
<updated>2020-09-18T09:38:08+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-09-18T09:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6d3a9d7f97c1033de02a3a611ee3e8111f81738c'/>
<id>6d3a9d7f97c1033de02a3a611ee3e8111f81738c</id>
<content type='text'>
Relevant for when LAPACK/BLAS optimization is disabled.

Addresses https://github.com/numpy/numpy/pull/17346#issuecomment-694744389.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relevant for when LAPACK/BLAS optimization is disabled.

Addresses https://github.com/numpy/numpy/pull/17346#issuecomment-694744389.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: enabled negation of library choices in NPY_*_ORDER (#17219)</title>
<updated>2020-09-17T10:29:38+00:00</updated>
<author>
<name>Nick R. Papior</name>
<email>nickpapior@gmail.com</email>
</author>
<published>2020-09-17T10:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=233c63a56974de22b846ac989cef1fabe45e7296'/>
<id>233c63a56974de22b846ac989cef1fabe45e7296</id>
<content type='text'>
BLD: enabled negation of library choices in NPY_*_ORDER

When users build for a particular order it may be beneficial
to disallow certain libraries.

In particular a user may not care about which accelerated
BLAS library is used, so long as the NetLIB or ATLAS library isn't used.

This is now possible with:

   NPY_BLAS_ORDER='^blas,atlas'

or

   NPY_BLAS_ORDER='!blas,atlas'

Since we may envision more BLAS/LAPACK libraries to the pool, this
will provide greater flexibility as they enter.

A new (local) method is added in system_info.py which removes duplicate
code and allows for easier usage across libraries.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLD: enabled negation of library choices in NPY_*_ORDER

When users build for a particular order it may be beneficial
to disallow certain libraries.

In particular a user may not care about which accelerated
BLAS library is used, so long as the NetLIB or ATLAS library isn't used.

This is now possible with:

   NPY_BLAS_ORDER='^blas,atlas'

or

   NPY_BLAS_ORDER='!blas,atlas'

Since we may envision more BLAS/LAPACK libraries to the pool, this
will provide greater flexibility as they enter.

A new (local) method is added in system_info.py which removes duplicate
code and allows for easier usage across libraries.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: link and cleanup docstrings in site.cfg.example</title>
<updated>2020-01-19T21:39:54+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-01-16T20:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7471b5610e9cba0ecb73b6ea96bd132359530645'/>
<id>7471b5610e9cba0ecb73b6ea96bd132359530645</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 implicit inheritance from object class (#15236)</title>
<updated>2020-01-05T05:53:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-05T05:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c31cc36a8a814ed4844a2a553454185601914a5a'/>
<id>c31cc36a8a814ed4844a2a553454185601914a5a</id>
<content type='text'>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: streamlined library names in site.cfg sections (#13157)</title>
<updated>2019-04-30T21:11:41+00:00</updated>
<author>
<name>Nick R. Papior</name>
<email>nickpapior@gmail.com</email>
</author>
<published>2019-04-30T21:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c51a56c4c78a409a884201004a1e7f605526a3a8'/>
<id>c51a56c4c78a409a884201004a1e7f605526a3a8</id>
<content type='text'>
* BLD: use libraries as a key consistently in all site.cfg sections</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BLD: use libraries as a key consistently in all site.cfg sections</pre>
</div>
</content>
</entry>
</feed>
