We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c0c4d commit a14fdd4Copy full SHA for a14fdd4
docs/release-notes/v0.7.0.rst
@@ -30,7 +30,8 @@ Important Notes
30
Fixes
31
-----
32
33
-* FIXES HERE
+* Use improvements to `jsonschema.RefResolver` to avoid `jsonschema.exceptions.RefResolutionError`.
34
+ (PR :pr:`1976`)
35
36
Features
37
--------
@@ -70,6 +71,15 @@ Python API
70
71
The :func:`pyhf.infer.intervals.upperlimit` API will removed in ``pyhf`` ``v0.9.0``.
72
(PR :pr:`1274`)
73
74
+Removals
75
+--------
76
+
77
+Python API
78
+~~~~~~~~~~
79
80
+* The :func:`pyhf.simplemodels.hepdata_like` API, deprecated since ``pyhf``
81
+ ``v0.6.2``, has been removed.
82
+ (PR :pr:`1670`)
83
84
Contributors
85
------------
0 commit comments