We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0b0e3 commit 9fbbbeaCopy full SHA for 9fbbbea
changelog.md
@@ -1,20 +1,16 @@
1
-# Changes in 0.5.0
+# Changes in 0.5.1
2
3
4
## Breaking changes
5
6
7
## New features
8
9
-* Added new constructor `from_snowflake` that creates visualization graphs from Snowflake tables.
10
-
11
12
## Bug fixes
13
14
15
## Improvements
16
17
-* The `field` parameter of `color_nodes` now also accepts casing other than `snake_case`.
18
19
20
## Other changes
python-wrapper/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "neo4j-viz"
-version = "0.5.0"
+version = "0.5.1"
description = "A simple graph visualization tool"
readme = "README.md"
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]
0 commit comments