Skip to content

Commit 5529eb7

Browse files
docs: Add v0.6.1 release notes (#1357)
* Add release notes for pyhf v0.6.1 - c.f. https://github.com/scikit-hep/pyhf/releases/tag/v0.6.1
1 parent a3bff0f commit 5529eb7

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

docs/release-notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Release Notes
33
=============
44

5+
.. include:: release-notes/v0.6.1.rst
56
.. include:: release-notes/v0.6.0.rst
67
.. include:: release-notes/v0.5.4.rst
78
.. include:: release-notes/v0.5.3.rst

docs/release-notes/v0.6.1.rst

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
|release v0.6.1|_
2+
=================
3+
4+
This is a patch release from ``v0.6.0`` → ``v0.6.1``.
5+
6+
Important Notes
7+
---------------
8+
9+
* As a result of changes to the default behavior of ``torch.distributions`` in
10+
PyTorch ``v1.8.0``, accommodating changes have been made in the underlying
11+
implementations for :func:`pyhf.tensor.pytorch_backend.pytorch_backend`.
12+
These changes require a new lower bound of ``torch`` ``v1.8.0`` for use of the
13+
PyTorch backend.
14+
15+
Fixes
16+
-----
17+
18+
* In the PyTorch backend the ``validate_args`` kwarg is used with
19+
``torch.distributions`` to ensure a continuous approximation of the Poisson
20+
distribution in ``torch`` ``v1.8.0+``.
21+
22+
Features
23+
--------
24+
25+
Python API
26+
~~~~~~~~~~
27+
28+
* The ``solver_options`` kwarg can be passed to the
29+
:func:`pyhf.optimize.opt_scipy.scipy_optimizer` optimizer for additional
30+
configuration of the minimization.
31+
See :func:`scipy.optimize.show_options` for additional options of optimization
32+
solvers.
33+
* The ``torch`` API is now used to provide the implementations of the ``ravel``,
34+
``tile``, and ``outer`` tensorlib methods for the PyTorch backend.
35+
36+
.. |release v0.6.1| replace:: ``v0.6.1``
37+
.. _`release v0.6.1`: https://github.com/scikit-hep/pyhf/releases/tag/v0.6.1

0 commit comments

Comments
 (0)