From ff2d4c23e8ff270445380f54678f410e6bb60caf Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Thu, 1 Jun 2023 13:32:59 +0100 Subject: [PATCH] docs: CHANGELOG updated. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed49fe9a..5ac97253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.8.1] - 2023-06-01 +### Fixed +- `input.pandas` can now deal with columns that only have `None` entries. +- Bug in f-string conversion of `Obs` fixed. +- Bug in edge case of `_compute_drho` fixed. +- Several numpy 1.25 deprecations fixed. + + ## [2.8.0] - 2023-05-21 ### Added - `pyerrors` can now deal with replica with different gapsizes.