<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/_private, branch main</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>DOC: fix incorrect description of raise condition in numpy.testing.assert_array_less's docstring</title>
<updated>2023-05-05T21:14:44+00:00</updated>
<author>
<name>Clément Robert</name>
<email>cr52@protonmail.com</email>
</author>
<published>2023-05-05T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=291132113335d611a02fffcce5ce2f4b74c54802'/>
<id>291132113335d611a02fffcce5ce2f4b74c54802</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 gisnan, gisinf, and gisfinite from testing code</title>
<updated>2023-05-03T11:11:01+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-03T11:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=57f5cf0501dac874dc2863e598272d7bf61f296e'/>
<id>57f5cf0501dac874dc2863e598272d7bf61f296e</id>
<content type='text'>
These were introduced many years ago when ufuncs were buggy and
could return NotImplemented sometimes.  This has been fixed for
many years, though.

I suspect the errstate for `isfinite` is not required so removed it.
It was a 12+ year old work-around for warnings that really shouldn't
happen to begin with.  (The commit mentions `np.isinf(np.inf)` giving
a warning, which doesn't make sense, I think.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were introduced many years ago when ufuncs were buggy and
could return NotImplemented sometimes.  This has been fixed for
many years, though.

I suspect the errstate for `isfinite` is not required so removed it.
It was a 12+ year old work-around for warnings that really shouldn't
happen to begin with.  (The commit mentions `np.isinf(np.inf)` giving
a warning, which doesn't make sense, I think.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22493 from mwtoews/maint-open</title>
<updated>2023-04-28T08:04:53+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-04-28T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1c9532bb8857551d163517bf0028441c7cd544c8'/>
<id>1c9532bb8857551d163517bf0028441c7cd544c8</id>
<content type='text'>
MAINT: remove redundant open() modes and io.open() alias</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: remove redundant open() modes and io.open() alias</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2</title>
<updated>2023-03-06T07:59:44+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-03-06T07:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde'/>
<id>b4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde</id>
<content type='text'>
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</title>
<updated>2023-03-02T08:32:23+00:00</updated>
<author>
<name>yamadafuyuka</name>
<email>yamada.fuyuka@jp.fuijitsu.com</email>
</author>
<published>2022-12-28T03:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fccb005a6c995923d47aeda4e71a1d2a4a07f703'/>
<id>fccb005a6c995923d47aeda4e71a1d2a4a07f703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: testing: Fix some whitespace and minor code issues in utils.py</title>
<updated>2023-02-16T12:14:32+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2023-02-16T12:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=abfaac73be054db5b3555315d56825d2e683e02f'/>
<id>abfaac73be054db5b3555315d56825d2e683e02f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: musllinux_x86_64 (#22864)</title>
<updated>2023-01-20T15:03:28+00:00</updated>
<author>
<name>Andrew Nelson</name>
<email>andyfaff@gmail.com</email>
</author>
<published>2023-01-20T15:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=df3751b03d789ee04cac3a9a8a7f7f3aba58735c'/>
<id>df3751b03d789ee04cac3a9a8a7f7f3aba58735c</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</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://91.123.203.49/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>DOC: Add version added information for the strict parameter in assert_array_equal (#23015)</title>
<updated>2023-01-16T07:37:55+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2023-01-16T07:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4e710c5be093eb4367b4a08d9068f99f9070870d'/>
<id>4e710c5be093eb4367b4a08d9068f99f9070870d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: testing: Fix typo: nulps -&gt; nulp</title>
<updated>2022-11-18T16:02:23+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2022-11-18T15:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c6e75fce247d3d698ef76bb2c550858d32241268'/>
<id>c6e75fce247d3d698ef76bb2c550858d32241268</id>
<content type='text'>
[skip actions] [skip travis] [skip azp]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip actions] [skip travis] [skip azp]
</pre>
</div>
</content>
</entry>
</feed>
