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 a feat and fix
  • Loading branch information
matthewfeickert committed Sep 3, 2021
commit 997fe8bb52834d6fb0ff9030bbffc34bcf1b5cd5
30 changes: 9 additions & 21 deletions docs/release-notes/v0.6.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,23 @@ Important Notes
Fixes
-----

* XXX Allow for precision to be properly set for the tensorlib ``ones`` and ``zeros``
methods through a ``dtype`` argument.
This allows for precision to be properly set through the :func:`pyhf.set_backend`
``precision`` argument.
(PR :pr:`1369`)
* X
* The weakref bug with Click ``v8.0+`` was resolved.
``pyhf`` is now fully compatible with Click ``v7`` and ``v8`` releases.
(PR :pr:`1530`)

Features
--------

Python API
~~~~~~~~~~

* 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`)
* X

CLI API
~~~~~~~

* XXX The CLI API now supports a ``patchset inspect`` API to list the individual
patches in a ``PatchSet``.
(PR :pr:`1412`)

.. code-block:: shell
* Model parameter names are now propagated to optimizers through additon of the
:func:`pyhf.pdf._ModelConfig.par_names` API.
(PR :pr:`1536`)
* The :class:`pyhf.pdf._ModelConfig` ``channel_nbins`` dict is now sorted by
keys to match the order of the ``channels`` dict.
(PR :pr:`1546`)

pyhf patchset inspect [OPTIONS] [PATCHSET]

Contributors
------------
Expand Down