Results 498 comments of Tom White

All array API tests are passing (https://github.com/tomwhite/dask/runs/5321391257?check_suite_focus=true), now that #8676 and https://github.com/data-apis/array-api-tests/pull/103 have been merged.

Thanks @asmeurer for taking a look! > By the way, I don't know if you use type hints in dask, but if you want to add them, you can get...

> Were you going to implement the (optional) [`linalg` extension](https://data-apis.org/array-api/latest/extensions/linear_algebra_functions.html) here or in a follow-up PR? Curious if you missed it because the test suite skips testing extension functions if...

Thanks for the update @honno! In-place operations are not supported in Dask (#5199), so I included them in `skips.txt`. Similarly, I've skipped special-case tests too for the first iteration of...

I just came across this interesting discussion about the feasibility of making the main NumPy namespace converge to the array API: https://github.com/scikit-learn/scikit-learn/issues/22352#issuecomment-1039242226. (TL;DR: it's feasible, but may take a while.)...

> Any more thoughts on this? I still think what I said here https://github.com/dask/dask/pull/8750#issuecomment-1095251068, that we shouldn't introduce a new namespace lightly, and we should evolve the current namespace to...

> > > Any more thoughts on this? > > > > > > I still think what I said here [#8750 (comment)](https://github.com/dask/dask/pull/8750#issuecomment-1095251068), that we shouldn't introduce a new namespace...

Thanks for the update @rgommers. > In the consortium meeting of two days ago, we kind of resolved that we need a separate package that is basically a "compat between...

Any thoughts on how to fix this @lbergelson, @droazen?

OK, thanks for the update. I was surprised because a test file in the htsjdk source tree cannot be parsed by the htsjdk parser...