It would be useful to have an compatibility mode for xarray that is more lenient than the array API standard. This would include NumPy's __array_function__ and __array_ufunc__ protocols, more relaxed type promotion, etc. It would be enabled by setting a suitable environment variable.
It would be useful to have an compatibility mode for xarray that is more lenient than the array API standard. This would include NumPy's
__array_function__and__array_ufunc__protocols, more relaxed type promotion, etc. It would be enabled by setting a suitable environment variable.