-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
PERF/REGR: revert #41785 #42338
PERF/REGR: revert #41785 #42338
Conversation
jbrockmendel
commented
Jul 1, 2021
•
edited
Loading
edited
- closes PERF: regression in DataFrame construction from nested dict #42248
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
Thanks @jbrockmendel as this now goes in 1.3.1, will need a release note. |
#42312 now merged |
@jbrockmendel lgtm can you add a release note for 1.3.1 |
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.
lgtm merge on green
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
Co-authored-by: jbrockmendel <jbrockmendel@gmail.com>
@@ -16,6 +16,7 @@ Fixed regressions | |||
~~~~~~~~~~~~~~~~~ | |||
- Pandas could not be built on PyPy (:issue:`42355`) | |||
- :class:`DataFrame` constructed with with an older version of pandas could not be unpickled (:issue:`42345`) | |||
- Performance regression in constructing a :class:`DataFrame` from a dictionary of dictionaries (:issue:`42338`) |
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 have been 42248.
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.
thanks, will add this to my next "collected cleanups" branch
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.
would need to backport, but no worries if added with other changes since the release readiness script will show that the release notes aren't in sync and I will sync directly to 1.3.x.
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.
done in #42516