File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Important Notes
2020 (PR :pr: `1909 `)
2121* Support for model specifications without a parameter of interest defined is added.
2222 (PRs :pr: `1638 `, :pr: `1636 `)
23+ * The :class: `pyhf.parameters.paramsets ` classes ``suggested_fixed `` attribute behavior has
24+ been updated.
25+ To access the behavior used in ``pyhf `` ``v0.6.x `` use the ``suggested_fixed_as_bool `` attribute.
26+ (PR :pr: `1639 `)
2327* Support for writing user custom modifiers is added.
2428 (PRs :pr: `1625 `, :pr: `1644 `)
2529* Performance in :class: `pyhf.readxml ` is increased by improvements to
@@ -103,6 +107,11 @@ Python API
103107 in the measurement may now be overridden using the added ``poi_name `` kwarg.
104108 (PR :pr: `1636 `)
105109
110+ * The :class: `pyhf.parameters.paramsets ` classes ``suggested_fixed `` attribute behavior has
111+ been updated to return a :class: `list ` of :class: `bool ` of length ``n_parameters ``.
112+ To access the behavior used in ``pyhf `` ``v0.6.x `` use the ``suggested_fixed_as_bool `` attribute.
113+ (PR :pr: `1639 `)
114+
106115* Support for writing user custom modifiers is added.
107116 (PRs :pr: `1625 `, :pr: `1644 `)
108117
You can’t perform that action at this time.
0 commit comments