Skip to content

Commit a978dcb

Browse files
docs: Add v0.7.6 release notes (#2430)
* Add release notes for pyhf v0.7.6.
1 parent 1edf68e commit a978dcb

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
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.6.rst
56
.. include:: release-notes/v0.7.5.rst
67
.. include:: release-notes/v0.7.4.rst
78
.. include:: release-notes/v0.7.3.rst

docs/release-notes/v0.7.6.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
|release v0.7.6|_
2+
=================
3+
4+
This is a patch release from ``v0.7.5`` → ``v0.7.6``.
5+
6+
Fixes
7+
-----
8+
9+
* For the JAX backend access ``jax.config`` from the ``jax`` top level API to
10+
avoid support issues with ``jax`` and ``jaxlib`` ``v0.4.20+``.
11+
(PR :pr:`2376`)
12+
* Add information in the warnings for :func:`pyhf.infer.test_statistics.qmu` and
13+
:func:`pyhf.infer.test_statistics.qmu_tilde` that provides users with the
14+
higher level ``pyhf.infer`` APIs ``kwarg`` to set the correct test statistic.
15+
(PR :pr:`2390`)
16+
* Correct the variable assignment for the one-sigma and two-sigma limit band
17+
artists in :func:`pyhf.contrib.viz.brazil.plot_brazil_band` to match the
18+
stated return structure.
19+
(PR :pr:`2411`)
20+
* In the ``pyhf.infer`` module, correct the ``fixed_params`` type in the docs
21+
to be to :obj:`tuple` or :obj:`list`.
22+
(PR :pr:`2428`)
23+
24+
Contributors
25+
------------
26+
27+
``v0.7.6`` benefited from contributions from:
28+
29+
* Lorenz Gaertner
30+
31+
.. |release v0.7.6| replace:: ``v0.7.6``
32+
.. _`release v0.7.6`: https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6

0 commit comments

Comments
 (0)