v0.7.4 #2326
matthewfeickert
announced in
Announcements
v0.7.4
#2326
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a patch release from
v0.7.3
→v0.7.4
.Fixes
Skip callbacks with dead weakrefs while iterating over callbacks in
pyhf
events, likepyhf.set_backend
, to avoid the possibility of accessing dead weakrefs before they could be garbage collected. (PR #2310)The fixed bug was subtle and occurred nondeterministically when the
pyhf.tensorlib
was changed repeatedly causing dead weakrefs to be accessed before Python's garbage collection could remove them. Most users should be unaffected.Contributors
v0.7.4
benefited from contributions from:What's Changed
Full Changelog: v0.7.3...v0.7.4
This discussion was created from the release v0.7.4.
Beta Was this translation helpful? Give feedback.
All reactions