From e670eabb81af80a613e1dcb7c31f02f5c9f934fd Mon Sep 17 00:00:00 2001 From: bocklund Date: Mon, 9 Aug 2021 17:39:25 -0400 Subject: [PATCH] REL: 0.8.5 --- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 61b65336..9bba9fad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,16 @@ Changelog |version| (development) ======================= +0.8.5 (2021-08-09) +================== + +Improvements +------------ + +* Migrate to the new pycalphad internal APIs for the minimizer and ``calculate`` utilities (`@bocklund`_ - :issue:`201` and :issue:`206`) +* Improve AICc formulation to have more consistent behavior when the number of data points is small (`@bocklund`_ - :issue:`205`) +* Enable specifying custom pycalphad ``Model`` classes in MCMC simulations via the phase models data file (`@bocklund`_ - :issue:`202`) + 0.8.4 (2021-06-06) ==================