Skip to content

Commit e89ac18

Browse files
committed
DOC: wahtsnew note in Reshaping and MultiIndex
1 parent 0fce75e commit e89ac18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Missing
247247
MultiIndex
248248
^^^^^^^^^^
249249

250+
- Constructior for :class:`MultiIndex` verify the `sortorder` if `verify_integrity` parameter is `True` (the default)
250251
-
251252
-
252253

@@ -288,6 +289,7 @@ Reshaping
288289
- Bug in :meth:`DataFrame.apply` that caused incorrect output with empty :class:`DataFrame` (:issue:`28202`, :issue:`21959`)
289290
- Bug in :meth:`DataFrame.stack` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301`)
290291
- Bug :func:`merge_asof` could not use :class:`datetime.timedelta` for ``tolerance`` kwarg (:issue:`28098`)
292+
- Bug :func:`merge` did not append suffixes correctly with MultiIndex (:issues:`28518`)
291293

292294
Sparse
293295
^^^^^^

0 commit comments

Comments
 (0)