File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
20
## [ 2.13.0] - 2024-11-03
6
21
7
22
### Added
Original file line number Diff line number Diff line change 1
- __version__ = "2.14.0-dev "
1
+ __version__ = "2.14.0"
You can’t perform that action at this time.
0 commit comments