Skip to content

Commit

Permalink
Merge branch 'matthewfeickert-chore/update-pyhf-to-v0-7-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Aug 18, 2023
2 parents a6e6a5f + 66fa736 commit f96f336
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ The [latest release](https://github.com/MadAnalysis/madanalysis5/releases) of Ma
- [FastJet](http://fastjet.fr) v3.3.3
- [Delphes](https://github.com/delphes/delphes) v3.5.0
- [ROOT](https://root.cern) v6.04.08
- [pyhf](https://github.com/scikit-hep/pyhf) v0.7.0
- [pyhf](https://github.com/scikit-hep/pyhf) v0.7.3

### Authors

Expand Down
4 changes: 2 additions & 2 deletions bin/ma5
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.10"
date = "2023/05/24"
version = "1.10.11"
date = "2023/08/18"

# Loading the MadAnalysis session
import madanalysis.core.launcher
Expand Down
2 changes: 1 addition & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

## Contributors

This release contains contributions from (in alphabetical order):
This release contains contributions from (in alphabetical order):
5 changes: 5 additions & 0 deletions doc/releases/changelog-v1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
* More digits have been added to the CLs output file.
([#194](https://github.com/MadAnalysis/madanalysis5/pull/194))

* The required version of pyhf was updated to v0.7.3 to take advantage of recent
edge case bug fixes.
([#211](https://github.com/MadAnalysis/madanalysis5/pull/211))

## Bug fixes

* Zero division error fixed in the simplified likelihoods workflow.
Expand Down Expand Up @@ -132,4 +136,5 @@ This release contains contributions from (in alphabetical order):

[Jack Y. Araz](https://github.com/jackaraz),
[Kyle Fan](https://github.com/kfan326),
[Matthew Feickert](https://github.com/matthewfeickert),
[Benjamin Fuks](https://github.com/bfuks)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib>=3.4.2
scipy>=1.7.1
numpy>=1.19.5
pyhf==0.7.0
pyhf==0.7.3
lxml>=4.6.2
4 changes: 2 additions & 2 deletions tools/SampleAnalyzer/Commons/Base/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.10";
const std::string Configuration::sampleanalyzer_date_ = "2023/05/24";
const std::string Configuration::sampleanalyzer_version_ = "1.10.11";
const std::string Configuration::sampleanalyzer_date_ = "2023/08/18";
// DO NOT TOUCH THESE LINES

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit f96f336

Please sign in to comment.