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
-
This is a patch release from
v0.7.2
→v0.7.3
.Fixes
Use
np.prod
API overnp.product
asnp.product
is deprecated as of NumPyv1.25.0
. (PR #2242)Guard
pyhf.optimize.opt_minuit.minuit_optimizer
optimizer strategy fromNone
to ensureiminuit.Minuit.strategy
strategies are correctly handled. (PRs #2277, #2278)The fixed bug was subtle and only occurred for specific configurations of settings and arguments where
do_grad=False
was 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
pyhf
v0.7.2
:Contributors
v0.7.3
benefited 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