From c89e33409e8c6bd35764dbb0f457a10e72a5af7b Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 1 May 2024 08:25:04 -0400 Subject: [PATCH] update changes --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ba5b788a99..48e8f6cff6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +# 24.05 + + * Runtime parameters can now be type `bool` (#1536) + + * more clang-tidy and compiler warning cleaning (#1527 #1530, + #1532, #1533) + + * Remove recursion in quicksort to avoid CUDA stack limits (#1531) + + * Update the pynucastro networks to cache derived rate partition + functions (#1529) + # 24.04 * A new `test_screening_templated` unit test was added -- this