mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-14 22:30:25 +01:00
[release] Version bumped to 2.10.0, CHANGELOG updated.
This commit is contained in:
parent
728c2e55ee
commit
d0cfc67a43
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.10.0-dev"
|
||||
__version__ = "2.10.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue