-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: some editing of 0.20 whatsnew file #16085
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
DOC: some editing of 0.20 whatsnew file #16085
Conversation
jorisvandenbossche
commented
Apr 21, 2017
- moved pandas.errors and pandas.testing to the reorganization section
- put ix and panel deprecations under deprecations
doc/source/whatsnew/v0.20.0.txt
Outdated
- The function :func:`~pandas.api.types.union_categoricals` is now importable from ``pandas.api.types``, formerly from ``pandas.types.concat`` (:issue:`15998`) | ||
|
||
|
||
.. _whatsnew_0200.enhancements.errors: |
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.
enhancements -> privacy (here and for testing)
- :func:`testing.assert_series_equal` | ||
- :func:`testing.assert_index_equal` | ||
|
||
|
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.
ref for this
doc/source/whatsnew/v0.20.0.txt
Outdated
|
||
|
||
``pandas.plotting`` | ||
^^^^^^^^^^^^^^^^^^^ |
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.
plotting -> testing
Codecov Report
@@ Coverage Diff @@
## master #16085 +/- ##
==========================================
- Coverage 90.84% 90.84% -0.01%
==========================================
Files 159 159
Lines 50790 50774 -16
==========================================
- Hits 46142 46126 -16
Misses 4648 4648
Continue to review full report at Codecov.
|
* DOC: some editing of 0.20 whatsnew file * feedback