File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1- # Changes in 0.4.0
1+ # Changes in 0.4.1
22
33
44## Breaking changes
55
6- * The ` from_gds ` method now fetches all node properties of a given GDS projection by default, instead of none.
7- * The ` from_gds ` method now adds node labels as captions for nodes.
8- * The ` from_gds ` method now samples large graphs before fetching them by default, but this can be overridden.
9-
106
117## New features
128
13- * Allow visualization based only on relationship DataFrames, without specifying node DataFrames in ` from_dfs `
14- * Add relationship properties to ` VisualizationGraph ` when constructing via ` from_gds `
15- * Allow setting ` layout_options ` for ` VisualizationGraph::render `
16-
179
1810## Bug fixes
1911
2012
2113## Improvements
2214
23- * Improved error messages when constructing ` VisualizationGraph ` s using ` from_dfs ` , ` from_neo4j ` , ` from_gds ` and ` from_gql_create ` methods
24-
2515
2616## Other changes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " neo4j-viz"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " A simple graph visualization tool"
99readme = " README.md"
1010authors = [{ name = " Neo4j" , email = " team-gds@neo4j.org" }]
You can’t perform that action at this time.
0 commit comments