File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
- Compatibility with Python 3.8 in :meth: `DataFrame.query ` (:issue: `27261 `)
41
41
- Fix to ensure that tab-completion in an IPython console does not raise
42
42
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
-
46
43
47
44
.. _whatsnew_0.252.contributors :
48
45
Original file line number Diff line number Diff line change @@ -409,6 +409,9 @@ Other
409
409
- Bug in :meth: `Series.diff ` where a boolean series would incorrectly raise a ``TypeError `` (:issue: `17294 `)
410
410
- :meth: `Series.append ` will no longer raise a ``TypeError `` when passed a tuple of ``Series `` (:issue: `28410 `)
411
411
- 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
+
412
415
413
416
.. _whatsnew_1000.contributors :
414
417
You can’t perform that action at this time.
0 commit comments