Skip to content

Commit c057ecf

Browse files
committed
[Release] Updated changelog and bumped version
1 parent 47fd72b commit c057ecf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.13.0] - 2024-11-03
6+
7+
### Added
8+
- Allow providing lower triangular matrix constructed from a Cholesky decomposition in least squares function for correlated fits.
9+
10+
### Fixed
11+
- Corrected bug that prevented combined fits with multiple x-obs in some cases.
12+
513
## [2.12.0] - 2024-08-22
614

715
### Changed

pyerrors/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.13.0-dev"
1+
__version__ = "2.13.0"

0 commit comments

Comments
 (0)