Lucas Colley

Results 910 comments of Lucas Colley

@ilayn any further thoughts on this one? it went missing from the milestone when the head repo was deleted.

@j-bowhay probably useful to have gh-18703 linked somewhere in the top comment?

For executing the deprecations of things that were never supposed to be public like gh-19801 for 1.13.0, is that going to be done per module @j-bowhay ? I have no...

https://github.com/pydata/pydata-sphinx-theme/releases/tag/v0.15.0 release is out!

> One thing that concerns me long term for maintainability is putting a lot of configurable dependency switches in. It's worth mentioning that writing "array-agnostic" code like @imh 's example...

> We have plenty of functions that accept scalar (and more generally ArrayLike) input and this obviously does not work Here's how we do it in SciPy: we want to...

> Is there a better place to discuss about those? They might merit more visibility as I'm sure we are not/will not be the only package with such questions! There...

In SciPy it is more simple. If you want one of your array inputs to be a JAX array, they all must be (see e.g. https://github.com/scipy/scipy/issues/18286#issuecomment-1507795400). These array inputs tend...

It would be worth giving https://github.com/scipy/scipy/issues/18286 a look if you are considering going down the array API route. Clearly there is a lot more complexity for a package like SciPy,...

> I'm curious how scipy handles this I'm not sure whether this has come up in public API functions yet. In tests, we just create NumPy arrays and convert (copy...