From c057ecffdae82594e0bd6fa75ecca372858a7f93 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 3 Nov 2024 17:03:06 +0100 Subject: [PATCH] [Release] Updated changelog and bumped version --- CHANGELOG.md | 8 ++++++++ pyerrors/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59bb577..d019608c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.13.0] - 2024-11-03 + +### Added +- Allow providing lower triangular matrix constructed from a Cholesky decomposition in least squares function for correlated fits. + +### Fixed +- Corrected bug that prevented combined fits with multiple x-obs in some cases. + ## [2.12.0] - 2024-08-22 ### Changed diff --git a/pyerrors/version.py b/pyerrors/version.py index 9b9dc340..930e2cd6 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.13.0-dev" +__version__ = "2.13.0"