mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
CHANGELOG extended
This commit is contained in:
parent
c927ebf043
commit
87ad435830
1 changed files with 9 additions and 2 deletions
11
CHANGELOG.md
11
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
|
||||
|
|
Loading…
Add table
Reference in a new issue