Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add v0.7.6 release notes #2430

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 32 additions & 0 deletions docs/release-notes/v0.7.6.rst
Original file line number Diff line number Diff line change
@@ -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:`2428`)

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