Tags: gwaybio/hetio
Tags
dhimmel/hetio v0.2.7 Add subgraph functionality. `graph.get_subgraph()` allows subseting a hetnet to return a new hetnet. This can be useful for creating hetnets for testing or development. Subgraphs of Hetionet v1.0 have been added to `test/data`. Fixes a bug that caused AttributeError when calling `metapath.get_unicode_str()`. hetio@62c4dd1
dhimmel/hetio v0.2.6 hetio.hetnet.Graph.add_edge() now accepts nodes in addition to node_ids as input to source_id and target_id. hetio.hetnet documentation improvements. Fix node display in Jupyter notebooks. Previously, edge information was printed causing notebooks to crash. Test coverage for path count and degree-weighted path count computation.
dhimmel/hetio v0.2.5: test @hetio-release-bot deploy @hetio-release-bot is an account for automatically deploying GitHub releases from Travis CI. It's purpose is to limit the scope of GitHUb's OAuth to a single repository.
This version upgrades the Travis CI environment to fix a Pandoc bug that resulted in a malformated long_description in `setup.py`. As a result, the [v0.2.2 PyPI page](https://pypi.org/project/hetio/0.2.2/) is really ugly.