|
| 1 | +# 24.08 |
| 2 | + |
| 3 | + * autodiff is now used with the templated reaction networks (#1614) |
| 4 | + + some autodiff clean-ups and derivative fixes (#1604, #1612, |
| 5 | + #1613, #1616, #1619, #1633) |
| 6 | + |
| 7 | + * we can now output warnings from GPUs if you compile with |
| 8 | + `USE_GPU_PRINTF=TRUE` (#1629, #1635) |
| 9 | + |
| 10 | + * documentation improvements (#1570, #1628) |
| 11 | + |
| 12 | + * a new jacobian unit (`jac_cell`) test was added that compares the |
| 13 | + numerical and analytic Jacobians (#1618) |
| 14 | + |
| 15 | + * support for Strang + NSE has been removed. NSE only works with |
| 16 | + SDC now (#1549, #1621) |
| 17 | + |
| 18 | + * the network `CNO_He_burn` was added for explosive H/He burning |
| 19 | + (#1622) |
| 20 | + |
| 21 | + * code clean-ups (#1582, #1602, #1609, #1623, #1624, #1625, #1626, |
| 22 | + #1627, #1631, #1639) |
| 23 | + |
| 24 | + * `test_nse_net` now also tests the NSE EOS interface (#1621) |
| 25 | + |
| 26 | + * the self-consistent NSE + SDC update has been synced with the |
| 27 | + tabular NSE implementation (#1569, #1607, #1617) |
| 28 | + |
| 29 | + * `test_jac` was not correctly evaluating the numerical Jacobian |
| 30 | + (#1615) |
| 31 | + |
| 32 | + * the `fast_atan` function is now more accurate (#1611) |
| 33 | + |
| 34 | + * `test_ase` was renamed `test_nse_net` and the old `test_nse` was |
| 35 | + removed (#1610) |
| 36 | + |
| 37 | + * the old `test_screening` unit test was removed (#1608) |
| 38 | + |
| 39 | + * the RKC integrator now supports NSE bailout (#1544) |
| 40 | + |
| 41 | + * a second temperature check for tabular NSE was added -- above this |
| 42 | + temperature we don't consider composition (#1547) |
| 43 | + |
| 44 | + * a SDC+NSE unit test was added (#1548) |
| 45 | + |
| 46 | + * a fast log and fast pow approximation was added (#1591) |
| 47 | + |
| 48 | + * the primordial_chem network now uses the fast math routines (#1605) |
| 49 | + |
| 50 | + * fix potential Inf in constexpr linear algebra (#1603) |
| 51 | + |
1 | 52 | # 24.07 |
2 | 53 |
|
3 | 54 | * added an autodiff library and converted all of the screening |
|
0 commit comments