You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,9 @@ Conversion
381
381
- Fixed bug where comparing :class:`DatetimeIndex` failed to raise ``TypeError`` when attempting to compare timezone-aware and timezone-naive datetimelike objects (:issue:`18162`)
382
382
- Bug in :class:`DatetimeIndex` where the repr was not showing high-precision time values at the end of a day (e.g., 23:59:59.999999999) (:issue:`19030`)
383
383
- Bug where dividing a scalar timedelta-like object with :class:`TimedeltaIndex` performed the reciprocal operation (:issue:`19125`)
384
+
- Bug in :class:`WeekOfMonth` and :class:`LastWeekOfMonth` where default keyword arguments for constructor raised ``ValueError`` (:issue:`19142`)
384
385
- Bug in localization of a naive, datetime string in a ``Series`` constructor with a ``datetime64[ns, tz]`` dtype (:issue:`174151`)
386
+
- :func:`Timestamp.replace` will now handle Daylight Savings transitions gracefully (:issue:`18319`)
385
387
386
388
Indexing
387
389
^^^^^^^^
@@ -473,4 +475,3 @@ Other
473
475
^^^^^
474
476
475
477
- Improved error message when attempting to use a Python keyword as an identifier in a ``numexpr`` backed query (:issue:`18221`)
476
-
- :func:`Timestamp.replace` will now handle Daylight Savings transitions gracefully (:issue:`18319`)
0 commit comments