Skip to content

Commit 33a6a55

Browse files
WillAydproost
authored andcommitted
0.25.3 whatsnew (pandas-dev#29296)
1 parent cb327ae commit 33a6a55

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

doc/source/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Version 0.25
2424
.. toctree::
2525
:maxdepth: 2
2626

27+
v0.25.3
2728
v0.25.2
2829
v0.25.1
2930
v0.25.0

doc/source/whatsnew/v0.25.3.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _whatsnew_0253:
2+
3+
What's new in 0.25.3 (October 31, 2019)
4+
---------------------------------------
5+
6+
These are the changes in pandas 0.25.3. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
.. _whatsnew_0253.bug_fixes:
10+
11+
Bug fixes
12+
~~~~~~~~~
13+
14+
Groupby/resample/rolling
15+
^^^^^^^^^^^^^^^^^^^^^^^^
16+
17+
- Bug in :meth:`DataFrameGroupBy.quantile` where NA values in the grouping could cause segfaults or incorrect results (:issue:`28882`)
18+
19+
Contributors
20+
~~~~~~~~~~~~
21+
22+
.. contributors:: v0.25.2..HEAD

doc/source/whatsnew/v1.0.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ Groupby/resample/rolling
411411
- Bug in :meth:`DataFrame.groupby` not offering selection by column name when ``axis=1`` (:issue:`27614`)
412412
- Bug in :meth:`DataFrameGroupby.agg` not able to use lambda function with named aggregation (:issue:`27519`)
413413
- Bug in :meth:`DataFrame.groupby` losing column name information when grouping by a categorical column (:issue:`28787`)
414-
- Bug in :meth:`DataFrameGroupBy.quantile` where NA values in the grouping could cause segfaults or incorrect results (:issue:`28882`)
415414

416415
Reshaping
417416
^^^^^^^^^

0 commit comments

Comments
 (0)