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
apply_ufunc: Add meta kwarg + bump dask to 2.2 (#3660)
* apply_func: Set meta=np.ndarray when vectorize=True and dask="parallelized"
Closes#3574
* Add meta kwarg to apply_ufunc.
* Bump minimum dask to 2.1.0
* Update distributed too
* bump minimum dask, distributed to 2.2
* Update whats-new
* minor.
* fix whats-new
* Attempt numpy=1.15
* Revert "Attempt numpy=1.15"
This reverts commit 2b22470.
* xfail test.
* More xfailed tests.
* Update xfail reason.
* fix whats-new
* Add test to ensure meta is passed on to dask.
* Use skipif instead of xfail.
0 commit comments