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.4 release notes #2322

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Sep 6, 2023

Description

Add release notes for pyhf v0.7.4.

Checklist Before Requesting Reviewer

  • Tests are passing
  • "WIP" removed from the title of the pull request
  • Selected an Assignee for the PR to be responsible for the log summary

Before Merging

For the PR Assignees:

  • Summarize commit messages into a comprehensive review of the PR
* Add release notes for pyhf v0.7.4.

* Add release notes for pyhf v0.7.4.
@matthewfeickert matthewfeickert added the docs Documentation related label Sep 6, 2023
@matthewfeickert matthewfeickert self-assigned this Sep 6, 2023
Comment on lines 9 to 17
* 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.
Copy link
Member Author

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.

@matthewfeickert
Copy link
Member Author

matthewfeickert commented Sep 6, 2023

@matthewfeickert matthewfeickert mentioned this pull request Sep 6, 2023
42 tasks
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release/v0.7.x@70a0558). Click here to learn what that means.
Patch has no changes to coverable lines.

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           
Flag Coverage Δ
contrib 27.52% <0.00%> (?)
doctest 60.98% <0.00%> (?)
unittests-3.10 96.25% <0.00%> (?)
unittests-3.11 96.25% <0.00%> (?)
unittests-3.7 96.23% <0.00%> (?)
unittests-3.8 96.27% <0.00%> (?)
unittests-3.9 96.30% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matthewfeickert
Copy link
Member Author

Merging given approval over chat.

@matthewfeickert matthewfeickert merged commit fdf19ff into release/v0.7.x Sep 7, 2023
19 checks passed
@matthewfeickert matthewfeickert deleted the docs/add-v0-7-4-release-notes branch September 7, 2023 01:24
matthewfeickert added a commit that referenced this pull request Sep 15, 2023
* Forward port PR #2322 from release/v0.7.x to main.
* Add release notes for pyhf v0.7.4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant