v0.4.1
Pre-release
Pre-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 tofrom_neo4j
, in which case the driver will be used internally to fetch the graph data using a simple query - The
rel_dfs
parameter offrom_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