You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/neps/nep-0031-uarray.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ This is different from monkeypatching in a few different ways:
302
302
so there is at least the loose sense of an API contract. Monkeypatching
303
303
does not provide this ability.
304
304
* There is the ability of locally switching the backend.
305
-
* It has been `suggested <http://numpy-discussion.10968.n7.nabble.com/NEP-31-Context-local-and-global-overrides-of-the-NumPy-API-tp47452p47472.html>`_
305
+
* It has been `suggested <https://mail.python.org/archives/list/[email protected]/message/PS7EN3CRT6XERNTCN56MAYOXFFFEC55G/>`_
306
306
that the reason that 1.17 hasn't landed in the Anaconda defaults channel is
307
307
due to the incompatibility between monkeypatching and ``__array_function__``,
308
308
as monkeypatching would bypass the protocol completely.
@@ -640,9 +640,9 @@ References and Footnotes
640
640
641
641
.. [4] NEP 13 — A Mechanism for Overriding Ufuncs: https://numpy.org/neps/nep-0013-ufunc-overrides.html
642
642
643
-
.. [5] Reply to Adding to the non-dispatched implementation of NumPy methods: http://numpy-discussion.10968.n7.nabble.com/Adding-to-the-non-dispatched-implementation-of-NumPy-methods-tp46816p46874.html
643
+
.. [5] Reply to Adding to the non-dispatched implementation of NumPy methods: https://mail.python.org/archives/list/[email protected]/thread/5GUDMALWDIRHITG5YUOCV343J66QSX3U/#5GUDMALWDIRHITG5YUOCV343J66QSX3U
0 commit comments