mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02: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.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [2.0.0] - 2021-??-??
|
## [2.0.0] - 2021-??-??
|
||||||
## Added
|
### Added
|
||||||
- `CObs` class added which can handle complex valued observables
|
- `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`
|
- 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`
|
- `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
|
## [1.1.0] - 2021-10-11
|
||||||
### Added
|
### Added
|
||||||
- `Corr` class added
|
- `Corr` class added
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue