Closed danielpmorton closed 1 year ago
Ah, Steph mentions I should keep Jax at 0.4.8
I can close this issue (or leave it open) -- what do you think?
Ah, perfect, a really good catch. I'll update the package soon.
I believe the current version should be compatible with JAX <= 4.13
This requires a bit of versioning work to make both <= 4.13 and > 4.13 automatically detectable, so I'll get to it soon.
I'll leave this issue open for now.
Resolved without breaking compatibility in the lastest commit bb328646a83107c184b10ab1717693e9ef3000b6
Jax recently updated some of the parameters in the custom_call() function, so any calls to this need to be updated. For reference: https://github.com/google/jax/commit/24f9011d49f974fa24613206c5af774089ecf346
It seems that this may be an easy change - for instance, changing
out_types
toresult_types
. But, I'm not a Jax expert, so maybe check the linked commit to see if this works