Skip to content

Release 25.02

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 12:57
b0839d1

25.02

  • documentation updates (#1678, #1690, #1692, #1695, #1700, #1702,
    #1703, #1707, #1709, #1712, #1713, #1714, #1715, #1716, #1723,
    #1726, #1732, #1733) including renaming the docs directory to
    Docs (#1689) and the addition of a CITATION.md (#1731)

  • codespell fixes (#1724)

  • rename test_nse_net -> nse_net_cell; test_part_func ->
    part_func_cell (#1729)

  • remove old testing scripts (#1727)

  • update test_react README.md (#1722)

  • implement Debye-Huckel screening and allow it to be used as a test
    for whether screening is needed (#1688)

  • remove the use_raw_inputs option from the EOS (#1721)

  • remove some old Fortran references (#1718, #1719)

  • switch from std::clamp to amrex::Clamp due to HIP compiler
    issues (#1711)

  • reorganize the He nets -- they are now all under
    networks/he-burn and share a common python setup (#1687, #1710)
    also update these nets with pynucastro (#1685). This also
    add a new network with 31.

    Renamed nets are:

    • subch_base -> he-burn/he-burn-18a
    • subch_simple -> he-burn/he-burn-22a
    • He-C-Fe-group -> he-burn/he-burn-36a
    • CNO_He_burn -> he-burn/cno-he-burn-33a
  • fix the Chapman-Jouguet detonation utility (#1699)

  • update the mailmap (#1706)

  • switch std::pow(x, 1./3.) to std::cbrt(x) (#1705)

  • remove do_acc option (#1708)

  • make the breakout EOS check if 1/mu is defined (#1694)

  • remove old Doxygen (#1697) and skynet (#1698) scripts from util/