You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ogrisel
changed the title
np.vstack does not longer accept generator expressions in numpy master
np.vstack does no longer accept generator expressions in numpy master
Oct 26, 2018
For SciPy we just switched from generator to list comprehension to resolve this -- i.e., scipy/scipy#9405
It is related to the array function NEP changes -- see #12263 (comment) . Stephan may re-enable the behavior for a while, but maybe best not to depend on it long term.
It seems that the scikit-learn test job that runs against numpy master found a breaking change in numpy:
scikit-learn/scikit-learn#12467
Minimal reproduction case:
This used to work in past versions of numpy:
The text was updated successfully, but these errors were encountered: