data-apis / array-api-compat

Compatibility layer for common array libraries to support the Array API
https://data-apis.org/array-api-compat/
MIT License
69 stars 22 forks source link

Support the copy keyword in asarray #119

Closed asmeurer closed 5 months ago

asmeurer commented 5 months ago

Not finished yet. Still need to:

asmeurer commented 5 months ago

@lithomas1 can you take a look at the dask.array changes here.

asmeurer commented 5 months ago

Python 3.8 is starting to become a nuisance. I think I'm going to just drop support for it.

lithomas1 commented 5 months ago

At an initial glance, the dask changes look fine to me.

CI seems to be failing though.

(looks like something is forcing an older jax on Python 3.10)