Skip to content

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