<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/tests, branch main</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>MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var</title>
<updated>2023-03-12T22:31:28+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2023-03-12T22:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1da1663196c95b3811ca84d9e335f32cfeb05e32'/>
<id>1da1663196c95b3811ca84d9e335f32cfeb05e32</id>
<content type='text'>
As discussed in
https://mail.python.org/archives/list/numpy-discussion@python.org/thread/UKZJACAP5FUG7KP2AQDPE4P5ADNWLOHZ/

This flag was always meant to be temporary, and cleaning it up is
long overdue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in
https://mail.python.org/archives/list/numpy-discussion@python.org/thread/UKZJACAP5FUG7KP2AQDPE4P5ADNWLOHZ/

This flag was always meant to be temporary, and cleaning it up is
long overdue.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove all nose testing support.</title>
<updated>2023-01-19T21:35:44+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-01-19T00:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f75bb0edb0e6eec2564de4bf798242984860a19b'/>
<id>f75bb0edb0e6eec2564de4bf798242984860a19b</id>
<content type='text'>
NumPy switched to using pytest in 2018 and nose has been unmaintained
for many years. We have kept NumPy's nose support to avoid breaking
downstream projects who might have been using it and not yet switched to
pytest or some other testing framework. With the arrival of Python 3.12,
unpatched nose will raise an error. It it time to move on.

Decorators removed

- raises
- slow
- setastest
- skipif
- knownfailif
- deprecated
- parametrize
- _needs_refcount

These are not to be confused with pytest versions with similar names,
e.g., pytest.mark.slow, pytest.mark.skipif, pytest.mark.parametrize.

Functions removed

- Tester
- import_nose
- run_module_suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NumPy switched to using pytest in 2018 and nose has been unmaintained
for many years. We have kept NumPy's nose support to avoid breaking
downstream projects who might have been using it and not yet switched to
pytest or some other testing framework. With the arrival of Python 3.12,
unpatched nose will raise an error. It it time to move on.

Decorators removed

- raises
- slow
- setastest
- skipif
- knownfailif
- deprecated
- parametrize
- _needs_refcount

These are not to be confused with pytest versions with similar names,
e.g., pytest.mark.slow, pytest.mark.skipif, pytest.mark.parametrize.

Functions removed

- Tester
- import_nose
- run_module_suite
</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>Merge pull request #21795 from hmaarrfk/no_overflow_unsigned</title>
<updated>2022-07-07T02:04:18+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-07-07T02:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=43b666c9296b24bc072f13e43dd2c605b6e659d2'/>
<id>43b666c9296b24bc072f13e43dd2c605b6e659d2</id>
<content type='text'>
ENH: Ensure that assertion of unsigned dtypes does not return results</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Ensure that assertion of unsigned dtypes does not return results</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add a failing test case to demonstrate the bug gh2176</title>
<updated>2022-06-30T02:59:48+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2022-06-30T00:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=57d04d883e874c611091933c4c36e1cd43ea0e04'/>
<id>57d04d883e874c611091933c4c36e1cd43ea0e04</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 strict parameter to assert_array_equal. (#21595)</title>
<updated>2022-06-24T15:51:36+00:00</updated>
<author>
<name>Jon Morris</name>
<email>jontwo@users.noreply.github.com</email>
</author>
<published>2022-06-24T15:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cafec60a5e28af98fb8798049edd7942720d2d74'/>
<id>cafec60a5e28af98fb8798049edd7942720d2d74</id>
<content type='text'>
Fixes #9542

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9542

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: revert changes, so all tests pass for warning contexts</title>
<updated>2022-05-23T16:29:59+00:00</updated>
<author>
<name>Brigitta Sipőcz</name>
<email>bsipocz@gmail.com</email>
</author>
<published>2022-05-21T03:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac40c2ea38021ee57a8c6261cfc9b792bc51970b'/>
<id>ac40c2ea38021ee57a8c6261cfc9b792bc51970b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix warningc context tests, uncover bug?</title>
<updated>2022-05-23T16:29:59+00:00</updated>
<author>
<name>Brigitta Sipőcz</name>
<email>bsipocz@gmail.com</email>
</author>
<published>2022-05-21T02:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e8dda96dd2a50d2e23134d924cbcabd545af54a1'/>
<id>e8dda96dd2a50d2e23134d924cbcabd545af54a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Python &lt;3.8 related cleanups</title>
<updated>2022-05-23T16:29:59+00:00</updated>
<author>
<name>Brigitta Sipőcz</name>
<email>bsipocz@gmail.com</email>
</author>
<published>2022-05-21T01:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d4d5771e17c14ce8cdeaf2922d537006dd3fcebf'/>
<id>d4d5771e17c14ce8cdeaf2922d537006dd3fcebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Python &lt;3.7 related cleanups</title>
<updated>2022-05-23T16:29:59+00:00</updated>
<author>
<name>Brigitta Sipőcz</name>
<email>bsipocz@gmail.com</email>
</author>
<published>2022-05-21T01:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=53379cd353fb7ab5840c3ee370c735fe61d6419c'/>
<id>53379cd353fb7ab5840c3ee370c735fe61d6419c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
