From d6e6e9d05b1dc6ed0b7fe0ebbfeeb44448d18636 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Wed, 24 May 2023 21:40:23 +0200 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a2ed6f5..3feb5074 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,17 @@ Changelog ========= -[1.2.0] (13-03-2023) +2.0.0 (2023-05-24) +------------------ + +* Faster approach on error propagation. As alternative to computational intensive Monte Carlo runs. +* Refractored some of the indexing logic of the calibration routines. +* Rewritten single-ended and double-ended example notebooks. +* Removed support for OLS calibration, as with minor extra efforts WLS could be used, which has significant benefits. + +1.2.0 (2023-03-13) +------------------ Bugfixes * Fixed deprecated np.float and np.int