mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
docs: CHANGELOG updated.
This commit is contained in:
parent
dc396e542c
commit
07d947d5b1
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
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.x.x] - 2022-xx-xx
|
||||||
|
### Added
|
||||||
|
- `Obs.reweight` method added in analogy to `Corr.reweight` which allows for a more convenient reweighting of individual observables.
|
||||||
|
- `Corr.show` now has the additional argument `title` which allows to add a title to the figure. Figures are now saved with `bbox_inches='tight'`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `Corr.m_eff` can now deal with correlator entries which are exactly zero.
|
||||||
|
- Minor bugs in `input.dobs` fixed.
|
||||||
|
|
||||||
## [2.1.3] - 2022-06-13
|
## [2.1.3] - 2022-06-13
|
||||||
### Fixed
|
### Fixed
|
||||||
- Further bugs in connection with correlator objects which have arrays with None entries as content fixed.
|
- Further bugs in connection with correlator objects which have arrays with None entries as content fixed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue