8000 FIX: support np.flatiter is input again by tacaswell · Pull Request #6712 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

FIX: support np.flatiter is input again #6712

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

Merged
merged 1 commit into from
Aug 29, 2016

Conversation

tacaswell
Copy link
Member

This was unintentionally broken by
bdaaf59 which went in as part of
PR #5556 which was fixing support for pandas series.

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Jul 9, 2016
@@ -2544,6 +2544,15 @@ def index_of(y):

def safe_first_element(obj):
if isinstance(obj, collections.Iterator):
# needed to accept `array.flat` is input.
Copy link
Member

Choose a reason for hiding this comment

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

is -> as
And while I make that comment, the commit message also needs the same fix.

This was unintentionally broken by
bdaaf59 which went in as part of
PR matplotlib#5556 which was fixing support for pandas series.
@tacaswell tacaswell force-pushed the mnt_fix_npflatiter_as_input branch from 03473e0 to 8d03299 Compare July 12, 2016 03:31
@mdboom mdboom merged commit aeed94b into matplotlib:v2.x Aug 29, 2016
@tacaswell tacaswell deleted the mnt_fix_npflatiter_as_input branch August 29, 2016 19:07
@QuLogic QuLogic modified the milestones: 2.0 (style change major release), 2.0.1 (next bug fix release) Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0