hetio / hetnetpy

Hetnets in Python (relocated from dhimmel/hetio)
https://het.io/software
Other
93 stars 28 forks source link

Migrate hetnet to matrix code from greenelab/hetmech #11

Closed dhimmel closed 6 years ago

dhimmel commented 6 years ago

@zietzm I set you as the author for the commit with the unmodified hetmech code, since you wrote most of that. Can you review the changes in https://github.com/dhimmel/hetio/commit/1cbfa8455c6775947a58b48807d0cdfe13866d1c.

The motivation for moving this to hetio is that it will be useful to many users. By moving it here, we're committing to a higher degree of API stability and code maturity.

dhimmel commented 6 years ago

Will we need to correspondingly remove these functions from hetmech so that there is no overlap?

That is the plan, after I release a new hetio version with these functions.

dhimmel commented 6 years ago

@gwaygenomics hetio v0.2.8 should by on PyPI soon and includes this merged PR with metaedge to adjacency matrix functionality.