Skip to content
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

Merged

Conversation

jorisvandenbossche
Copy link
Member

Taking the opportunity to do some further edits to the whatsnew file

@jorisvandenbossche
Copy link
Member Author

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

rt

The default is to ``infer``:
The default is to inferring compression type from the extension (``compression='infer'``):
Copy link
Contributor

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"

@@ -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.
Copy link
Contributor

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")

@TomAugspurger TomAugspurger added this to the 0.20.1 milestone May 5, 2017
@codecov
Copy link

codecov bot commented May 5, 2017

Codecov Report

Merging #16254 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 88.11% <ø> (+0.01%) ⬆️
#single 40.3% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/interval.py 92.58% <ø> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.58% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️
pandas/_version.py 44.65% <0%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a31c96d...91a330b. Read the comment docs.

@codecov
Copy link

codecov bot commented May 5, 2017

Codecov Report

Merging #16254 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 88.13% <ø> (+0.03%) ⬆️
#single 40.3% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/interval.py 92.58% <ø> (ø) ⬆️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.58% <0%> (-0.1%) ⬇️
pandas/core/indexes/datetimes.py 95.23% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️
pandas/plotting/_converter.py 65.05% <0%> (+1.81%) ⬆️
pandas/_version.py 44.65% <0%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a31c96d...91a330b. Read the comment docs.

@jorisvandenbossche
Copy link
Member Author

@TomAugspurger added a commit with a few further updates. Can you take a quick look? (travis seems ok)

@jorisvandenbossche jorisvandenbossche merged commit 9f33f3c into pandas-dev:master May 5, 2017
@jorisvandenbossche jorisvandenbossche deleted the whatsnew-review branch May 5, 2017 15:21
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
yarikoptic added a commit to neurodebian/pandas that referenced this pull request Jul 12, 2017
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants