Skip to content

release-1.11.1

Latest

Choose a tag to compare

@Yurlungur Yurlungur released this 26 Mar 14:23
· 126 commits to main since this release
7365053

Release 1.11.1

Date: 03/25/2026

Added (new features/APIs/variables/...)

  • [PR600] Added mass fractions for multiphase tables to sesame2spiner and added MassFractionsFromDensityTemperture/InternalEnergy to the SpinerDependsRhoSIE and SpinerDependsRhoT equations of state.
  • [PR589] InternalEnergyFromDensityPressure

Fixed (Repair bugs, etc)

  • [PR616] Ensure introspection methods are threaded through modifiers properly
  • [PR615] Clarify expectations on quantities preserved up to machine precision by the PTE solver
  • [PR609] Fix bugs introduced in 607, which did not properly handle initial guesses and had a typo that introduced UB
  • [PR607] Make the PTE solvers a little bit more adaptable to EOS models that prefer pressure as an input

Changed (changing behavior/API/variables/...)

  • [PR601] Make Serialize() return a smart pointer

Infrastructure (changes irrelevant to downstream codes)

  • [PR617] Fix issue for findpackage when no library target to find
  • [PR605] Improve HDF5 erorr handling when reading tables
  • [PR604] Update kokkos kernels linalg call after kokkos kernels became more strict