File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.10.0] - 2023-11-24
6+ ### Added
7+ - More efficient implementation of read_sfcf
8+ - added support for addition and multiplication of complex numbers to Corr objects
9+ - the Corr.GEVP method can now also propagate the errors for the eigenvectors
10+
11+ ### Fixed
12+ - Fixed bug in combined fit with multiple independent variables
13+ - Check for invalid set of configuration numbers added when initializing an Obs object.
14+ - Fixed a bug in hadrons.read_hdf5
15+
16+
517## [ 2.9.0] - 2023-07-20
618### Added
719- Vectorized ` gamma_method ` added which can be applied to lists or arrays of pyerrors objects.
Original file line number Diff line number Diff line change 1- __version__ = "2.10.0-dev "
1+ __version__ = "2.10.0"
You can’t perform that action at this time.
0 commit comments