We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd72b commit c057ecfCopy full SHA for c057ecf
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
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
13
## [2.12.0] - 2024-08-22
14
15
### Changed
pyerrors/version.py
@@ -1 +1 @@
1
-__version__ = "2.13.0-dev"
+__version__ = "2.13.0"
0 commit comments