Skip to content

Commit f96f336

Browse files
committed
Merge branch 'matthewfeickert-chore/update-pyhf-to-v0-7-3'
2 parents a6e6a5f + 66fa736 commit f96f336

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The [latest release](https://github.com/MadAnalysis/madanalysis5/releases) of Ma
237237
- [FastJet](http://fastjet.fr) v3.3.3
238238
- [Delphes](https://github.com/delphes/delphes) v3.5.0
239239
- [ROOT](https://root.cern) v6.04.08
240-
- [pyhf](https://github.com/scikit-hep/pyhf) v0.7.0
240+
- [pyhf](https://github.com/scikit-hep/pyhf) v0.7.3
241241

242242
### Authors
243243

bin/ma5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ sys.path.insert(0, servicedir)
6868

6969
# Release version
7070
# Do not touch it !!!!!
71-
version = "1.10.10"
72-
date = "2023/05/24"
71+
version = "1.10.11"
72+
date = "2023/08/18"
7373

7474
# Loading the MadAnalysis session
7575
import madanalysis.core.launcher

doc/releases/changelog-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Contributors
1010

11-
This release contains contributions from (in alphabetical order):
11+
This release contains contributions from (in alphabetical order):

doc/releases/changelog-v1.10.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
* More digits have been added to the CLs output file.
6363
([#194](https://github.com/MadAnalysis/madanalysis5/pull/194))
6464

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

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

133137
[Jack Y. Araz](https://github.com/jackaraz),
134138
[Kyle Fan](https://github.com/kfan326),
139+
[Matthew Feickert](https://github.com/matthewfeickert),
135140
[Benjamin Fuks](https://github.com/bfuks)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
matplotlib>=3.4.2
22
scipy>=1.7.1
33
numpy>=1.19.5
4-
pyhf==0.7.0
4+
pyhf==0.7.3
55
lxml>=4.6.2

tools/SampleAnalyzer/Commons/Base/Configuration.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ using namespace MA5;
4040
// Initializing static data members
4141
// -----------------------------------------------------------------------------
4242
// DO NOT TOUCH THESE LINES
43-
const std::string Configuration::sampleanalyzer_version_ = "1.10.10";
44-
const std::string Configuration::sampleanalyzer_date_ = "2023/05/24";
43+
const std::string Configuration::sampleanalyzer_version_ = "1.10.11";
44+
const std::string Configuration::sampleanalyzer_date_ = "2023/08/18";
4545
// DO NOT TOUCH THESE LINES
4646

4747
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)