ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Python versions other than 3.5 #154

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

elm recently starting supporting version of Python other than 3.5. We have most of the code and testing in place to support Python 2.7, 3.5, and 3.6, but currently as Python 2.7 and 3.6 are not working. Python 2.7 issues in elm are at least in part related to this earthio issue 7.

gbrener commented 7 years ago

As of PRs #158 and PR #160 we have now have tests running for these versions (none are passing other than 3.5). We'll need to do more to get those passing, but at least we'll know when we're "done" :)

gbrener commented 7 years ago

PR #162 removed support for Python 3.4, which was added by mistake.

gbrener commented 7 years ago

Being addressed by PR #168 . Closing this issue once it's merged.

gbrener commented 7 years ago

Python 3.6 compatibility is not currently available due to a conda/conda-build issue (still in incubation).