We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0a4cc commit 4cdddf0Copy full SHA for 4cdddf0
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [2.16.0] - 2025-10-30
6
+
7
+### Added
8
+- Support for custom configuration number extraction in the sfcf input module.
9
10
+### Fixed
11
+- Calculation of expected chisquare in connection with priors.
12
13
+### Changed
14
+- Support for python<3.10 was dropped.
15
16
## [2.15.1] - 2025-10-19
17
18
### Fixed
pyerrors/version.py
@@ -1 +1 @@
1
-__version__ = "2.16.0-dev"
+__version__ = "2.16.0"
0 commit comments