Skip to content

v0.7.4

Compare
Choose a tag to compare
@matthewfeickert matthewfeickert released this 07 Sep 03:58
· 278 commits to main since this release

This is a patch release from v0.7.3v0.7.4.

Fixes

  • Skip callbacks with dead weakrefs while iterating over callbacks in pyhf events, like pyhf.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:

  • Daniel Werner
  • Jonas Rembser

What's Changed

Full Changelog: v0.7.3...v0.7.4