[Release] Bump version to 2.14.0 and update CHANGELOG

This commit is contained in:
Fabian Joswig 2025-03-09 12:35:29 +01:00
parent 17792418ed
commit b2847a1f80
2 changed files with 16 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
__version__ = "2.14.0-dev" __version__ = "2.14.0"