Skip to content

Commit 3f589b7

Browse files
adamnschFlorentinD
andcommitted
Post v0.4.0 release actions
Co-Authored-By: Florentin Dörre <florentin.dorre@neotechnology.com>
1 parent bcd7cd5 commit 3f589b7

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

changelog.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
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

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.0"
7+
version = "0.4.1"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]

0 commit comments

Comments
 (0)