From d0cfc67a436477500ae99b0156178eca735f4645 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 24 Nov 2023 17:05:11 +0100 Subject: [PATCH] [release] Version bumped to 2.10.0, CHANGELOG updated. --- CHANGELOG.md | 12 ++++++++++++ pyerrors/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006888a0..34ab567f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [2.10.0] - 2023-11-24 +### Added +- More efficient implementation of read_sfcf +- added support for addition and multiplication of complex numbers to Corr objects +- the Corr.GEVP method can now also propagate the errors for the eigenvectors + +### Fixed +- Fixed bug in combined fit with multiple independent variables +- Check for invalid set of configuration numbers added when initializing an Obs object. +- Fixed a bug in hadrons.read_hdf5 + + ## [2.9.0] - 2023-07-20 ### Added - Vectorized `gamma_method` added which can be applied to lists or arrays of pyerrors objects. diff --git a/pyerrors/version.py b/pyerrors/version.py index 2e796a5b..1c622223 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.10.0-dev" +__version__ = "2.10.0"