v0.7.3 #2296
matthewfeickert
announced in
Announcements
v0.7.3
#2296
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a patch release from
v0.7.2→v0.7.3.Fixes
Use
np.prodAPI overnp.productasnp.productis deprecated as of NumPyv1.25.0. (PR #2242)Guard
pyhf.optimize.opt_minuit.minuit_optimizeroptimizer strategy fromNoneto ensureiminuit.Minuit.strategystrategies are correctly handled. (PRs #2277, #2278)The fixed bug was subtle and only occurred for specific configurations of settings and arguments where
do_grad=Falsewas used (either explicitly by provided kwarg or implicitly through defaults). To determine if you might have been affected by it, check your code for setups like the following.Full example that fails in
pyhfv0.7.2:Contributors
v0.7.3benefited from contributions from:What's Changed
Full Changelog: v0.7.2...v0.7.3
This discussion was created from the release v0.7.3.
Beta Was this translation helpful? Give feedback.
All reactions