Skip to content

Commit b0839d1

Browse files
zingaleyut23
andauthored
update the CHANGES.md for 25.02 (#1734)
Co-authored-by: Eric T. Johnson <[email protected]>
1 parent 76cbfa3 commit b0839d1

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

CHANGES.md

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Changelog
22

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+
352
## 25.01
453

554
* update HIP/CUDA dependences to include sparse libraries (#1686)
@@ -834,7 +883,7 @@
834883
## 19.01
835884

836885
* the docs are now automatically build from the sphinx source
837-
using travis on github.
886+
using travis on github.
838887

839888
## 18.12
840889

@@ -894,7 +943,7 @@
894943

895944
* some fixes to the numerical Jacobian involving X vs. Y (#100)
896945

897-
* a new `subCh` network for He burning was added.
946+
* a new `subCh` network for He burning was added.
898947

899948
* implemented the new c12(a,g)o16 nuclear reaction rate and its
900949
corresponding inverse from the work of Deboer et al. 2017 (Rev Mod

0 commit comments

Comments
 (0)