-
Notifications
You must be signed in to change notification settings - Fork 77
Port over intervals #2678
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
Port over intervals #2678
Conversation
667b5d2
to
2d53729
Compare
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.
Thanks. That looks great. One minor comment
Codecov Report
@@ Coverage Diff @@
## main #2678 +/- ##
=======================================
Coverage 93.94% 93.94%
=======================================
Files 28 28
Lines 27823 27823
Branches 1528 1528
=======================================
Hits 26139 26139
Misses 1648 1648
Partials 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Do we want the documentation to appear in tskit now, rather than msprime? I assume so. I can sort that later if you like @jeromekelleher ? |
Let's file an issue and follow up? |
|
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 nit about the docstring. Thanks for factoring out truncate_rows
I should have done that with the original work!
2d53729
to
e73f548
Compare
Huh, no idea what this docs build failure is about - have you seen this one before @benjeffery? |
Yep, first happened last night and is fixed in the Py3.11 PR that I'm merging imminently when codecov want to work. |
e73f548
to
cf29b8c
Compare
Rebased and conflicts fixed. |
The authors of this module and associated tests have agreed to release the code originally developed for the msprime package under the MIT licence (see tskit-dev#2636). Specifically: @jeromekelleher: "I approve the relicensing of this code originally developed in msprime from GPLv3 to MIT." @hyanwong: "I am happy to relicense all of my contributions to this code (originally developed in msprime) from GPLv3 to MIT." @awohns: "I also approve the relicensing of this code originally developed in msprime from GPLv3 to MIT." @grahamgower: "I approve the relicensing of this code originally developed in msprime from GPLv3 to MIT." @petrelharp: "I approve the license change!"
To match the msprime `text_table` function
Allows it to be used by other tabular outputting routines. Also put the "limit" functionality into a single util function
Rework a little to use the built-in tskit unicode and html output functions
cf29b8c
to
ccefea6
Compare
@Mergifyio rebase |
✅ Nothing to do for rebase action |
@Mergifyio refresh |
✅ Pull request refreshed |
Updated version of #2636 with care taken to have full information about code provenance.