Skip to content

Commit ed400ff

Browse files
committed
Upgrade to v0.2.7
1 parent 9f66bd4 commit ed400ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hetio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.6'
1+
__version__ = '0.2.7'

release-notes/v0.2.7.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
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

Comments
 (0)