Skip to content

BUG: Respect itershape=() in nditer#15885

Merged
mattip merged 2 commits intonumpy:masterfrom
eric-wieser:fix-nditer-itershape-()
Apr 1, 2020
Merged

BUG: Respect itershape=() in nditer#15885
mattip merged 2 commits intonumpy:masterfrom
eric-wieser:fix-nditer-itershape-()

Conversation

@eric-wieser
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser commented Mar 31, 2020

Previously this was treated as itershape=None, which meant something else.

The docstring was added only a handful of commits ago, so it shouldn't matter that the documented default "changed".


Good catch @seberg, you were right about the default in #15877.
Thanks for opening this can of worms.

More like gh-15881 and gh-15882

Previously this was treated as itershape=None, which meant something else.

The docstring was added only a handful of commits ago, so it shouldn't matter that the documented default "changed".
@eric-wieser eric-wieser force-pushed the fix-nditer-itershape-() branch from f2f6c7b to 5ae9f65 Compare March 31, 2020 22:12
Copy link
Copy Markdown
Member

@seberg seberg left a comment

Choose a reason for hiding this comment

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

Going to reformat the long lines and then merge, thanks (assuming I am getting it right with the suggestion commiting :)).

@seberg seberg self-requested a review March 31, 2020 23:06
@mattip mattip merged commit 3310cd0 into numpy:master Apr 1, 2020
@mattip
Copy link
Copy Markdown
Member

mattip commented Apr 1, 2020

Thanks @eric-wieser , @seberg

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.

3 participants