Skip to content

Commit 14e4e03

Browse files
Adds what's new entry
1 parent 9ab3596 commit 14e4e03

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
@@ -336,7 +336,8 @@ Numeric
336336
- Bug in :class:`DataFrame` logical operations (`&`, `|`, `^`) not matching :class:`Series` behavior by filling NA values (:issue:`28741`)
337337
- Bug in :meth:`DataFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29142`)
338338
- Improved error message when using `frac` > 1 and `replace` = False (:issue:`27451`)
339-
-
339+
- Bug in :class:`UInt64Index` precision loss while constructing from a list with values in the ``np.uint64`` range (:issue:`29526`)
340+
-
340341

341342
Conversion
342343
^^^^^^^^^^

0 commit comments

Comments
 (0)