Skip to content

Conversation

@rhshadrach
Copy link
Member

  • Ensure all linting tests pass, see here for how to run them

- Bug in :meth:`Index.insert` for inserting ``np.datetime64``, ``np.timedelta64`` or ``tuple`` into :class:`Index` with ``dtype='object'`` with negative loc adding ``None`` and replacing existing value (:issue:`44509`)
- Bug in :meth:`Series.mode` with ``DatetimeTZDtype`` incorrectly returning timezone-naive and ``PeriodDtype`` incorrectly raising (:issue:`41927`)
- Bug in :class:`DateOffset`` addition with :class:`Timestamp` where ``offset.nanoseconds`` would not be included in the result. (:issue:`43968`,:issue:`36589`)
- Bug in :class:`DateOffset`` addition with :class:`Timestamp` where ``offset.nanoseconds`` would not be included in the result (:issue:`43968`, :issue:`36589`)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lack of a space between issue numbers causes it not to link/render properly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point

@rhshadrach rhshadrach added this to the 1.4 milestone Dec 23, 2021
@rhshadrach rhshadrach changed the title Fixups for whatsnew 1.4 DOC: Fixups for whatsnew 1.4 Dec 23, 2021
@jreback
Copy link
Contributor

jreback commented Dec 23, 2021

cool merge on green

@jreback jreback merged commit cedbefe into pandas-dev:master Dec 24, 2021
@rhshadrach rhshadrach deleted the 1.4_whatsnew branch December 24, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants