Skip to content

Commit 112b7a4

Browse files
Note PR 1639 as suggested by Alex
1 parent 689087f commit 112b7a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes/v0.7.0.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)