From 5a3bb1d11aceacfedf01c14782a9875d6ae0e004 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Wed, 19 Oct 2022 14:04:36 +0100 Subject: [PATCH] docs: CHANGELOG updated, version number bumped to 2.3.1 --- CHANGELOG.md | 5 +++++ pyerrors/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55759ea..cce784d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [2.3.1] - 2022-10-19 +### Fixed +- Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains. +- The output of `Obs.details` was improved and now contains information about the stepsize in configurations for which the integrated autocorrelation time was estimated. + ## [2.3.0] - 2022-10-13 ### Added - `least_squares` and `total_least_squares` fits now have an optional keyword argument `num_grad`. If this argument is set to `True` the error propagation of the fit is performed via numerical instead of automatic differentiation. This options allows for fits functions which contain special functions or which are not analytically known. diff --git a/pyerrors/version.py b/pyerrors/version.py index fc1038a9..3a5935a2 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.4.0+dev" +__version__ = "2.3.1"