dask / dask-glm

BSD 3-Clause "New" or "Revised" License
76 stars 46 forks source link

Update to use dask.config.set and schduler keyword #72

Closed jrbourbeau closed 5 years ago

jrbourbeau commented 5 years ago

This PR replaces instances of dask.set_options with dask.config.set and replaces usage of the get keyword with the sceduler keyword.

Previously these would raise warnings, but https://github.com/dask/dask/pull/4077 elevated these warning to errors.

TomAugspurger commented 5 years ago

Thanks for doing this. I'll make a release after merging.

TomAugspurger commented 5 years ago

Sure, fine with moving the import up.