Skip to content

jaxfne v0.2.18

Choose a tag to compare

@HNXJ HNXJ released this 21 May 05:49
· 692 commits to main since this release

jaxfne v0.2.18

v0.2.18 completes the release-readiness contract for the current jaxfne TFNE scaffold line.

Highlights

  • Completed the public jaxfne.runtime surface:
    • RuntimeConfig
    • runtime
    • runtime_report
    • get_jax_backend_report
    • set_precision_policy
    • safe_jit
    • safe_vmap
  • Added CPU-first runtime/backend inspection helpers.
  • Added precision-policy control for float32 default and x64 opt-in workflows.
  • Added safe JAX transform wrappers with fallback behavior.
  • Removed stale public version language from README and examples.
  • Preserved the current TFNE claim discipline:
    • computational scaffold
    • simulated/proxy readouts
    • no biological proof claim
    • no calibrated physical amplitude claim from proxy operators

Validation

Release-prep validation completed on the tagged commit:

python -m compileall -q jaxfne tests examples
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 PYTHONPATH=. python -m pytest tests/ -q --tb=line
737 passed
python -m build
twine check dist/*
PASSED

Package

pip install jaxfne==0.2.18

Release commit

1db649ac5e2de3a8ad3f145adc1b968acdb9bf73