We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1779241 commit b2847a1Copy full SHA for b2847a1
2 files changed
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
All notable changes to this project will be documented in this file.
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
20
## [2.13.0] - 2024-11-03
21
22
### Added
pyerrors/version.py
@@ -1 +1 @@
1
-__version__ = "2.14.0-dev"
+__version__ = "2.14.0"
0 commit comments