-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Remove offset/DTI caching (disabled since 0.14 #23118
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
Conversation
Hello @jbrockmendel! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23118 +/- ##
==========================================
+ Coverage 92.13% 92.14% +0.01%
==========================================
Files 170 170
Lines 51078 51016 -62
==========================================
- Hits 47061 47009 -52
+ Misses 4017 4007 -10
Continue to review full report at Codecov.
|
I agree this is nice to remove. but just to be sure, can you run an asv on date/time types and check that it is really not used anywhere. |
also add a whatsnew note (put in api breaking changes, even though it has long been disabled) |
OK. What do I say has changed? |
just say that the attribute has been removed; it’s just a notice that a change was made (though is not actually public folks sometimes rely on this) |
Done. asvs showed no change. |
lgtm merge on green |
* Remove offset/DTI caching (disabled since 0.14 * remove unused import * remove cached_range tests * fixup remove unused imports * whatsnew
git diff upstream/master -u -- "*.py" | flake8 --diff