-
Notifications
You must be signed in to change notification settings - Fork 18
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
Deprecate convert for closed intervals in favor of only #145
base: master
Are you sure you want to change the base?
Conversation
a8fa689
to
f3165b3
Compare
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
+ Coverage 81.73% 81.93% +0.20%
==========================================
Files 11 11
Lines 624 631 +7
==========================================
+ Hits 510 517 +7
Misses 114 114
Continue to review full report at Codecov.
|
Maybe making this a method of |
Bump, I'm seeing thousands of invalidations less with this PR (for a big package I am looking at). The next big one is Lines 148 to 149 in 8474023
givinb 2.6k invalidations. |
For the latter there is #143. |
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.
With a few changes and a rebase to get the CI working I think we can get this merged
7e04521
to
44dece7
Compare
The failing tests are unrelated, but I' not sure about the docs failure. |
44dece7
to
d912e21
Compare
d912e21
to
ee77d7a
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.
Only some minor things left here
52db1b2
to
03a4ecd
Compare
Co-authored-by: Curtis Vogt <[email protected]>
03a4ecd
to
6452e0b
Compare
Another take on #144 as suggested in #143. I don't know if this is the best name for this function nor how the presence of the
deprecation
affects removing the method. But throwing the idea here anyway to keep the ball rolling.