Skip to content

Commit 0e261ee

Browse files
committed
added entry in latest docs/source/whatsnew
1 parent 9b01de4 commit 0e261ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ Categorical
614614
Datetimelike
615615
^^^^^^^^^^^^
616616
- Bug in :attr:`is_year_start` where a DateTimeIndex constructed via a date_range with frequency 'MS' wouldn't have the correct year or quarter start attributes (:issue:`57377`)
617+
- Bug in :class:`ArrowDtype` where `.convert_dtypes(dtype_backend="pyarrow")` stripped timezone information from timezone-aware PyArrow timestamps, resulting in a loss of timezone data. This has been fixed to ensure timezone information is preserved during conversions. (:issue:`60237`)
617618
- Bug in :class:`DataFrame` raising ``ValueError`` when ``dtype`` is ``timedelta64`` and ``data`` is a list containing ``None`` (:issue:`60064`)
618619
- Bug in :class:`Timestamp` constructor failing to raise when ``tz=None`` is explicitly specified in conjunction with timezone-aware ``tzinfo`` or data (:issue:`48688`)
619620
- Bug in :func:`date_range` where the last valid timestamp would sometimes not be produced (:issue:`56134`)
@@ -637,7 +638,7 @@ Timedelta
637638

638639
Timezones
639640
^^^^^^^^^
640-
-
641+
- Fixed an issue where `.convert_dtypes(dtype_backend="pyarrow")` stripped timezone information from timezone-aware PyArrow timestamps. Timezone data is now correctly preserved during conversions. (:issue:`60237`)
641642
-
642643

643644
Numeric

0 commit comments

Comments
 (0)