mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
bias correction removed
This commit is contained in:
parent
f627a52bba
commit
09b2525d29
2 changed files with 9 additions and 16 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -9,24 +9,25 @@ All notable changes to this project will be documented in this file.
|
|||
- `Obs` objects now have methods `is_zero` and `is_zero_within_error`
|
||||
|
||||
### Changed
|
||||
- Additional attributes can no longer be added to existing Obs. This makes it no longer possible to import Obs created with previous versions of pyerrors
|
||||
- The default value for Corr.prange is now `None`
|
||||
- Additional attributes can no longer be added to existing `Obs`. This makes it no longer possible to import `Obs` created with previous versions of pyerrors
|
||||
- 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`
|
||||
- Obs no longer have an attribute e_Q
|
||||
- The kwarg `bias_correction` in `derived_observable` was removed
|
||||
- Obs no longer have an attribute `e_Q`
|
||||
|
||||
## [1.1.0] - 2021-10-11
|
||||
### Added
|
||||
- `Corr` class added
|
||||
- roots module added which can find the roots of a function that depends on Monte Carlo data via pyerrors Obs
|
||||
- input/hadrons module added which can read hdf5 files written by [Hadrons](https://github.com/aportelli/Hadrons)
|
||||
- read_rwms can now read reweighting factors in the format used by openQCD-2.0
|
||||
- `roots` module added which can find the roots of a function that depends on Monte Carlo data via pyerrors `Obs`
|
||||
- `input/hadrons` module added which can read hdf5 files written by [Hadrons](https://github.com/aportelli/Hadrons)
|
||||
- `read_rwms` can now read reweighting factors in the format used by openQCD-2.0
|
||||
|
||||
## [1.0.1] - 2020-11-03
|
||||
### Fixed
|
||||
- Bug in pyerrors.covariance fixed that appeared when working with several
|
||||
- Bug in `pyerrors.covariance` fixed that appeared when working with several
|
||||
replica of different length.
|
||||
|
||||
## [1.0.0] - 2020-10-13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue