[release] Version bumped to 2.10.0, CHANGELOG updated.

This commit is contained in:
Fabian Joswig 2023-11-24 17:05:11 +01:00
parent 728c2e55ee
commit d0cfc67a43
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
## [2.10.0] - 2023-11-24
### Added
- More efficient implementation of read_sfcf
- added support for addition and multiplication of complex numbers to Corr objects
- the Corr.GEVP method can now also propagate the errors for the eigenvectors
### Fixed
- Fixed bug in combined fit with multiple independent variables
- Check for invalid set of configuration numbers added when initializing an Obs object.
- Fixed a bug in hadrons.read_hdf5
## [2.9.0] - 2023-07-20
### Added
- Vectorized `gamma_method` added which can be applied to lists or arrays of pyerrors objects.

View file

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