-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.2.8' | ||
__version__ = '0.2.9' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
hetio/hetio v0.2.9 | ||
|
||
Relocate GitHub repository from dhimmel/hetio to hetio/hetio. | ||
|
||
## Other Changes | ||
|
||
Support path-like obojectes in readwrite. | ||
https://github.com/hetio/hetio/commit/21c64439a96326b67439d6e9bae89279c35e95ce | ||
|
||
extract_all_metapaths: get all metapaths for any source/target metanodes | ||
https://github.com/hetio/hetio/pull/14 | ||
|
||
sparsify_or_densify: workaround scipy float16 todense bug | ||
https://github.com/hetio/hetio/pull/15 | ||
|
||
MetaGraph: metanode and metaedge getter methods | ||
https://github.com/hetio/hetio/pull/18 | ||
|
||
MetaGraph: metagraph.get_metapath | ||
https://github.com/hetio/hetio/pull/19 | ||
|
||
Optimize matrix.sparsify_or_densify | ||
https://github.com/hetio/hetio/pull/20 | ||
|
||
graph.count_nodes & matrix.get_node_identifiers functions | ||
https://github.com/hetio/hetio/pull/21 | ||
|
||
Enable edge/path sorting | ||
Enable deterministic extract_metapaths ordering | ||
https://github.com/hetio/hetio/pull/22 |