Skip to content

Commit 2da83e4

Browse files
author
Moi
committed
added whatsnew
1 parent 3504892 commit 2da83e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ Numeric
324324
- :class:`DataFrame` flex inequality comparisons methods (:meth:`DataFrame.lt`, :meth:`DataFrame.le`, :meth:`DataFrame.gt`, :meth: `DataFrame.ge`) with object-dtype and ``complex`` entries failing to raise ``TypeError`` like their :class:`Series` counterparts (:issue:`28079`)
325325
- Bug in :class:`DataFrame` logical operations (`&`, `|`, `^`) not matching :class:`Series` behavior by filling NA values (:issue:`28741`)
326326
- Bug in :meth:`DataFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29142`)
327-
-
327+
- Bug in :meth:`Series.var` not computing the right value with an integer series with missing values when ddof = 0 (:issue:`29128`)
328+
-
328329

329330
Conversion
330331
^^^^^^^^^^

0 commit comments

Comments
 (0)