[Numpy-discussion] removing NUMPY_EXPERIMENTAL_ARRAY_FUNCTION env var

2023-03-10 Thread Ralf Gommers
Hi all, In https://github.com/numpy/numpy/pull/23364 we touched on the NUMPY_EXPERIMENTAL_ARRAY_FUNCTION environment variable. This was a temporary feature during the introduction of `__array_function__` (see NEP 18), but we never removed it. I propose we do so now, since it is cumbersome to have

[Numpy-discussion] Re: removing NUMPY_EXPERIMENTAL_ARRAY_FUNCTION env var

2023-03-10 Thread Stephan Hoyer
+1 for removing this environment variable. It was never intended to stick around this long. On Fri, Mar 10, 2023 at 6:48 AM Ralf Gommers wrote: > Hi all, > > In https://github.com/numpy/numpy/pull/23364 we touched on the > NUMPY_EXPERIMENTAL_ARRAY_FUNCTION environment variable. This was a > temp

[Numpy-discussion] Re: removing NUMPY_EXPERIMENTAL_ARRAY_FUNCTION env var

2023-03-10 Thread Hameer Abbasi via NumPy-Discussion
+1 from my side as well.Von meinem iPhone gesendetAm 10.03.2023 um 19:10 schrieb Stephan Hoyer :+1 for removing this environment variable. It was never intended to stick around this long.On Fri, Mar 10, 2023 at 6:48 AM Ralf Gommers wrote:Hi all,In https://github.com/numpy/