Skip to content

Commit 4352dac

Browse files
committed
Update python lib version
post release
1 parent 545db7c commit 4352dac

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

changelog.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,13 @@
22

33
## Breaking changes
44

5-
- Change API of integrations to only provide basic parameters. Any further configuration should happen ons the Visualization Graph object:
6-
- Don't derive fields from properties. Use utility functions on the VisualizationGraph instead or set them manually on the node/relationship objects (VG.nodes/VG.relationships). This affects `from_neo4j`, `from_gds`, `from_gql_create`, `from_pandas`, `from_snowflake`.
7-
- `from_gds` rename `additional_node_properties` to `node_properties`
8-
- Drop parameters `size_property`, `node_radius_min_max`. Use `VG.resize_nodes(property=...)` instead. This affects `from_gds`, `from_neo4j`, `from_pandas`, `from_gql_create`, `from_snowflake`.
95

106
## New features
117

12-
- Allow to include db node properties in addition to the properties in the GDS Graph. Specify `db_node_properties` in `from_gds`.
138

149
## Bug fixes
1510

16-
- Color nodes in `from_snowflake` only if there are less than 13 node tables used. This avoids reuse of colors for different tables.
17-
- fixed a bug in `from_gds`, where properties of type list could not be imported.
18-
1911
## Improvements
2012

21-
- Validate fields of a node and relationship not only at construction but also on assignment.
22-
- Allow resizing per node property such as `VG.resize_nodes(property="score")`.
23-
- Color nodes by label in `from_gds` and `from_gql_create`.
24-
- Add `table` property to nodes and relationships created by `from_snowflake`. This is used as a default caption.
2513

2614
## 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.6.0"
7+
version = "0.6.1"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]

0 commit comments

Comments
 (0)