Releases: SpeysideHEP/spey
v0.1.11
This update addresses a bug in the statistics combination module for a specific use case. When searching for the optimal value of
Thanks to @joes-git for pointing this out.
What's Changed
The full changelog for version 1 can be found here.
Full Changelog: v0.1.10...v0.1.11
v0.1.10
This release includes compatibility updates for Python 3.12, as well as bug fixes for the exclusion limit calculator.
What's Changed
The full changelog can be found here.
- Improve compatibility for Python 3.12 by @jackaraz in #39
- Bugfix in exclusion limit calculator by @jackaraz (thanks to @joes-git) in #42
Full Changelog: v0.1.9...v0.1.10
v0.1.9
This release extends the limitations on the requirements, especially for SciPy and Autograd.
Normal and multivariate normal distributions have been added as PDFs. This update is specifically for integration with Contur. Thanks to @jonbutterworth and @joes-git.
Notes for the next release: Due to some deprecated system packages, some issues have been observed when Spey is used in Python 3.12. These issues will be fixed in the next release.
What's Changed
The changelog can be found here.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
This version fixes numeric inconsistencies caused by signal uncertainties.
Thanks to @sabinekraml for pointing this out.
What's Changed
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
This release enhances several aspects of the spey workflow:
- Users will be able to access the gradient and hessian functions of the statistical models.
- Enhance the logging structure of the package, including debugging tools.
- Gradient execution has been optimised for faster optimisation.
- Spey will be able to provide BibTeX information for third-party plug-ins through their arXiv number, DOI and Zenodo identifiers (if provided in plug-in metadata).
What's Changed
- Logging and BibTeX by @jackaraz in #32
- Optimise gradient execution by @jackaraz in #31
- logging, gradients, and BibTeX by @jackaraz in #33
Full Changelog: v0.1.5...v0.1.6
v0.1.5
This release updates a typo in the computation of
What's Changed
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
New Poisson likelihood without uncertainty implementation has been added (request by Veronica Sanz for EFT studies).
A full changelog can be found in the documentation.
What's Changed
- Exclusion limits from chi-square in #17
- Backend inspection in #15
- Align
UnCorrStatisticsCombiner
with recent updates in #20 - Docs in #21
- Poisson likelihood without uncertainty implementation in #22
Full Changelog: v0.1.0...v0.1.3