Skip to content

Commit 8561d63

Browse files
committed
Post 0.4.1 release actions
1 parent d324bc7 commit 8561d63

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

changelog.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
# Changes in 0.4.1
1+
# Changes in 0.4.2
22

33

44
## Breaking changes
55

6-
* Relationship types are now added as the default caption on relationships when fetched using `from_gds`
7-
86

97
## New features
108

11-
* Allow passing a `neo4j.Driver` instance as input to `from_neo4j`, in which case the driver will be used internally to fetch the graph data using a simple query
12-
* The `rel_dfs` parameter of `from_dfs` is now optional, allowing for loading a graph with only nodes and no relationships
13-
149

1510
## Bug fixes
1611

17-
* Make sure that temporary internal node properties are not included in the visualization output
18-
* Fixed bug where loading a graph with `from_gds` where all node or relationship properties are not present on every entity would result in an error
19-
2012

2113
## Improvements
2214

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "neo4j-viz"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]

0 commit comments

Comments
 (0)