File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments