-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
MAINT: Remove combineAdd and combineMult #15805
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15805 +/- ##
==========================================
- Coverage 91.02% 90.99% -0.04%
==========================================
Files 143 143
Lines 49390 49384 -6
==========================================
- Hits 44957 44936 -21
- Misses 4433 4448 +15
Continue to review full report at Codecov.
|
doc/source/whatsnew/v0.20.0.txt
Outdated
@@ -815,6 +815,8 @@ Removal of prior version deprecations/changes | |||
- ``Series``, ``Index``, and ``DataFrame`` have dropped the ``sort`` and ``order`` methods (:issue:`10726`) | |||
- Where clauses in ``pytables`` are only accepted as strings and expressions types and not other data-types (:issue:`12027`) | |||
- The ``LongPanel`` and ``WidePanel`` classes have been removed (:issue:`10892`) | |||
- ``DataFrame`` has dropped the ``combineAdd`` and ``combineMult`` methods in favor of ``add`` and ``mul`` respectively (:issue:`10735`) | |||
- ``Series``, ``Index``, and ``DataFrame`` have dropped the ``convert_objects`` method (:issue:`11173`) |
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.
revert this line :<
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.
Yep, done.
dc9dca8
to
5c40359
Compare
Deprecated in 0.17.0. xref pandas-devgh-10735
5c40359
to
f86ad56
Compare
thanks! |
Deprecated in 0.17.0. xref pandas-devgh-10735
Deprecated in 0.17.0.
xref #10735