Skip to content

Commit

Permalink
[release] Version bumped to 2.10.0, CHANGELOG updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Nov 24, 2023
1 parent 728c2e5 commit d0cfc67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyerrors/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.0-dev"
__version__ = "2.10.0"

0 comments on commit d0cfc67

Please sign in to comment.