Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

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.

@tacaswelltacaswell added this to the2.0.1 (next bug fix release) milestoneJul 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 bybdaaf59 which went in as part ofPRmatplotlib#5556 which was fixing support for pandas series.
@tacaswelltacaswellforce-pushed themnt_fix_npflatiter_as_input branch from03473e0 to8d03299CompareJuly 12, 2016 03:31
@story645story645 mentioned this pull requestJul 18, 2016
@mdboommdboom merged commitaeed94b intomatplotlib:v2.xAug 29, 2016
@tacaswelltacaswell deleted the mnt_fix_npflatiter_as_input branchAugust 29, 2016 19:07
@QuLogicQuLogic modified the milestones:2.0 (style change major release),2.0.1 (next bug fix release)Aug 29, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.0.0
Development

Successfully merging this pull request may close these issues.

3 participants
@tacaswell@QuLogic@mdboom

[8]ページ先頭

©2009-2025 Movatter.jp