File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Important Notes
2424 been updated.
2525 To access the behavior used in ``pyhf `` ``v0.6.x `` use the ``suggested_fixed_as_bool `` attribute.
2626 (PR :pr: `1639 `)
27+ * ``pyhf.pdf._ModelConfig.par_names `` is changed to be a property attribute.
28+ (PR :pr: `2027 `)
2729* The order of model parameters is now sorted by model parameter name.
2830 (PR :pr: `1625 `)
2931* Support for writing user custom modifiers is added.
@@ -114,6 +116,9 @@ Python API
114116 To access the behavior used in ``pyhf `` ``v0.6.x `` use the ``suggested_fixed_as_bool `` attribute.
115117 (PR :pr: `1639 `)
116118
119+ * ``pyhf.pdf._ModelConfig.par_names `` is changed to be a property attribute.
120+ (PR :pr: `2027 `)
121+
117122* The order of model parameters is now sorted by model parameter name.
118123 (PR :pr: `1625 `)
119124
@@ -128,7 +133,7 @@ Python API
128133 ... )
129134 >>> model.config.par_order
130135 ['correlated_bkg_uncertainty', 'mu']
131- >>> model.config.par_names()
136+ >>> model.config.par_names
132137 ['correlated_bkg_uncertainty', 'mu']
133138
134139 * Support for writing user custom modifiers is added.
You can’t perform that action at this time.
0 commit comments