File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040- Compatibility with Python 3.8 in :meth: `DataFrame.query ` (:issue: `27261 `)
4141- Fix to ensure that tab-completion in an IPython console does not raise
4242 warnings for deprecated attributes (:issue: `27900 `).
43- - Fix :class: `AbstractHolidayCalendar ` to return correct results for
44- years after 2030 (now goes up to 2200) (:issue: `27790 `)
45-
4643
4744.. _whatsnew_0.252.contributors :
4845
Original file line number Diff line number Diff line change @@ -409,6 +409,9 @@ Other
409409- Bug in :meth: `Series.diff ` where a boolean series would incorrectly raise a ``TypeError `` (:issue: `17294 `)
410410- :meth: `Series.append ` will no longer raise a ``TypeError `` when passed a tuple of ``Series `` (:issue: `28410 `)
411411- Fix corrupted error message when calling ``pandas.libs._json.encode() `` on a 0d array (:issue: `18878 `)
412+ - Fix :class: `AbstractHolidayCalendar ` to return correct results for
413+ years after 2030 (now goes up to 2200) (:issue: `27790 `)
414+
412415
413416.. _whatsnew_1000.contributors :
414417
You can’t perform that action at this time.
0 commit comments