-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
0.25.3 whatsnew #29296
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
0.25.3 whatsnew #29296
Conversation
did we push the rolling patch to the 0.25.x branch? |
No I was thinking merge this to master than I can backport this with the fix, though if you prefer another way lmk |
no that’s fine didn’t know if u did the backport yet |
doc/source/whatsnew/v0.25.3.rst
Outdated
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.25.2..v0.25.3 |
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.
@jgehrcke @TomAugspurger would either of you happen to know how to get this to work? Do I need to pin this to HEAD before making the release then update the whatsnew after tagging 0.25.3?
You need the v0.25.3 tag for that to work. Using HEAD is the best we can do
till the release.
…On Wed, Oct 30, 2019 at 2:41 PM William Ayd ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In doc/source/whatsnew/v0.25.3.rst
<#29296 (comment)>:
> +including other versions of pandas.
+
+.. _whatsnew_0253.bug_fixes:
+
+Bug fixes
+~~~~~~~~~
+
+Groupby/resample/rolling
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Bug in :meth:`DataFrameGroupBy.quantile` where NA values in the grouping could cause segfaults or incorrect results (:issue:`28882`)
+
+Contributors
+~~~~~~~~~~~~
+
+.. contributors:: v0.25.2..v0.25.3
@jgehrcke <https://github.com/jgehrcke> @TomAugspurger
<https://github.com/TomAugspurger> would either of you happen to know how
to get this to work? Do I need to pin this to HEAD before making the
release then update the whatsnew after tagging 0.25.3?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29296?email_source=notifications&email_token=AAKAOIRL3D52PP7ZTRDU6C3QRHPM5A5CNFSM4JG6SLL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJZCZBY#pullrequestreview-309472391>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOIXE3CZAH7F3BWRRWKLQRHPM5ANCNFSM4JG6SLLQ>
.
|
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff