-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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 reviewing of the 0.20 whatsnew file #16254
DOC: some reviewing of the 0.20 whatsnew file #16254
Conversation
Mainly some rewording to make things a bit clearer (IMO), and some sphinx fixes. I also added the warning about IntervalIndex being experimental that were in the main docs also in the whatsnew file |
doc/source/whatsnew/v0.20.0.txt
Outdated
rt | ||
|
||
The default is to ``infer``: | ||
The default is to inferring compression type from the extension (``compression='infer'``): |
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.
"is to inferring" -> "is to infer"
doc/source/whatsnew/v0.20.0.txt
Outdated
@@ -411,6 +391,11 @@ pandas has gained an ``IntervalIndex`` with its own dtype, ``interval`` as well | |||
notation, specifically as a return type for the categories in :func:`cut` and :func:`qcut`. The ``IntervalIndex`` allows some unique indexing, see the | |||
:ref:`docs <indexing.intervallindex>`. (:issue:`7640`, :issue:`8625`) | |||
|
|||
.. warning:: | |||
|
|||
These indexing behaviors of the IntervalIndex are provisional and may change in a future version of pandas. Feedback on usage very welcome. |
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.
"is very welcome" (or just "is welcome")
Codecov Report
@@ Coverage Diff @@
## master #16254 +/- ##
==========================================
- Coverage 90.33% 90.33% -0.01%
==========================================
Files 164 164
Lines 50890 50890
==========================================
- Hits 45972 45969 -3
- Misses 4918 4921 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16254 +/- ##
==========================================
+ Coverage 90.33% 90.35% +0.01%
==========================================
Files 164 164
Lines 50890 50890
==========================================
+ Hits 45972 45980 +8
+ Misses 4918 4910 -8
Continue to review full report at Codecov.
|
@TomAugspurger added a commit with a few further updates. Can you take a quick look? (travis seems ok) |
Version 0.20.1 * tag 'v0.20.1': RLS: v0.20.1 DOC: update release notes (pandas-dev#16259) DEPR: add shims for util + TST: test that we work in downstream packages (pandas-dev#16250) DOC: some reviewing of the 0.20 whatsnew file (pandas-dev#16254) DOC: add read_gbq as top-level in api.rst (pandas-dev#16256) DOC: Updated release notes for 0.20.1 (pandas-dev#16251)
Taking the opportunity to do some further edits to the whatsnew file