mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
9d7c0ddadc
2 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
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.2.0] - 2022-xx-xx
|
## [2.2.0] - 2022-08-01
|
||||||
### Added
|
### Added
|
||||||
- New submodule `input.pandas` added which adds the possibility to read and write pandas DataFrames containing `Obs` or `Corr` objects to csv files or SQLite databases.
|
- New submodule `input.pandas` added which adds the possibility to read and write pandas DataFrames containing `Obs` or `Corr` objects to csv files or SQLite databases.
|
||||||
- `hash` method for `Obs` objects added.
|
- `hash` method for `Obs` objects added.
|
||||||
- `Obs.reweight` method added in analogy to `Corr.reweight` which allows for a more convenient reweighting of individual observables.
|
- `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'`.
|
- `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'`.
|
||||||
- Function for the extraction of the gradient flow coupling added (see 1607.06423 for details).
|
- Function for the extraction of the gradient flow coupling added (see 1607.06423 for details).
|
||||||
|
- `Corr.is_matrix_symmetric` added which efficiently checks whether a correlator matrix is symmetric. This is used to speed up the GEVP method.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `Corr.m_eff` can now deal with correlator entries which are exactly zero.
|
- `Corr.m_eff` can now deal with correlator entries which are exactly zero.
|
||||||
|
@ -25,7 +26,7 @@ All notable changes to this project will be documented in this file.
|
||||||
## [2.1.1] - 2022-06-06
|
## [2.1.1] - 2022-06-06
|
||||||
### Fixed
|
### Fixed
|
||||||
- Bug in error propagation of correlated least square fits fixed.
|
- Bug in error propagation of correlated least square fits fixed.
|
||||||
- `Fit_result.gamma_method` can now be called with kwargs
|
- `Fit_result.gamma_method` can now be called with kwargs.
|
||||||
|
|
||||||
## [2.1.0] - 2022-05-31
|
## [2.1.0] - 2022-05-31
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.2.0+dev"
|
__version__ = "2.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue