From cf8db0e56f378de6d2bdc5d5013b862061cbf9fe Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 7 Feb 2024 12:48:16 -0500 Subject: [PATCH] prepare for 2.2.0 release (#721) --- CHANGES.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b3bac7f47..a656e93b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,37 @@ +# 2.2.0 + + * Switch to using math.fsum() instead of sum() for better python + 3.12 compatibility (#720) + + * Some modernization of the AMReX-Astro C++ code output (#709, #714, + #717) + + * Documentation improvements, including references and contributing + instructions, and NSE table (#669, #679, #695, #697, #706, #707) + + * Clean-up up some plot interfaces to always take rho, T, comp in + that order (#693) + + * Performance improvements (#680, #685, #692) + + * A new constants module was added to provide fundamental constants + (#688) + + * A new NumpyNetwork was added for use with the rate reduction + algorithm (#684) + + * Neutrino cooling routines based on Itoh et al. 1996 were added + (#628) + + * A new method for generating an NSE table was added (#676) + + * A new NSENetwork class was added for dealing with NSE (#675) + + * Moved some screening utilities out of RateCollection (#666) + + * A PythonNetwork now write out a function to compute the energy + release (#640) + # 2.1.1 * `RateCollection.evaluate_energy_generation()` can now return the