8000 Tags · gwaybio/hetio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gwaybio/hetio

Tags

v0.2.8

Toggle v0.2.8's commit message
dhimmel/hetio v0.2.8

Add the hetio.matrix module for exporting edges to an adjacency matrix.

v0.2.7

Toggle v0.2.7's commit message
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

v0.2.6

Toggle v0.2.6's commit message
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.

v0.2.5

Toggle v0.2.5's commit message
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.

v0.2.4

Toggle v0.2.4's commit message
dhimmel/hetio v0.2.4: readwrite and dependencies updates

Removes YAML support for writing metagraphs and graphs.

Improves reliability of reading json or pickle files with or without
compression.

Support xz compression.

Improve readwrite test coverage.

v0.2.3

Toggle v0.2.3's commit message
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.

v0.2.2

Toggle v0.2.2's commit message
Upgrade to v0.2.2

v0.2.0

Toggle v0.2.0's commit message
Prepare 0.2.0 release and ready for PyPI

v0.1.0

Toggle v0.1.0's commit message
Update README.md

Update install command
0