Skip to content

DOC: Move bug fixes in whatsnew for 2.2.0 into the appropriate subsection #55436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rhshadrach opened this issue Oct 7, 2023 · 1 comment · Fixed by #55443
Closed

DOC: Move bug fixes in whatsnew for 2.2.0 into the appropriate subsection #55436

rhshadrach opened this issue Oct 7, 2023 · 1 comment · Fixed by #55443
Assignees
Milestone

Comments

@rhshadrach
Copy link
Member

We've started adding any bug fixes directly below the Bug fixes section rather than in the proper subsection they belong.

Bug fixes
~~~~~~~~~
- Bug in :class:`AbstractHolidayCalendar` where timezone data was not propagated when computing holiday observances (:issue:`54580`)
- Bug in :class:`pandas.core.window.Rolling` where duplicate datetimelike indexes are treated as consecutive rather than equal with ``closed='left'`` and ``closed='neither'`` (:issue:`20712`)
- Bug in :func:`pandas.api.types.is_string_dtype` while checking object array with no elements is of the string dtype (:issue:`54661`)
- Bug in :meth:`DataFrame.apply` where passing ``raw=True`` ignored ``args`` passed to the applied function (:issue:`55009`)
- Bug in :meth:`pandas.DataFrame.melt` where it would not preserve the datetime (:issue:`55254`)
- Bug in :meth:`pandas.read_excel` with a ODS file without cached formatted cell for float values (:issue:`55219`)
-

Each of the notes in the lines above should be moved to an appropriate subsection below.

@KalebMaraccini
Copy link

Take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants