Skip to content

Commit d0cfc67

Browse files
committed
[release] Version bumped to 2.10.0, CHANGELOG updated.
1 parent 728c2e5 commit d0cfc67

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All 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.

pyerrors/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.0-dev"
1+
__version__ = "2.10.0"

0 commit comments

Comments
 (0)