We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f66bd4 commit ed400ffCopy full SHA for ed400ff
hetio/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.2.6'
+__version__ = '0.2.7'
release-notes/v0.2.7.txt
@@ -0,0 +1,8 @@
+dhimmel/hetio v0.2.7
2
+
3
+Add subgraph functionality. `graph.get_subgraph()` allows subseting a hetnet to
4
+return a new hetnet. This can be useful for creating hetnets for testing or
5
+development. Subgraphs of Hetionet v1.0 have been added to `test/data`.
6
7
+Fixes a bug that caused AttributeError when calling `metapath.get_unicode_str()`.
8
+https://github.com/dhimmel/hetio/commit/62c4dd1db11733f9e50c980e38a0ccc483aa1546
0 commit comments