Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

ADR 0001 — Thin foundation posture

0001 — Thin foundation posture over all-deps façade

Context

jaxstro is the foundation layer of the differentiable-astrophysics ecosystem, used by gravax, progenax, fluxax, and planned startrax/stellax. The decision was whether to include solver libraries (diffrax, optimistix, lineax, quadax, interpax) as optional or required dependencies, or to remain lightweight and require downstream packages to pull those in directly.

Decision

Own generic dependency-free primitives; refuse solver libraries. Adopt only the ecosystem foundation pair (jaxtyping + equinox). Do not absorb fast-moving solver libraries — those are peer/upper layers each domain package pulls in directly, mirroring the Kidger ecosystem topology.

Rationale

This mirrors Kidger’s layering (jaxtyping → equinox → {lineax, optimistix, diffrax}), which is SoTA because the foundation stays thin.