Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamnsch adamnsch released this 13 Jun 14:13
· 38 commits to main since this release

Changes in 0.4.0

Breaking changes

  • The from_gds method now fetches all node properties of a given GDS projection by default, instead of none.
  • The from_gds method now adds node labels as captions for nodes.
  • The from_gds method 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 VisualizationGraph when constructing via from_gds
  • Allow setting layout_options for VisualizationGraph::render

Improvements

  • Improved error messages when constructing VisualizationGraphs using from_dfs, from_neo4j, from_gds and from_gql_create methods