<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing, 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>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://91.123.203.49/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>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>DOC: Fix code formatting</title>
<updated>2023-02-24T08:41:13+00:00</updated>
<author>
<name>yuki</name>
<email>drsuaimqjgar@gmail.com</email>
</author>
<published>2023-02-24T08:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a36782f163414a44c6ae37d453b07395673b2cac'/>
<id>a36782f163414a44c6ae37d453b07395673b2cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix wrong section title</title>
<updated>2023-02-24T07:08:28+00:00</updated>
<author>
<name>yuki</name>
<email>drsuaimqjgar@gmail.com</email>
</author>
<published>2023-02-24T06:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=56ec7cc20f2a1b782d258cb080a7d35087a5bd7b'/>
<id>56ec7cc20f2a1b782d258cb080a7d35087a5bd7b</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>MAINT: fix typo in overrides.py</title>
<updated>2023-02-10T10:05:32+00:00</updated>
<author>
<name>Ikko Eltociear Ashimine</name>
<email>eltociear@gmail.com</email>
</author>
<published>2023-02-10T10:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8710fa6cb2144f100b250e6181d75ac711c64610'/>
<id>8710fa6cb2144f100b250e6181d75ac711c64610</id>
<content type='text'>
overriden -&gt; overridden</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
overriden -&gt; overridden</pre>
</div>
</content>
</entry>
</feed>
