You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use return_correlations kwarg instead of extracting correlation matrix from Minuit object
use return_fitted_val kwarg instead of extracting NLL from Minuit object
optional and done:
pyhf 0.5.3 uses uproot~=3.6, while the master now uses uproot3~=3.14, this means that with 0.6.0 it will be possible to transition from uproot4 in the cabinetry setup extras to uproot (since currently the uproot name is taken by the old package via pyhf), similarly it will enable the awkward1 -> awkward transition
-> this transition already happened via pyhf 0.5.4 and cabinetry 0.1.7
This collects required and optional changes for an update to
pyhf
0.6.0:optional and not yet done: -> moved to #198
model_utils.model_and_data
qtilde
infit.limit
(default as of feat: Update model and inference defaults pyhf#1114)fit._fit_model_custom
can now be accessed throughfit._fit_model_pyhf
, so the former can be droppedreturn_correlations
kwarg instead of extracting correlation matrix from Minuit objectreturn_fitted_val
kwarg instead of extracting NLL from Minuit objectoptional and done:
pyhf
0.5.3 usesuproot~=3.6
, while the master now usesuproot3~=3.14
, this means that with 0.6.0 it will be possible to transition fromuproot4
in thecabinetry
setup extras touproot
(since currently theuproot
name is taken by the old package viapyhf
), similarly it will enable theawkward1
->awkward
transition-> this transition already happened via pyhf 0.5.4 and cabinetry 0.1.7
required and done:
test_stat
kwarg instead ofqtilde=True
/False
feat: Test statistic specified by string instead of using qtilde kwarg pyhf#1231iminuit
v2 API (see feat: Use iminuit v2.0 API pyhf#1208),iminuit
changlogiminuit
2.0.0 crashes when drawing the correlation matrix in the example, fixed in 2.1.0 (which is the minimum required version bypyhf
anyway)The text was updated successfully, but these errors were encountered: