Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2025-03-09 11:36:02 +00:00
commit 8d57f27df4
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.
## [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
### Added

View file

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