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.Driverinstance as input tofrom_neo4j, in which case the driver will be used internally to fetch the graph data using a simple query - The
rel_dfsparameter offrom_dfsis 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_gdswhere all node or relationship properties are not present on every entity would result in an error