Contributing¶
Workflow¶
Add or extend a kernel with a focused API.
Add an example that writes an
.npzartifact and prints diagnostics.Add a regression test (fast) against synthetic data or a released
woutfixture.Keep JAX gotchas in mind:
jitted functions should only take arrays / PyTrees,
avoid duplicate PyTree registration (make registration idempotent),
keep static objects out of jitted call signatures unless they are PyTrees.
Development installs:
pip install -e .[dev]