Skip to content

Backport gh 6361#6376

Merged
charris merged 2 commits intonumpy:maintenance/1.10.xfrom
charris:backport-gh-6361
Sep 27, 2015
Merged

Backport gh 6361#6376
charris merged 2 commits intonumpy:maintenance/1.10.xfrom
charris:backport-gh-6361

Conversation

@charris
Copy link
Member

@charris charris commented Sep 27, 2015

BUG: Expanded warning conditions for array_split

Zero arrays can also occur with any of the partitions sub_arys[i]
induced by array_split, not just the final partition sub_arys[-1].

Modified by seberg.
Closes gh-5771

Michael Currie and others added 2 commits September 27, 2015 12:37
Zero arrays can also occur with any of the partitions sub_arys[i]
induced by array_split, not just the final partition sub_arys[-1].

Modified by seberg.
Closes numpygh-5771
@charris charris added this to the 1.10.0 release milestone Sep 27, 2015
charris added a commit that referenced this pull request Sep 27, 2015
@charris charris merged commit a600a5c into numpy:maintenance/1.10.x Sep 27, 2015
@charris charris deleted the backport-gh-6361 branch September 27, 2015 19:11
charris added a commit to charris/numpy that referenced this pull request Oct 29, 2015
This reverts commit a600a5c, reversing
changes made to 77fb742.

The expanded warning led to incompatibilities with with Numpy 1.9, which
had already the future behavior for the cases covered by the extended
warning conditions. Rather than roll back the behavior of 1.9 only to
reimplement it later, it is thought better to preserve it and move on.
charris added a commit that referenced this pull request Oct 30, 2015
Revert "Merge pull request #6376 from charris/backport-gh-6361"
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.

2 participants