Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@jcitrin jcitrin released this 02 Apr 07:48
· 43 commits to main since this release

Upcoming API Changes: The next major release of TORAX will include significant API updates including: changes to the config structure/nesting, improved output naming and structure and improved module loading. This release (v0.3.1) provides primarily bugfixes, UX improvements, and new tutorials compared to v0.3.0, and allows users to pick up improvements with a stable API.

  • Physics features

    • QLKNN_7_11 now the default turbulent transport model
    • Absorbed fraction input field for ICRH and generic heating
    • vloop_lcfs output available for Ip boundary condition cases
  • UX improvements

    • Allow lists to be input in user-facing config dict
    • Remove ToraxSimOutput, StateHistory is the new public output class (before xarray conversion)
    • Create utility for registering new source model configs.
    • Add simulation error for negative temperatures and densities
    • Add serialized ToraxConfig to TORAX outputs
    • Tutorials
  • Bugfixes + miscellanous

    • Fix missed jit cache hits
    • Fix stale documentation
    • Various refactors for internal API simplification