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

Update python changelog #3014

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Update python changelog #3014

merged 1 commit into from
Oct 9, 2024

Conversation

benjeffery
Copy link
Member

@nspope @petrelharp

I've reviewed the diff of tskit and found that some new documented methods were missing changelogs. Have I got the details right here? Thanks!

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.84%. Comparing base (c397b7a) to head (9678165).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3014   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files          29       29           
  Lines       32093    32093           
  Branches     6230     6230           
=======================================
  Hits        28833    28833           
  Misses       1859     1859           
  Partials     1401     1401           
Flag Coverage Δ
c-tests 86.69% <ø> (ø)
lwt-tests 80.78% <ø> (ø)
python-c-tests 89.05% <ø> (ø)
python-tests 99.00% <ø> (ø)

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

Copy link
Member

@jeromekelleher jeromekelleher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one minor thing


- Added ``genetic_relatedness_matrix`` method to compute
pairwise genetic relatedness between sample sets.
(:user:`jeromekelleher`, :user:`mmosmond`, :user:`petrelharp`, :pr:`2823`, :pr:`1623`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was just pr 2823, and mmosmond didn't really contribute


- Added ``pair_coalescence_counts`` method to calculate coalescence events per node or time
interval, and ``pair_coalescence_quantiles`` method to estimate quantiles of pair
coalescence times using empirical CDF inversion.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also:

and pair_coalescence_rates method to estimate instantaneous rates of pair coalescence within time intervals from the empirical CDF (:pr:2985)

@nspope
Copy link
Contributor

nspope commented Oct 9, 2024

LGTM aside from one missing PR -- thanks @benjeffery

@benjeffery benjeffery force-pushed the py-changelog branch 2 times, most recently from 7ac1037 to 25947a7 Compare October 9, 2024 09:19
@benjeffery
Copy link
Member Author

benjeffery commented Oct 9, 2024

Codecov losing the plot and claiming I've reduced coverage by 3% by editing the changelog. Very tempted to move off it!

EDIT Huh, it changed it's mind.

@benjeffery benjeffery added the AUTOMERGE-REQUESTED Ask Mergify to merge this PR label Oct 9, 2024
@mergify mergify bot merged commit b527d0d into tskit-dev:main Oct 9, 2024
21 checks passed
@mergify mergify bot removed the AUTOMERGE-REQUESTED Ask Mergify to merge this PR label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants