Roadmap¶
Planned¶
- Broaden coverage of JAX, Flax NNX/Linen, and Equinox components.
- Expand SotA example support for vision and language models.
- Improve support for physics-based simulations.
Current Version¶
jax2onnx 0.12.5¶
- Add MaxDiffusion example coverage: Export a lightweight MaxDiffusion UNet test matrix for selected SDXL-family configs, add an optional
maxdiffusiondependency group, and wire the SotA checks intorun_all_checks.shwith a pinned upstream checkout flow. - Strengthen numeric validation for resize exports: Stop skipping numeric validation for small static opset 9 linear resizes by lowering exact resize weights through
MatMul, and alignjax.image.resize(..., method="nearest", antialias=True)with JAX by treating nearest-neighbour antialiasing as a no-op. - Fix symbolic and dynamic index-path exports: Preserve symbolic dimension origins in the IR and unblock dynamic
lax.slice,gather,iota, andrevlowerings, including reflect-padding exports for dynamicnnx.Convpaths.
Past Versions¶
See Past Versions for the full release archive.