JAXtronomy / spexial

Special functions in Jax
MIT License
10 stars 3 forks source link

Maintain a comparison table #3

Open ColmTalbot opened 1 month ago

ColmTalbot commented 1 month ago

It would be nice to maintain a comparison table similar to https://docs.cupy.dev/en/stable/reference/comparison.html.

I imagine it would look like

scipy.special jax.scipy.special spexial
some_function not_implemented some_ideally_the_same_but_possibly_slightly_different_function_name

A stretch goal would be to automatically populate this so we can track changes in the jax/scipy APIs.