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.

Numerical methods roadmap

This page tracks numerical methods that belong in jaxstro because they are generic, JAX-native, and broadly useful across downstream astronomy packages. The boundary is deliberate: jaxstro provides trustworthy numerical primitives; Fluxax owns filters and photometry workflows, Progenax owns population and stellar-model policy, and data packages own their archive-specific schemas.

Implementation Checklist

Acceptance Standard

Each checked item needs three pieces of evidence:

  1. A public API with explicit boundary behavior.

  2. Unit tests for mathematical identities and transform compatibility.

  3. FD-vs-AD validation for differentiable paths, linked from Validation.

The detailed chunk plan lives in docs/plans/2026-06-22-jaxstro-numerics-roadmap.md.