-
Notifications
You must be signed in to change notification settings - Fork 84
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.4 release notes #2322
Conversation
* Add release notes for pyhf v0.7.4.
docs/release-notes/v0.7.4.rst
Outdated
* Skip callbacks with dead weakrefs while iterating over callbacks in ``pyhf`` | ||
events, like :func:`pyhf.set_backend`, to avoid the possibility of accessing | ||
dead weakrefs before they could be garbage collected. | ||
(PR :pr:`2310`) | ||
|
||
The fixed bug was subtle and occurred nondeterministically when the | ||
:class:`pyhf.tensorlib` was changed repeatedly causing dead weakrefs | ||
to be accessed before Python's garbage collection could remove them. | ||
Most users should be unaffected by this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kratsg let me know if this is clear.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/v0.7.x #2322 +/- ##
=================================================
Coverage ? 98.21%
=================================================
Files ? 69
Lines ? 4542
Branches ? 803
=================================================
Hits ? 4461
Misses ? 47
Partials ? 34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Merging given approval over chat. |
* Forward port PR #2322 from release/v0.7.x to main. * Add release notes for pyhf v0.7.4.
Description
Add release notes for pyhf v0.7.4.
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: