Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
This PR replaces black and isort with ruff format. It also removes nbqa (which was listed as a dependency but never used), updates the ruff configuration to lint the notebooks, and fixes the resulting complaints.
This PR replaces black and isort with
ruff format
. It also removesnbqa
(which was listed as a dependency but never used), updates the ruff configuration to lint the notebooks, and fixes the resulting complaints.