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.6.3 release notes #1583

Merged
merged 12 commits into from
Sep 3, 2021
Prev Previous commit
Next Next commit
Add uproot4 only
  • Loading branch information
matthewfeickert committed Sep 3, 2021
commit 84f043b85bd3983fa4664354f9ab230bd6e0c8fa
20 changes: 15 additions & 5 deletions docs/release-notes/v0.6.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ This is a patch release from ``v0.6.2`` → ``v0.6.3``.
Important Notes
---------------

* XXX The :func:`pyhf.simplemodels.hepdata_like` API has been deprecated in favor of
:func:`pyhf.simplemodels.uncorrelated_background`.
The :func:`pyhf.simplemodels.hepdata_like` API will be removed in ``pyhf`` ``v0.7.0``.
(PR :pr:`1438`)
* XXX
* With the addition of writing ROOT files in |uproot v4.1.0 release|_ the
``xmlio`` extra no longer requires ``uproot3`` and all dependncies on
``uproot3`` and ``uproot3-methods`` have been dropped.
(PR :pr:`1567`)
* :func:`pyhf.workspace.Workspace.data` ``with_aux`` keyword arg has been
renamed to ``include_auxdata`` to improve API consistency.

.. |uproot v4.1.0 release| replace:: ``uproot`` ``v4.1.0``
.. _`uproot v4.1.0 release`: https://github.com/scikit-hep/uproot4/releases/tag/4.1.0

Fixes
-----
Expand All @@ -31,6 +35,12 @@ Python API
* The :class:`pyhf.pdf._ModelConfig` ``channel_nbins`` dict is now sorted by
keys to match the order of the ``channels`` dict.
(PR :pr:`1546`)
* :func:`pyhf.pdf._ModelConfig.par_names` can now handle non-scalar modifiers
with 1 parameter.
(PR :pr:`1560`)
* :func:`pyhf.workspace.Workspace.data` ``with_aux`` keyword arg has been
renamed to ``include_auxdata`` to improve API consistency.
(PR :pr:`1562`)


Contributors
Expand Down