From eab6834cc3259e68ab33061eecdf0922d1155df3 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Thu, 5 Jan 2023 12:00:19 +0100 Subject: [PATCH] docs: CHANGELOG updated. --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b5835d..0046eb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [2.5.0] - 2023-xx-xx +### Added +- Hotelling t-squared p-value added for correlated fits. +- String conversion of numpy arrays containing `Obs` improved. +- Alias `gm` for `Obs.gamma_method` added. +- Input routine for xSF measurement program added. + +### Fixed +- Complex valued `Corr` objects fixed. +- Small bug in `qtop_projection` fixed. + ## [2.4.0] - 2022-12-01 ### Added - Log-derivatives and symmetric log-effective mass added. @@ -13,8 +24,6 @@ All notable changes to this project will be documented in this file. - Bug in `input.json` export in connection with `numpy.int64` fixed. - Small bug fixes in `input.openQCD`. - - ## [2.3.1] - 2022-10-19 ### Fixed - Integrated autocorrelation times are now correctly estimated for gapped irregular Monte Carlo chains.