X Tutup
Skip to content

FIX: slow plots of pandas objects#6991

Closed
maahn wants to merge 3 commits intomatplotlib:masterfrom
maahn:master
Closed

FIX: slow plots of pandas objects#6991
maahn wants to merge 3 commits intomatplotlib:masterfrom
maahn:master

Conversation

@maahn
Copy link
Copy Markdown

@maahn maahn commented Aug 28, 2016

Removes loop in unit.py to iterate through all elements in order to find a converter. Closes #6804.

@tacaswell
Copy link
Copy Markdown
Member

Please do not merge master into your feature branch, rebase instead.

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Aug 28, 2016
@tacaswell
Copy link
Copy Markdown
Member

Also, please split up the units change vs the nan change?

@tacaswell
Copy link
Copy Markdown
Member

My guess at the problem is length 0 objects making it in, but I am not sure.

@maahn
Copy link
Copy Markdown
Author

maahn commented Aug 29, 2016

Sorry, I didn't know that new commits to my branch are automatically added here... It's the first time I made a pull request to a large project. I will close it for know, clean up the mess and make a new pull request. I will also add a check for zero length objects.

@tacaswell
Copy link
Copy Markdown
Member

Deleting your fork is a bit extreme. Force-pushing the fixed up commits would have been sufficient.

@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Oct 15, 2016

New PR was #6997.

@QuLogic QuLogic modified the milestones: unassigned, 2.0.1 (next bug fix release) Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup