From e2983eb05c8fc91c5701c8d510588e1e2745d473 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Tue, 15 Nov 2022 09:48:20 +0000 Subject: [PATCH 1/2] docs: CHANGELOG updated. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce784d1..6381fba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [2.4.0] - 2022-xx-xx +### Added +- Log-derivatives and symmetric log-effective mass added. +- Covariance for irregular Monte Carlo chains sped up. + +### Fixed +- Bug in `Obs.details` fixed which appeared when tau had zero error. + + ## [2.3.1] - 2022-10-19 ### Fixed - Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains. From d7fd101145be975a1e4f4fd7ca719280cb4c4eb4 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Wed, 16 Nov 2022 10:38:18 +0000 Subject: [PATCH 2/2] docs: pypi link added to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d067fc03..5368ee34 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - **Bug reports:** https://github.com/fjosw/pyerrors/issues ## Installation -To install the most recent release run +To install the most recent release (via [pypi](https://pypi.org/project/pyerrors/)) run ```bash pip install pyerrors # Fresh install pip install -U pyerrors # Upgrade