Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the CHANGES.md for 25.02 #1734

Open
wants to merge 5 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 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)

* remove some old Fortran references (#1718, #1719)

* switch from `std::clamp` to `amrex:Clamp` due to HIP compiler
zingale marked this conversation as resolved.
Show resolved Hide resolved
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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to make a list of all the renames, either here or maybe in networks/he-burn/README.md

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I'll do it here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


* fix the Chapman-Jouguet detonation utility (#1699)

* update the mailmap (#1706)

* switch `std::pow(x, 1./3.)` to `std::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/`

## 25.01

* update HIP/CUDA dependences to include sparse libraries (#1686)
Expand Down Expand Up @@ -834,7 +876,7 @@
## 19.01

* the docs are now automatically build from the sphinx source
using travis on github.
using travis on github.

## 18.12

Expand Down Expand Up @@ -894,7 +936,7 @@

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

* a new `subCh` network for He burning was added.
* a new `subCh` network for He burning was added.

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