File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Bug fixes
27
27
- Fixed bug in :meth: `DataFrame.__setitem__ ` not inferring string dtype for zero-dimensional array with ``infer_string=True `` (:issue: `55366 `)
28
28
- Fixed bug in :meth: `DataFrame.idxmin ` and :meth: `DataFrame.idxmax ` raising for arrow dtypes (:issue: `55368 `)
29
29
- Fixed bug in :meth: `DataFrame.interpolate ` raising incorrect error message (:issue: `55347 `)
30
+ - Fixed bug in :meth: `DataFrame.update ` bool dtype being converted to object (:issue: `55509 `)
30
31
- Fixed bug in :meth: `Index.insert ` raising when inserting ``None `` into :class: `Index ` with ``dtype="string[pyarrow_numpy]" `` (:issue: `55365 `)
31
32
- Fixed bug in :meth: `Series.all ` and :meth: `Series.any ` not treating missing values correctly for ``dtype="string[pyarrow_numpy]" `` (:issue: `55367 `)
32
33
- Fixed bug in :meth: `Series.floordiv ` for :class: `ArrowDtype ` (:issue: `55561 `)
You can’t perform that action at this time.
0 commit comments