Skip to content

Releases: related-sciences/nxontology

v0.1.4: node_info.depth property

02 Feb 22:54
Compare
Choose a tag to compare
Add node_info.depth property

v0.1.3: graphviz similarity visualization & graph/node attributes

05 Jan 18:52
Compare
Choose a tag to compare
readme: update versioned figures commit hash

update to 13de9d63ac9d08ffc1e25ee80e912c611b990473

v0.1.2: support ontologies with multiple roots

23 Dec 22:13
Compare
Choose a tag to compare
Node_Info error if node does not exist

closes https://github.com/related-sciences/nxontology/issues/5

v0.1.1: add_node & add_edge support

04 Dec 20:03
Compare
Choose a tag to compare
safer add_node & add_edge methods

networkx add_node silently updates existing nodes.
networkx add_edge silently addes missing nodes and updates existing
edges.

Add NXOntology methods that raise errors for these dangerous
situations.

v0.1.0: initial release

04 Dec 15:50
Compare
Choose a tag to compare
update readme for PyPI