build: version number bumped to 2.4.0, CHANGELOG updated.

This commit is contained in:
Fabian Joswig 2022-12-01 10:41:10 +00:00
parent 8665e21dc0
commit 65e0485736
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -2,13 +2,17 @@
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
- Log-derivatives and symmetric log-effective mass added.
- Covariance for irregular Monte Carlo chains sped up.
- Additional checks in `Corr.GEVP` added.
### Fixed
- 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

View file

@ -1 +1 @@
__version__ = "2.4.0+dev"
__version__ = "2.4.0"