Evgeni Burovski
Evgeni Burovski
> In test_binary_with_scalars_real, when one arg is Array[float64] or Array[float32], the other arg is always in the [1/64, 64] range; Yes. This is a shortcut of course, made to get...
Run tests with `array_api_compat.{numpy,torch}` and `jax.numpy` with 50_000 examples locally.
Okay, let's merge this as approved for this seems to fix rather annoying failures. I've added a bullet point in https://github.com/data-apis/array-api-tests/issues/301 to track the "int min, float array" case. Thanks...
FWIW, I'd recommend using `xp_assert_close` for floating-point comparison, `xp_assert_equal` for integer arrays and plain `assert` for anything else. Regardless of whether it's array API compatible or not.
Because of https://github.com/scipy/scipy/pull/21150 this now needs a rebase on main + a couple of fix-ups, sadly. Here's a rebased branch, https://github.com/scipy/scipy/compare/main...ev-br:ndimage-pr-20809-rebase?expand=1 In short, the added test need to have an...
I don't have any deep insights, sorry. The decision of `# paths below the base_dir are relative, otherwise absolute` was IIRC a quick-and-dirty fix to _make it work now and...
Don't remember anything specific really. Might be that there aren't any. Would be happy to test scipy if you've a branch of cython.
Sorry for the delay. I built scipy with cython from the https://github.com/lesteve/cython/tree/relative-path-for-depfile. Seems to work as expected indeed.
I suppose you'll want to modify some of these: ``` $ grep depfile . -rn ./build/depfile_package_cythonize.srctree:2:CYTHONIZE -i pkg --depfile ./build/depfile_package_cython.srctree:4:CYTHON --depfile pkg/sub/test.pyx -o builddir/pkg/sub/test.c ```
Release note snippet added.