v0.4.0
Pre-release
Pre-release
Changes in 0.4.0
Breaking changes
- The
from_gdsmethod now fetches all node properties of a given GDS projection by default, instead of none. - The
from_gdsmethod now adds node labels as captions for nodes. - The
from_gdsmethod now samples large graphs before fetching them by default, but this can be overridden.
New features
- Allow visualization based only on relationship DataFrames, without specifying node DataFrames in
from_dfs - Add relationship properties to
VisualizationGraphwhen constructing viafrom_gds - Allow setting
layout_optionsforVisualizationGraph::render
Improvements
- Improved error messages when constructing
VisualizationGraphs usingfrom_dfs,from_neo4j,from_gdsandfrom_gql_createmethods