|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 25.02 |
| 4 | + |
| 5 | + * documentation updates (#1678, #1690, #1692, #1695, #1700, #1702, |
| 6 | + #1703, #1707, #1709, #1712, #1713, #1714, #1715, #1716, #1723, |
| 7 | + #1726, #1732, #1733) including renaming the docs directory to |
| 8 | + `Docs` (#1689) and the addition of a CITATION.md (#1731) |
| 9 | + |
| 10 | + * codespell fixes (#1724) |
| 11 | + |
| 12 | + * rename `test_nse_net` -> `nse_net_cell`; `test_part_func` -> |
| 13 | + `part_func_cell` (#1729) |
| 14 | + |
| 15 | + * remove old testing scripts (#1727) |
| 16 | + |
| 17 | + * update `test_react` `README.md` (#1722) |
| 18 | + |
| 19 | + * implement Debye-Huckel screening and allow it to be used as a test |
| 20 | + for whether screening is needed (#1688) |
| 21 | + |
| 22 | + * remove the `use_raw_inputs` option from the EOS (#1721) |
| 23 | + |
| 24 | + * remove some old Fortran references (#1718, #1719) |
| 25 | + |
| 26 | + * switch from `std::clamp` to `amrex::Clamp` due to HIP compiler |
| 27 | + issues (#1711) |
| 28 | + |
| 29 | + * reorganize the He nets -- they are now all under |
| 30 | + `networks/he-burn` and share a common python setup (#1687, #1710) |
| 31 | + also update these nets with pynucastro (#1685). This also |
| 32 | + add a new network with 31. |
| 33 | + |
| 34 | + Renamed nets are: |
| 35 | + * `subch_base` -> `he-burn/he-burn-18a` |
| 36 | + * `subch_simple` -> `he-burn/he-burn-22a` |
| 37 | + * `He-C-Fe-group` -> `he-burn/he-burn-36a` |
| 38 | + * `CNO_He_burn` -> `he-burn/cno-he-burn-33a` |
| 39 | + |
| 40 | + * fix the Chapman-Jouguet detonation utility (#1699) |
| 41 | + |
| 42 | + * update the mailmap (#1706) |
| 43 | + |
| 44 | + * switch `std::pow(x, 1./3.)` to `std::cbrt(x)` (#1705) |
| 45 | + |
| 46 | + * remove `do_acc` option (#1708) |
| 47 | + |
| 48 | + * make the breakout EOS check if 1/mu is defined (#1694) |
| 49 | + |
| 50 | + * remove old Doxygen (#1697) and skynet (#1698) scripts from `util/` |
| 51 | + |
3 | 52 | ## 25.01
|
4 | 53 |
|
5 | 54 | * update HIP/CUDA dependences to include sparse libraries (#1686)
|
|
834 | 883 | ## 19.01
|
835 | 884 |
|
836 | 885 | * the docs are now automatically build from the sphinx source
|
837 |
| - using travis on github. |
| 886 | + using travis on github. |
838 | 887 |
|
839 | 888 | ## 18.12
|
840 | 889 |
|
|
894 | 943 |
|
895 | 944 | * some fixes to the numerical Jacobian involving X vs. Y (#100)
|
896 | 945 |
|
897 |
| - * a new `subCh` network for He burning was added. |
| 946 | + * a new `subCh` network for He burning was added. |
898 | 947 |
|
899 | 948 | * implemented the new c12(a,g)o16 nuclear reaction rate and its
|
900 | 949 | corresponding inverse from the work of Deboer et al. 2017 (Rev Mod
|
|
0 commit comments