Skip to content

Commit

Permalink
update changes for 24.07 (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 2, 2024
1 parent 41c88a6 commit c2795ec
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 24.07

* added an autodiff library and converted all of the screening
functions to use autodiff for the thermodynamic derivatives
(#1581, #1588, #1593, #1596, #1597, #1600)

* some testing infrastructure fixes (#1598, #1589)

* documentation improvements (#1594)

* added approximate math functions for exp and atan (#1583, #1586)

* fix return code for PrimordialChem unit test (#1590)

* NSE optimizations (including chabrier1998 screening) #1585

* remove "using namespace amrex" from most headers (#1584)

* NSE table can work with other network now (#1576, #1577, #1580)

* the `subch_full` and `subch_approx` networks were removed -- these
are replaced by `subch_simple` and `subch_base` (#1578)

* retry tolerances now default to use the same values as the first
attempt, unless they are explicitly set in an inputs file (#1573)

# 24.06

* added the ability to access the runtime parameters via a struct.
Expand Down

0 comments on commit c2795ec

Please sign in to comment.