cesium-ml / cesium_web

Cesium Web Frontend
Other
43 stars 18 forks source link

Switch to new `distributed` asynchronous API #212

Closed bnaul closed 7 years ago

bnaul commented 7 years ago

As of distributed==0.17.0 or so, Executor(...) no longer takes a start= keyword and instead requires asynchronous= and seems to behave differently. For now I fixed the version at distributed==0.14.1 but that seems suboptimal going forward.

See https://distributed.readthedocs.io/en/latest/asynchronous.html, http://matthewrocklin.com/blog/work/2017/06/15/dask-0.15.0#asynchronous-clients for additional info.