Skip to content

Commit 689087f

Browse files
Emphasize schema validation
1 parent 6e51c24 commit 689087f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release-notes/v0.7.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Important Notes
3232
(PR :pr:`1646`)
3333
This is as part of work to make ``pyhf`` fully automatic differentiable.
3434
(Issue :issue:`882`)
35-
* :func:`pyhf.pdf.Model` now allows for both :class:`list` and ``pyhf.tensorlib`` objects
36-
to exist in the ``spec``.
35+
* Schema validation now allows for both :class:`list` and ``pyhf.tensorlib`` objects
36+
to exist in the model specification.
3737
(PR :pr:`1647`)
3838
* The minimum required dependencies have been updated to support added features:
3939

@@ -171,8 +171,8 @@ Python API
171171
>>> jax.jacrev(jax.jit(example_op))([2.0])
172172
[DeviceArray([24.], dtype=float64, weak_type=True)]
173173
174-
* :func:`pyhf.pdf.Model` now allows for both :class:`list` and ``pyhf.tensorlib`` objects
175-
to exist in the ``spec``.
174+
* Schema validation now allows for both :class:`list` and ``pyhf.tensorlib`` objects
175+
to exist in the model specification.
176176
(PR :pr:`1647`)
177177

178178
.. code:: pycon

0 commit comments

Comments
 (0)