mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
build: version number bumped to 2.4.0, CHANGELOG updated.
This commit is contained in:
parent
8665e21dc0
commit
65e0485736
2 changed files with 6 additions and 2 deletions
|
@ -2,13 +2,17 @@
|
||||||
|
|
||||||
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.4.0] - 2022-xx-xx
|
## [2.4.0] - 2022-12-01
|
||||||
### Added
|
### Added
|
||||||
- Log-derivatives and symmetric log-effective mass added.
|
- Log-derivatives and symmetric log-effective mass added.
|
||||||
- Covariance for irregular Monte Carlo chains sped up.
|
- Covariance for irregular Monte Carlo chains sped up.
|
||||||
|
- Additional checks in `Corr.GEVP` added.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Bug in `Obs.details` fixed which appeared when tau had zero error.
|
- Bug in `Obs.details` fixed which appeared when tau had zero error.
|
||||||
|
- Bug in `input.json` export in connection with `numpy.int64` fixed.
|
||||||
|
- Small bug fixes in `input.openQCD`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.3.1] - 2022-10-19
|
## [2.3.1] - 2022-10-19
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.4.0+dev"
|
__version__ = "2.4.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue