You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,14 @@
1
-
# Changes in 0.4.1
1
+
# Changes in 0.4.2
2
2
3
3
4
4
## Breaking changes
5
5
6
-
* Relationship types are now added as the default caption on relationships when fetched using `from_gds`
7
-
8
6
9
7
## New features
10
8
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
-
14
9
15
10
## Bug fixes
16
11
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
0 commit comments