Skip to content

Commit b2847a1

Browse files
committed
[Release] Bump version to 2.14.0 and update CHANGELOG
1 parent 1779241 commit b2847a1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

5+
## [2.14.0] - 2025-03-09
6+
7+
### Added
8+
- Explicit checks of the provided inverse matrix for correlated fits #259
9+
10+
### Changed
11+
- Compute derivative for pow explicitly instead of relying on autograd. This results in a ~4x speedup for pow operations #246
12+
- More explicit exception types #248
13+
14+
### Fixed
15+
- Removed the possibility to create an Obs from data on several replica #258
16+
- Fix range in `set_prange` #247
17+
- Fix ensemble name handling in sfcf input modules #253
18+
- Correct error message for fit shape mismatch #257
19+
520
## [2.13.0] - 2024-11-03
621

722
### Added

pyerrors/version.py

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

0 commit comments

Comments
 (0)