<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/tests, 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>TST: Skip tests that are not currently supported in wasm</title>
<updated>2022-11-11T10:52:06+00:00</updated>
<author>
<name>Hood Chatham</name>
<email>roberthoodchatham@gmail.com</email>
</author>
<published>2022-11-10T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08c6e9c142e619ac5175b6a13342ba2f2c571ddd'/>
<id>08c6e9c142e619ac5175b6a13342ba2f2c571ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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: Try using setup_class for `_Test_CCompilerOpt`</title>
<updated>2022-10-27T13:34:03+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-27T13:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f647b4d22e7c096ab7f0a8afee1b63cde241797'/>
<id>2f647b4d22e7c096ab7f0a8afee1b63cde241797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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: Remove most prints from the test suit run</title>
<updated>2022-05-05T17:23:23+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-05-05T17:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=939af59d5c35f0e8e6b4f0c8c3ad9a50cd612ec6'/>
<id>939af59d5c35f0e8e6b4f0c8c3ad9a50cd612ec6</id>
<content type='text'>
Pytest silence these normally anyway (capturing it to print it only on failure),
but occasionally I run with `-s` and I don't think this output adds anything unless
using printing to debug a specific test.
If nobody else cares about it nvm, just close it :).  Otherwise this cleans up everything
in the fast tests, except the f2py compilation right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pytest silence these normally anyway (capturing it to print it only on failure),
but occasionally I run with `-s` and I don't think this output adds anything unless
using printing to debug a specific test.
If nobody else cares about it nvm, just close it :).  Otherwise this cleans up everything
in the fast tests, except the f2py compilation right now.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add CPU dispatch/baseline tests for VSX4</title>
<updated>2022-01-18T04:03:54+00:00</updated>
<author>
<name>Rafael Cardoso Fernandes Sousa</name>
<email>rafaelcfsousa@ibm.com</email>
</author>
<published>2022-01-18T04:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3784cac6f79b1a2f5828957173cac81bbc483ba3'/>
<id>3784cac6f79b1a2f5828957173cac81bbc483ba3</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 CPU feature detection for VSX4 (Power10)</title>
<updated>2022-01-13T20:47:51+00:00</updated>
<author>
<name>Rafael Cardoso Fernandes Sousa</name>
<email>rafaelcfsousa@ibm.com</email>
</author>
<published>2022-01-07T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d88104fd0e2f85ac4eb667fcd7161aaa1d41e11a'/>
<id>d88104fd0e2f85ac4eb667fcd7161aaa1d41e11a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, DIST: fix normalize IBMZ features flags</title>
<updated>2021-12-15T14:43:30+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-12-15T14:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e8123046a686b952e3c624b00b3502406033339'/>
<id>3e8123046a686b952e3c624b00b3502406033339</id>
<content type='text'>
  The normal behavior is to erase any flag that starts with
  `-m[a-z0-9\-\.]` when flag `-march` or `-mcpu` specified. for example:

    cc_normalize_flags([
       '-msse', '-msse2', '-msse3', '-mssse3', '-march=core-avx2'
    ])

    should be normalized to: ['-march=core-avx2']

  but in the case of `s390x`, on GCC flag `-march=arch[0-9]` doesn't  implies flag
  `-mzvector` which is required to enable zvector api. for example:

    cc_normalize_flags([
       '-mzvector', '-march=arch11', '-march=arch12', '-march=arch13']
    )

  should be normalized to: ['-mzvector', '-march=arch13']

  instead of: ['-march=arch13']
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  The normal behavior is to erase any flag that starts with
  `-m[a-z0-9\-\.]` when flag `-march` or `-mcpu` specified. for example:

    cc_normalize_flags([
       '-msse', '-msse2', '-msse3', '-mssse3', '-march=core-avx2'
    ])

    should be normalized to: ['-march=core-avx2']

  but in the case of `s390x`, on GCC flag `-march=arch[0-9]` doesn't  implies flag
  `-mzvector` which is required to enable zvector api. for example:

    cc_normalize_flags([
       '-mzvector', '-march=arch11', '-march=arch12', '-march=arch13']
    )

  should be normalized to: ['-mzvector', '-march=arch13']

  instead of: ['-march=arch13']
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: expend ccompiler tests to cover s390x features</title>
<updated>2021-12-14T14:35:49+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-12-14T13:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9cedd787f630fadcff4d256b89aa6ea19bdcdeef'/>
<id>9cedd787f630fadcff4d256b89aa6ea19bdcdeef</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 log level as prefixes to respective messages</title>
<updated>2021-11-12T17:10:12+00:00</updated>
<author>
<name>Matthew</name>
<email>quitesimplymatt@gmail.com</email>
</author>
<published>2021-11-11T15:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d04c9ef75a711c9117f5c5662ca604ed5b88607d'/>
<id>d04c9ef75a711c9117f5c5662ca604ed5b88607d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
