Skip to content

v1.4.0

Compare
Choose a tag to compare
@fskpf fskpf released this 14 Aug 07:21
· 30 commits to main since this release

New grouping support

  • The new add_parent_relationship_configuration(type, reverse) allows to restructure relationships as nested hierarchy. For example, (n:Person)-[r:COUNTRY]->(m:Country) relations can be visualized as persons that are nested within their respective country.

  • The new parent_configuration keyword argument for the add_node_configuration(label, **kwargs) allows to create artificial group nodes that are not part of the database.

    You can find more details and examples in the grouping.ipynb notebook.

  • Fixed the bug that caused shared configuration among different widget instances (see #6)