Skip to content

v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamnsch adamnsch released this 02 Jul 12:19
· 11 commits to main since this release

Changes in 0.4.1

Breaking changes

  • Relationship types are now added as the default caption on relationships when fetched using from_gds

New features

  • Allow passing a neo4j.Driver instance as input to from_neo4j, in which case the driver will be used internally to fetch the graph data using a simple query
  • The rel_dfs parameter of from_dfs is now optional, allowing for loading a graph with only nodes and no relationships

Bug fixes

  • Make sure that temporary internal node properties are not included in the visualization output
  • Fixed bug where loading a graph with from_gds where all node or relationship properties are not present on every entity would result in an error