Skip to content

Commit

Permalink
prepare for 2.2.0 release (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 7, 2024
1 parent a77a509 commit cf8db0e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions 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
Expand Down

0 comments on commit cf8db0e

Please sign in to comment.