File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ .. include :: release-notes/v0.7.1.rst
56.. include :: release-notes/v0.7.0.rst
67.. include :: release-notes/v0.6.3.rst
78.. include :: release-notes/v0.6.2.rst
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Important Notes
99* Please note this release has **API breaking changes ** and carefully read these
1010 notes while updating your code to the ``v0.7.0 `` API.
1111* All backends are now fully compatible and tested with
12- `Python 3.10 <https://peps.python.org/pep-0310 / >`_.
12+ `Python 3.10 <https://peps.python.org/pep-0619 / >`_.
1313 (PR :pr: `1809 `)
1414* The ``pyhf.tensorlib.poisson `` API now allows for the expected rate parameter
1515 ``lam `` to be ``0 `` in the case that the observed events ``n `` is ``0 `` given
Original file line number Diff line number Diff line change 1+ |release v0.7.1 |_
2+ =================
3+
4+ This is a patch release from ``v0.7.0 `` → ``v0.7.1 ``.
5+
6+ Important Notes
7+ ---------------
8+
9+ * All backends are now fully compatible and tested with
10+ `Python 3.11 <https://peps.python.org/pep-0664/ >`_.
11+ (PR :pr: `2145 `)
12+ * The ``tensorflow `` extra (``'pyhf[tensorlfow]' ``) now automatically installs
13+ ``tensorflow-macos `` for Apple silicon machines.
14+ (PR :pr: `2119 `)
15+
16+ Fixes
17+ -----
18+
19+ * Raise :class: `NotImplementedError ` when attempting to convert a XML
20+ workspace that contains no data.
21+ (PR :pr: `2109 `)
22+
23+ Contributors
24+ ------------
25+
26+ ``v0.7.1 `` benefited from contributions from:
27+
28+ * Alexander Held
29+
30+ .. |release v0.7.1 | replace :: ``v0.7.1 ``
31+ .. _`release v0.7.1` : https://github.com/scikit-hep/pyhf/releases/tag/v0.7.1
You can’t perform that action at this time.
0 commit comments