ContextLab / timecorr

Estimate dynamic high-order correlations in multivariate timeseries data
MIT License
38 stars 12 forks source link

code cleanup #68

Closed jeremymanning closed 6 years ago

jeremymanning commented 6 years ago

Note: Upon further reflection, I don't think it makes sense to force timecorr to return TimeCrystals. I think TimeCrystals should be an internal class type, specifically used for our synthetic data explorations (at least until we have a compelling reason for why users would want to use them). I've therefore:

jeremymanning commented 6 years ago

I also changed some syntax to make it cleaner, but in turn I broke support for Python 2.7. However, I think we're going to be moving away from supporting 2.7 anyway soon (since I don't think numpy and pandas will continue to support it, and we rely on those packages for timecorr). So I've removed support for 2.7. The officially supported version of python is now 3.6+.