We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c51b0a commit 5ede7ebCopy full SHA for 5ede7eb
doc/release/upcoming_changes/19173.change.rst
@@ -0,0 +1,6 @@
1
+Calling `__array__` raises `ValueError` in never copy mode
2
+----------------------------------------------------------
3
+
4
+Since `__array__` lacks a copy keyword argument, currently
5
+never copy (speficied by `np._CopyMode.NEVER`) will raise
6
+a `ValueError` if `__array__` is called.
0 commit comments