-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC/CLN: 1.3.2 release notes #42983
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
DOC/CLN: 1.3.2 release notes #42983
Conversation
lgtm |
@@ -15,25 +15,25 @@ including other versions of pandas. | |||
Fixed regressions | |||
~~~~~~~~~~~~~~~~~ | |||
- Performance regression in :meth:`DataFrame.isin` and :meth:`Series.isin` for nullable data types (:issue:`42714`) | |||
- Regression in updating values of :class:`pandas.Series` using boolean index, created by using :meth:`pandas.DataFrame.pop` (:issue:`42530`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should there be a pygrep check for
:\w+:`pandas\.
if this is a common enough occurrence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think people look at the adjacent code for inspiration, so maybe it would be common if let through when the release notes don't have many entries.
although no harm in a check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we probably want to allow pandas.NA
i've converted to draft till #42984 is merged otherwise the auto-backport will fail |
Something went wrong ... Please have a look at my logs. |
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
* DOC/CLN: 1.3.2 release notes (#42983) * sync notes with master
No description provided.