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: Updated release notes for 0.20.1 #16251

Merged
merged 3 commits into from
May 5, 2017

Conversation

TomAugspurger
Copy link
Contributor

@TomAugspurger TomAugspurger commented May 5, 2017

Also added release note for #16250

- Moved whatsnew for 0.20.1 -> 0.20.2 (unreleased)
- Moved whatsnew for 0.20.0 -> 0.20.1 (releasing soon)
- Added release note for pandas-dev#16250
@TomAugspurger
Copy link
Contributor Author

Here's the real diff:

This is a combined release for 0.20.0 and and 0.20.1.
Version 0.20.1 contains one additional change for compatibility with downstream projects using pandas' hashing routines. (:issue:16250)

Other than that, just renaming the links from 0200 to 0201.

---------------------

This is a combined release for 0.20.0 and and 0.20.1.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe make this a ::note (and move to before the toc)?

---------------------

This is a combined release for 0.20.0 and and 0.20.1.
Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' hashing routines. (:issue:`16250`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be correct it are the utils routines, not hashing (the hashing you asked before to add a deprecation shim, which we did)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed its really about the utils things.

@codecov
Copy link

codecov bot commented May 5, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16251      +/-   ##
==========================================
- 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/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...b8c0ed3. Read the comment docs.

@codecov
Copy link

codecov bot commented May 5, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16251      +/-   ##
==========================================
- Coverage   90.33%   90.32%   -0.01%     
==========================================
  Files         164      164              
  Lines       50890    50890              
==========================================
- Hits        45972    45967       -5     
- Misses       4918     4923       +5
Flag Coverage Δ
#multiple 88.11% <ø> (ø) ⬆️
#single 40.3% <ø> (-0.1%) ⬇️
Impacted Files Coverage Δ
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/_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...bbddb68. Read the comment docs.

@@ -388,8 +393,7 @@ For example, after running the following, ``styled.xlsx`` renders as below:
df
styled = df.style.\
applymap(lambda val: 'color: %s' % 'red' if val < 0 else 'black').\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you have a cleaner way of doing this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have a built-in fucntion for negative values (only for max, min or null)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the best we have right now. A .where would be nice... I'll make a new issue :)

@TomAugspurger
Copy link
Contributor Author

Doc build finished, so merging.

@TomAugspurger TomAugspurger merged commit ced39cb into pandas-dev:master May 5, 2017
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
* DOC: Updated release notes for 0.20.1

- Moved whatsnew for 0.20.1 -> 0.20.2 (unreleased)
- Moved whatsnew for 0.20.0 -> 0.20.1 (releasing soon)
- Added release note for pandas-dev#16250

* DOC: Move 0.20.1 to a note

* DOC: Simplify excel style example
@TomAugspurger TomAugspurger deleted the whatsnew-0.20.1 branch May 27, 2017 16:36
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
* DOC: Updated release notes for 0.20.1

- Moved whatsnew for 0.20.1 -> 0.20.2 (unreleased)
- Moved whatsnew for 0.20.0 -> 0.20.1 (releasing soon)
- Added release note for pandas-dev#16250

* DOC: Move 0.20.1 to a note

* DOC: Simplify excel style example
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.

None yet

3 participants