Skip to content

Releases: neo4j/python-graph-visualization

v0.4.0

13 Jun 14:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-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

v0.3.1

22 May 09:57
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changes in 0.3.1

Improvements

  • Allow for Node and Relationship inputs to be given as camelCase and SCREAMING_SNAKE_CASE (in addition to snake_case).
  • Convert non-json serializable properties to strings in the render method, instead of raising an error.

v0.3.0

16 May 12:02
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.6...0.3.0

v0.2.6

08 Apr 09:32
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

What's Changed

  • Allow some unhashable types in color_nodes by @adamnsch in #133

Full Changelog: 0.2.5...0.2.6

v0.2.5

04 Apr 13:20
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.4...0.2.5

v0.2.4

31 Mar 09:46
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

What's Changed

  • Fix issue of conflicting keys when importing from Neo4j by @adamnsch in #123

Full Changelog: 0.2.3...0.2.4

v0.2.3

28 Mar 15:21
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.2...0.2.3

v0.2.2

04 Mar 09:22
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.1...0.2.2

v0.2.1

27 Feb 13:28
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • Updated NVL JavaScript library version which fixes some rendering issues

Full Changelog: 0.2.0...0.2.1

v0.2.0

20 Jan 09:50
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.6...0.2.0