gregversteeg / bio_corex

A flexible version of CorEx developed for bio-data challenges that handles missing data, continuous/discrete variables, multi-CPU, overlapping structure, and includes visualizations
Apache License 2.0
137 stars 30 forks source link

Changes to support Python 3 #4

Closed ghost closed 6 years ago

ghost commented 6 years ago

Here's an attempt to support both Python 2 and 3 in corex.py and vis_corex.py, which would resolve #3. All of the examples from readme.md still work, but I haven't thoroughly tested pickling/unpickling. I'm also worried that dropping unicode() might mess up something that I haven't tried.

gregversteeg commented 6 years ago

Thanks eamoncaddigan! This looks great.

ghost commented 6 years ago

My pleasure! I've been lazy about switching over to Python 3, so this was a great way to tour some of the changes. 😸