Skip to content

Commit 5b10063

Browse files
docs: Add v0.7.1 release notes (#2176)
* Forward port PR #2168 from release/v0.7.x to main. * Add release notes for pyhf v0.7.1. * Fix the PEP number of Python 3.10 in v0.7.0 release notes. - c.f. https://peps.python.org/pep-0619/
1 parent 0724755 commit 5b10063

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

docs/release-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Release 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

docs/release-notes/v0.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/release-notes/v0.7.1.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)