Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add v0.7.0 release notes #1705

Merged
merged 42 commits into from
Sep 24, 2022
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
3998543
Add Graeme Watt to contributor list
matthewfeickert Nov 18, 2021
1549705
Add stub of v0.7.0 release notes
matthewfeickert Nov 18, 2021
0af86b6
Add v0.7.0 to release notes page
matthewfeickert Nov 18, 2021
64530b2
docs: don't fail on invalid tag urls
matthewfeickert Aug 29, 2022
cf50905
typo
matthewfeickert Aug 29, 2022
c40405b
Update required depdnencies lower bounds
matthewfeickert Aug 29, 2022
29aaef3
Update contributors
matthewfeickert Sep 22, 2022
0c55dee
Update dependencies lower bounds
matthewfeickert Sep 22, 2022
532efb6
Update optional backends
matthewfeickert Sep 22, 2022
e4710ce
Fix upper_limits API
matthewfeickert Sep 22, 2022
31ae520
Note deprecation of infer.upperlimit
matthewfeickert Sep 22, 2022
d118c9b
Note Python 3.10 support
matthewfeickert Sep 22, 2022
973762f
Add pyhf.contrib.utils.download improvements
matthewfeickert Sep 22, 2022
8e23200
Add fix and helpdata_like removal
matthewfeickert Sep 22, 2022
5e0c4a3
Add pyhf.default_backend
matthewfeickert Sep 22, 2022
9a61a83
fixup
matthewfeickert Sep 22, 2022
218dd5a
Note improved readxml speed
matthewfeickert Sep 22, 2022
bbe0eb3
Add skipping of validation
matthewfeickert Sep 22, 2022
6f6586e
Add new tensorlib APIs
matthewfeickert Sep 22, 2022
bf95f36
Add volume mounting to release notes
matthewfeickert Sep 22, 2022
e19d9b1
Note to use uncorrelated_background
matthewfeickert Sep 23, 2022
3283465
Add zero rate Poisson
matthewfeickert Sep 23, 2022
7980913
As pyhf.tensorlib.X won't resolve to any one function as shim, don't …
matthewfeickert Sep 23, 2022
76e1cc1
Add arrayful JSON
matthewfeickert Sep 23, 2022
f63f709
Add fix for MLE of NPs for ToyCalculator
matthewfeickert Sep 23, 2022
0df7e7c
Add PR 1636 effects
matthewfeickert Sep 23, 2022
3360934
Add fit parameter value returns
matthewfeickert Sep 23, 2022
5982108
Add custom schema paths
matthewfeickert Sep 23, 2022
97fc164
Add 1819
matthewfeickert Sep 23, 2022
4ab20d1
Reorder important notes
matthewfeickert Sep 23, 2022
ae1a4a2
Reoder features section
matthewfeickert Sep 23, 2022
7d15bde
Use pyhf.readxml.parse
matthewfeickert Sep 23, 2022
691888f
Add generating PRs
matthewfeickert Sep 23, 2022
db47eee
try to clarify the xmlio is an install extra via notation
matthewfeickert Sep 23, 2022
f878d86
fixups
matthewfeickert Sep 23, 2022
aa2c170
Note autodiff goals
matthewfeickert Sep 23, 2022
7742678
Emphasize schema validation
matthewfeickert Sep 23, 2022
95908d3
Note PR 1639 as suggested by Alex
matthewfeickert Sep 23, 2022
3a98bfc
Note that model parameters are now sorted as pointed out by Alex
matthewfeickert Sep 23, 2022
b469bee
Note that custom modifiers are for expert users as suggested by Alex
matthewfeickert Sep 23, 2022
9511042
Add par_names is now a property attribute - PR 2027
matthewfeickert Sep 23, 2022
2db2b63
grammar fix
matthewfeickert Sep 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Note autodiff goals
  • Loading branch information
matthewfeickert committed Sep 23, 2022
commit aa2c1707e46b1977b6c10be9cfa44ce4d6f7e1eb
2 changes: 2 additions & 0 deletions docs/release-notes/v0.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Important Notes
* A ``pyhf.default_backend`` has been added that is configurable through a
``default`` kwarg in :func:`pyhf.set_backend`.
kratsg marked this conversation as resolved.
Show resolved Hide resolved
(PR :pr:`1646`)
This is as part of work to make ``pyhf`` fully automatic differentiable.
(Issue :issue:`882`)
* :func:`pyhf.pdf.Model` now allows for both :class:`list` and ``pyhf.tensorlib`` objects
to exist in the ``spec``.
(PR :pr:`1647`)
Expand Down