From 273c772b0d14d2e5fe61e6e326c9f792df1d64ec Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 5 Jan 2024 13:10:14 -0600 Subject: [PATCH] docs: Add v0.7.6 release notes (#2434) * Forward port PR #2430 and #2432 from release/v0.7.x to main. * Add release notes for pyhf v0.7.6. --- docs/release-notes.rst | 1 + docs/release-notes/v0.7.6.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 docs/release-notes/v0.7.6.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0bdc291dfb..720321de7e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,7 @@ Release Notes ============= +.. include:: release-notes/v0.7.6.rst .. include:: release-notes/v0.7.5.rst .. include:: release-notes/v0.7.4.rst .. include:: release-notes/v0.7.3.rst diff --git a/docs/release-notes/v0.7.6.rst b/docs/release-notes/v0.7.6.rst new file mode 100644 index 0000000000..35ced6792e --- /dev/null +++ b/docs/release-notes/v0.7.6.rst @@ -0,0 +1,32 @@ +|release v0.7.6|_ +================= + +This is a patch release from ``v0.7.5`` → ``v0.7.6``. + +Fixes +----- + +* For the JAX backend access ``jax.config`` from the ``jax`` top level API to + avoid support issues with ``jax`` and ``jaxlib`` ``v0.4.20+``. + (PR :pr:`2376`) +* Add information in the warnings for :func:`pyhf.infer.test_statistics.qmu` and + :func:`pyhf.infer.test_statistics.qmu_tilde` that provides users with the + higher level ``pyhf.infer`` APIs ``kwarg`` to set the correct test statistic. + (PR :pr:`2390`) +* Correct the variable assignment for the one-sigma and two-sigma limit band + artists in :func:`pyhf.contrib.viz.brazil.plot_brazil_band` to match the + stated return structure. + (PR :pr:`2411`) +* In the ``pyhf.infer`` module, correct the ``fixed_params`` type in the docs + to be to :obj:`tuple` or :obj:`list`. + (PR :pr:`2420`) + +Contributors +------------ + +``v0.7.6`` benefited from contributions from: + +* Lorenz Gaertner + +.. |release v0.7.6| replace:: ``v0.7.6`` +.. _`release v0.7.6`: https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6