This update addresses a bug in the statistics combination module for a specific use case. When searching for the optimal value of $\hat{\mu}$ in the combined likelihood for the optimiser, the computation for $\sigma_\mu$ may crash if the Hessian matrix is non-invertible. In cases where the Hessian is non-invertible, the search for optimal $\hat{\mu}$ is halted, deferring to the optimizer to complete the estimation.
Thanks to joes-git for pointing this out.
What's Changed
The full changelog for version 1 can be found [here](https://spey.readthedocs.io/en/main/releases/changelog-v0.1.html).
* Bugfix in stat combiner by jackaraz in https://github.com/SpeysideHEP/spey/pull/43
**Full Changelog**: https://github.com/SpeysideHEP/spey/compare/v0.1.10...v0.1.11