Jake Vanderplas
Jake Vanderplas
Something I discovered in implementing `jax.numpy.spacing` in https://github.com/jax-ml/jax/pull/24081/: the convention used for `spacing` depends on the dtype: - for `float16`, it always returns the (positive) spacing toward `+inf` - for...
Relevant info: - https://jax.readthedocs.io/en/latest/api_compatibility.html - https://jax.readthedocs.io/en/latest/jax.extend.html
Lint is failing due to an unused import
The CI failures look to be related to this change
There's some issue with github actions currently, so for some reason I can't trigger the tests. I'd suggest running them locally via `pytest -n auto tests` to see if there's...
You can squash the commits and force-push to the branch this PR was made from, and it will update here. Please let me know if you'd like me to walk...
Thanks - but it looks like there are now conflicts with respect to the main branch. Can you rebase against the updated main branch, and then make sure your branch...
Something went wrong here: you now have almost 100 commits on your branch. It looks like you probably merged an updated `main` branch, and then rebased against an older version...
Hi @CZXIANGOvO – it's going to be hard to help with specifics here absent an MVC (also known as a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)). If you're able to re-work your example...
Thanks for the contribution! I don't think we'll be able to bump our `ml_dtypes` requirement any time soon, so if we want to merge this we'll have to make it...