-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update python changelog #3014
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM, one minor thing
python/CHANGELOG.rst
Outdated
|
||
- Added ``genetic_relatedness_matrix`` method to compute | ||
pairwise genetic relatedness between sample sets. | ||
(:user:`jeromekelleher`, :user:`mmosmond`, :user:`petrelharp`, :pr:`2823`, :pr:`1623`) |
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.
I think this was just pr 2823, and mmosmond didn't really contribute
python/CHANGELOG.rst
Outdated
|
||
- 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. |
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.
also:
and pair_coalescence_rates
method to estimate instantaneous rates of pair coalescence within time intervals from the empirical CDF (:pr:2985
)
LGTM aside from one missing PR -- thanks @benjeffery |
7ac1037
to
25947a7
Compare
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. |
25947a7
to
9678165
Compare
@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!