Skip to content

Commit 1e65950

Browse files
Add new tensorlib APIs
1 parent e508950 commit 1e65950

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/release-notes/v0.7.0.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is a minor release from ``v0.6.3`` → ``v0.7.0``.
66
Important Notes
77
---------------
88

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

101+
* The following functions have been added to the ``pyhf.tensorlib`` API:
102+
103+
104+
- :func:`pyhf.tensorlib.transpose`
105+
(PR :pr:`1696`)
106+
- :func:`pyhf.tensorlib.percentile`
107+
(PR :pr:`817`)
108+
99109
Deprecations
100110
------------
101111

0 commit comments

Comments
 (0)