mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
[Release] Bump version to 2.14.0 and update CHANGELOG
This commit is contained in:
parent
17792418ed
commit
b2847a1f80
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.14.0] - 2025-03-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Explicit checks of the provided inverse matrix for correlated fits #259
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Compute derivative for pow explicitly instead of relying on autograd. This results in a ~4x speedup for pow operations #246
|
||||||
|
- More explicit exception types #248
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Removed the possibility to create an Obs from data on several replica #258
|
||||||
|
- Fix range in `set_prange` #247
|
||||||
|
- Fix ensemble name handling in sfcf input modules #253
|
||||||
|
- Correct error message for fit shape mismatch #257
|
||||||
|
|
||||||
## [2.13.0] - 2024-11-03
|
## [2.13.0] - 2024-11-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.14.0-dev"
|
__version__ = "2.14.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue