8000 DOC: Add release note for `seterrobj` and related removals (including… · numpy/numpy@7cba4d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cba4d8

Browse files
committed
DOC: Add release note for seterrobj and related removals (including C-API)
1 parent ec52ef3 commit 7cba4d8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* ``PyUFunc_GetPyVals``, ``PyUFunc_handlefperr``, and ``PyUFunc_checkfperr``
2+
have been removed.
3+
If needed, a new backwards compatible function to raise floating point errors
4+
could be restored. (There are no known users and the functions would have made
5+
``with np.errstate()`` fixes much more difficult.)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* ``np.geterrobj``, ``np.seterrobj`` and the related ufunc keyword argument
2+
``extobj=`` have been removed. The preferred replacement for all of these
3+
is using the context manager ``with np.errstate():``.

0 commit comments

Comments
 (0)
0