From 7c797191d4c3178fe4a22275bbaee9c2977786ad Mon Sep 17 00:00:00 2001 From: Brandon Bocklund Date: Thu, 4 Aug 2022 15:36:12 -0700 Subject: [PATCH] REL: 0.8.9 --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8fcf7b45..e4902173 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,19 @@ Changelog |version| (development) ======================= +0.8.9 (2022-08-04) +================== + +Improvements +============ +* Support varying pressure and P-X plots in dataplot() and ravel_zpf_values() (`@bocklund`_ - :issue:`240`) +* MCMC: Refactor residual/likelihood functions to better support custom user data types and likelihood functions (`@bocklund`_ - :issue:`236`) + +Deprecations +============ +* Drop Python 3.7 (following NEP-29) (`@bocklund`_ - :issue:`237`) +* Remove custom graph of optimizer history (`@bocklund`_ - :issue:`235`) + 0.8.8 (2022-05-22) ==================