-
-
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
DOC: Updated release notes for 0.20.1 #16251
DOC: Updated release notes for 0.20.1 #16251
Conversation
d9ddd95
to
5033668
Compare
- 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
5033668
to
f657dbe
Compare
Here's the real diff:
Other than that, just renaming the links from 0200 to 0201. |
doc/source/whatsnew/v0.20.0.txt
Outdated
--------------------- | ||
|
||
This is a combined release for 0.20.0 and and 0.20.1. |
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.
maybe make this a ::note (and move to before the toc)?
doc/source/whatsnew/v0.20.0.txt
Outdated
--------------------- | ||
|
||
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`) |
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.
to be correct it are the utils routines, not hashing (the hashing you asked before to add a deprecation shim, which we did)
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.
agreed its really about the utils things.
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
cb008a0
to
bbddb68
Compare
@@ -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').\ |
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.
I think you have a cleaner way of doing this?
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.
I don't think we have a built-in fucntion for negative values (only for max, min or null)
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.
I think this is the best we have right now. A .where
would be nice... I'll make a new issue :)
Doc build finished, so merging. |
* 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
* 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
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)
Also added release note for #16250