Skip to content

Commit 2ce7846

Browse files
committed
Apply 1.5 post release changes
1 parent 0987518 commit 2ce7846

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

changelog.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
# Changes in 1.5.0
1+
# Changes
22

33
## Breaking changes
44

55
## New features
66

7-
* Add `GraphWidget` methods to change render options in place without re-rendering: `set_layout`, `set_zoom`, `set_pan`, `set_renderer`, and `set_show_layout_button`
8-
* Add `GraphWidget` methods to change styling in place without re-rendering such as `color_relationships`
9-
107
## Bug fixes
118

12-
* Warn when relationships reference node ids that are not in the graph. It is configurable via the `on_dangling` parameter (`"warn"` (default), `"error"`, or `"none"`) on `render`, `render_widget`, and `GraphWidget.add_data`
13-
149
## Improvements
1510

16-
* Support Python 3.14
17-
* Support Aura Graph Analytics
18-
* Support `gds.v2` endpoints
19-
* Use typed options field in `GraphWidget`
20-
2111
## 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 = "1.5.0"
7+
version = "1.6.0"
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)