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) -
switch from
std::clamp
toamrex::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.)
tostd::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/