-
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
Change keep/del intervals to in-place #372
Change keep/del intervals to in-place #372
Conversation
Codecov Report
@@ Coverage Diff @@
## master #372 +/- ##
==========================================
+ Coverage 86.51% 86.51% +<.01%
==========================================
Files 20 20
Lines 14056 14064 +8
Branches 2749 2750 +1
==========================================
+ Hits 12160 12168 +8
Misses 977 977
Partials 919 919
Continue to review full report at Codecov.
|
7e0178e
to
f1b2f74
Compare
fe7a158
to
38e9a6f
Compare
01ee82d
to
67d22ec
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.
Looks good, thanks. Minor comments above.
67d22ec
to
9f697bd
Compare
Both comments done. This is now 4 commits. Do you want them squashed? |
Please -- keeping simple changes like this atomic is helpful when reviewing the history. |
And add equivalent tree seq methods. Also alter documentation as appropriate. Different provenance for delete vs keep Documentation in TableCollection points to ts doc Simplify tables equal test
897c015
to
4a17e19
Compare
Done |
merging, thanks. |
And add equivalent tree seq methods. Also alter documentation as appropriate.
Fixes #371