Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2025-10-30 15:34:50 +00:00
commit eef4d6de16
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
## [2.16.0] - 2025-10-30
### Added
- Support for custom configuration number extraction in the sfcf input module.
### Fixed
- Calculation of expected chisquare in connection with priors.
### Changed
- Support for python<3.10 was dropped.
## [2.15.1] - 2025-10-19
### Fixed

View file

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