v 0.16.7 release
Closed this issue · 5 comments
drwelby commented
v 0.16.7 will be a minor release to update dependencies and few bugs and will be the last in the 0.16 series.
bugfixes/changes:
Dependency problems:
- scipy.misc for imread has been moved to imageio, need to check that import in tmsimage.py
- pycurl install is problematic on Mac due to
__main__.ConfigurationError: Curl is configured to use SSL, but we have not been able to determine which SSL backend it is using. Please see PycURL documentation for how to specify the SSL backend manually.
Need fix or warning in docs.
v 0.17.0 will start the RDA graph deprecation process.
drwelby commented
v0.16.7 is now in PyPi
shexiaogui commented
which python version is compatible with 0.16.7? python 3.6 or 3.7?
drwelby commented
@shexiaogui 3.6
shexiaogui commented
Another question: what is the dask and scipy version in release 0.16.7? I have dask 2.3.0 installed. and it seems not working.
drwelby commented
I believe 1.2.2 works. It has not been tested with any of the 2.x.x versions of Dask.