File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ Reshaping
99
99
- Bug in :meth: `DataFrame.crosstab ` when ``margins `` set to ``True `` and ``normalize `` is not ``False ``, an error is raised. (:issue: `27500 `)
100
100
- :meth: `DataFrame.join ` now suppresses the ``FutureWarning `` when the sort parameter is specified (:issue: `21952 `)
101
101
- Bug in :meth: `DataFrame.join ` raising with readonly arrays (:issue: `27943 `)
102
- - Bug :meth: `merge_asof ` could not use datetime.timedelta for `tolerance ` kwarg (:issue: `28098 `)
103
102
104
103
Sparse
105
104
^^^^^^
Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ Reshaping
279
279
280
280
- Bug in :meth: `DataFrame.apply ` that caused incorrect output with empty :class: `DataFrame ` (:issue: `28202 `, :issue: `21959 `)
281
281
- Bug in :meth: `DataFrame.stack ` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301 `)
282
+ - Bug :func: `merge_asof ` could not use :class: `datetime.timedelta ` for ``tolerance `` kwarg (:issue: `28098 `)
282
283
283
284
Sparse
284
285
^^^^^^
You can’t perform that action at this time.
0 commit comments