patrick-kidger / lineax

Linear solvers in JAX and Equinox. https://docs.kidger.site/lineax
Apache License 2.0
365 stars 24 forks source link

Updated RESULTS to use shiny new JAX-compatible enums. #11

Closed patrick-kidger closed 1 year ago

patrick-kidger commented 1 year ago

Depends on #10. Depends on https://github.com/patrick-kidger/equinox/pull/375. (As this hasn't been pushed to PyPI yet, the tests in this PR will fail initially. I'll need to do an Eqx release before we can merge this.)

The plan is to update the RESULTS used in all downstream libraries as well.

packquickly commented 1 year ago

conflicts in _solve, otherwise looks good, very excited for this!