Skip to content

Commit

Permalink
Add new tensorlib APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 23, 2022
1 parent 6cad4ab commit 1dcc36b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes/v0.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is a minor release from ``v0.6.3`` → ``v0.7.0``.
Important Notes
---------------

* Please note this release has **API breaking changes** and carefully read these
notes while updating your code to the ``v0.7.0`` API.
* All backends are now fully compatible and tested with
`Python 3.10 <https://peps.python.org/pep-0310/>`_.
(PR :pr:`1809`)
Expand Down Expand Up @@ -96,6 +98,14 @@ Python API
(PR :pr:`1646`)
This should only be used by expert users who understand the risks.

* The following functions have been added to the ``pyhf.tensorlib`` API:


- :func:`pyhf.tensorlib.transpose`
(PR :pr:`1696`)
- :func:`pyhf.tensorlib.percentile`
(PR :pr:`817`)

Deprecations
------------

Expand Down

0 comments on commit 1dcc36b

Please sign in to comment.