We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdacc3f commit 8c80df0Copy full SHA for 8c80df0
doc/source/whatsnew/index.rst
@@ -16,6 +16,7 @@ Version 0.25
16
.. toctree::
17
:maxdepth: 2
18
19
+ v0.25.3
20
v0.25.2
21
v0.25.1
22
v0.25.0
doc/source/whatsnew/v0.25.3.rst
@@ -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
+^^^^^^^^^^^^^^^^^^^^^^^^
+- Bug in :meth:`DataFrameGroupBy.quantile` where NA values in the grouping could cause segfaults or incorrect results (:issue:`28882`)
+Contributors
+~~~~~~~~~~~~
+.. contributors:: v0.25.2..HEAD
0 commit comments