Skip to content

Commit 07ad89e

Browse files
committed
docs: CHANGELOG updated.
1 parent 087a3f9 commit 07ad89e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [2.9.0] - 2023-07-20
6+
### Added
7+
- Vectorized `gamma_method` added which can be applied to lists or arrays of pyerrors objects.
8+
- Wrapper for numerical integration of `Obs` valued functions with `Obs` valued intervals.
9+
- Bootstrap import and export added.
10+
- `matmul` overloaded for `Corr` class.
11+
- More options for initializing `Corr` objects added.
12+
- General Hadrons hdf5 reader added.
13+
- New variant of second_derivative.
14+
- CObs formatting added.
15+
- Comparisons for `Corr` class added.
16+
17+
### Changed
18+
- support for python<3.8 was dropped and dependencies were updated.
19+
20+
521
## [2.8.2] - 2023-06-02
622
### Fixed
723
- Another bug appearing in an edge case of `_compute_drho` fixed.

0 commit comments

Comments
 (0)