Skip to content

Releases: SpeysideHEP/spey-pyhf

v0.1.6

19 Sep 17:15
e60f7ac
Compare
Choose a tag to compare

The simplification module and patch handling have been enhanced in this version. As a result, users may encounter more warning messages, which are intended to provide insight into backend processes. These warnings are not necessarily indicative of errors but are meant to prompt users to verify that their actions align with their intended outcomes.

Thanks to @Rav2 and @Altakach313 for their help in this version.

What's Changed

Detailed changelog can be found in here.

  • Missing channel handling in full llhd simplification by @jackaraz in #13

Full Changelog: v0.1.5...v0.1.6

v0.1.5

12 Jul 15:54
33dae30
Compare
Choose a tag to compare

This update changes the script's behaviour in the case of incomplete signal patch input. Previous versions were removing the channels if they were not clearly identified in the signal patch. From this version on, Spey will raise a warning message and assume that the signal yield in the corresponding channels without any information is zero.

Thanks to @Rav2 for pointing this out.

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Jan 16:40
a9401bc
Compare
Choose a tag to compare

This update improves the efficiency of plug-in initialisation.

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

18 Jan 12:15
2605b25
Compare
Choose a tag to compare

This update provides a bug fix for the simplify module, which was crashing during signal injection.

Detailed changelog can be found in this link.

What's Changed

  • Issue during signal injection in #9

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Jan 18:59
08ffc96
Compare
Choose a tag to compare

pyhf dependency has been updated.

What's Changed

  • readthedocs compatibility in #7
  • Update pyhf version in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Sep 10:59
Compare
Choose a tag to compare

This release implements a new plug-in for spey. With this plug-in, the user can map the pyhf full likelihoods to the simplified likelihood framework.

The full changelog can be found in this link.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Jul 15:00
Compare
Choose a tag to compare

Initial release for spey-pyhf plug-in.