Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: slow plots of pandas objects #6991

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
wants to merge 3 commits into from
Closed

FIX: slow plots of pandas objects #6991

wants to merge 3 commits into from

Conversation

maahn
Copy link

@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
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
Member

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

@tacaswell
Copy link
Member

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

@maahn
Copy link
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
Member

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

@QuLogic
Copy link
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