Added - references and better example to README - `graph.py` and `ecc_algorithms.py` modules---makes package more maintainable and extensible - test script
Changed - organization more in line with python package guidelines - changed from using distance covariance to distance correlation - many functions renamed according to new modules and organization
Removed - need for importing networkx to find minMCM - junk code in misc dir
0.1.0
Added - code in its raw, disorganized, poorly documented, inefficient state