From 87ad43583012551f886b8d46705e7637568fb541 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 17 Oct 2021 13:50:34 +0100 Subject: [PATCH] CHANGELOG extended --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240778ea..8c9b7d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ All notable changes to this project will be documented in this file. ## [2.0.0] - 2021-??-?? -## Added -- `CObs` class added which can handle complex valued observables +### Added +- `CObs` class added which can handle complex valued Markov chain Monte Carlo data and the corresponding error propagation - Matrix to matrix operations like the matrix inverse now also work for complex matrices and matrices containing entries that are not `Obs` but `float` or `int` - `Obs` objects now have methods `is_zero` and `is_zero_within_error` +### Changed +- The default value for Corr.prange is now `None` +- The `input` module was restructured to contain one submodule per data source + +### Deprecated +- The function `plot_corrs` was deprecated as all its functionality is now contained within `Corr.show` + ## [1.1.0] - 2021-10-11 ### Added - `Corr` class added