v1.10.4
This release concentrates on transitioning to the c++11
environment for the SampleAnalyzer
backend and improving the LHC interpretation interface.
- Implementation of simplified and full likelihoods in the LHC recasting (recast mode) (details in arXiv: 2206.14870 [hep-ph]).
- integration of simplified likelihoods and
pyhf
interface
- integration of simplified likelihoods and
- Improvements in code structure and transitioning to
c++11
environment. - Additional functionalities for expert mode analysis to simplify the analysis structure.
- Externalization of python based third-party software.
- Usage of the software is now limited to python v3.6+.
What's Changed
The software changelog for v1.10 can be found in changelog-v1.10.md
.
This release includes the following PRs:
- minor fix to avoid NaN in CLs_output following issue #3 by @jackaraz in #4
- Full likelihoods by @jackaraz in #5
- Core update by @jackaraz in #10
PADForSFS
mass execution crash bugfix by @jackaraz in #17- Documentation on Pull Requests by @jackaraz in #14
- Vectorized SR declaration for cut initialization by @jackaraz in #29
- Declaration for required Python libraries for the usage of the entire framework by @jackaraz in #31
- Test interface by @jackaraz in #20
- Workflow and Changelog by @jackaraz in #54
- update copyright dates by @jackaraz in #57
ntracks
have been moved toRecParticleFormat
by @jackaraz in #56- fixing issue #52 by @BFuks in #64
- Warning messages by @jackaraz in #51
- Improvements in validation suite by @jackaraz in #59
- Deprecate python based third-party software installation by @jackaraz in #68
- Global hadronic and invisible particle declaration by @jackaraz in #66
- Check release updates by @jackaraz in #65
- Bugfix for covariance matrix construction for simplified likelihoods by @jackaraz in #88
- Bug fix in version check message by @jackaraz in #91
- Extend debug mode message by @jackaraz in #90
- Update ma5 by @BFuks in #92
- Bug fix in error handling by @jackaraz in #95
- Bugfix in SL interface by @jackaraz in #93
- Fix the random seed by @jackaraz in #96
- Fixes conventions, adding collision type for jet clustering algos, fi… by @econte-cms in #101
- Bugfix in RecEventFormat Memory allocation by @jackaraz in #100
- Update references by @jackaraz in #105
- Bugfix in expert-reco mode initiation by @jackaraz in #111
Full Changelog: v1.9.60...v1.10.4