- Add convenience method
add_dataandremove_datatoGraphWidget. - Added a selection button to the toolbar.
- Added a layout button to the toolbar if
VG.render_widgetis used. - Support the new circular layout.
- Fixed a bug with the theme detection inn VSCode.
- Allow setting the theme manually in
VG.render(theme="light")andVG.render_widget(theme="dark"). - Use typed nodes and relationship traitlets in GraphWidget, i.e., list of Node and Relationship instead of dictionaries.
rendernow allows to passlayoutas a string as well. Previously expected to be a typedneo4j_viz.Layout.