Releases: pipefunc/graphviz-anywidget
Releases · pipefunc/graphviz-anywidget
v0.8.0
What's changed
- Use uv to build and fetch-depth 0 @basnijholt (#30)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#19)
- Fix freeze scroll to only disable scroll wheel while preserving drag functionality @basnijholt (#29)
v0.7.1
What's Changed
- Fix non-existing attribute in ipywidgets.Layout by @marcellaholm in #28
New Contributors
- @marcellaholm made their first contribution in #28
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's changed
- feat: Implement extra_controls_factory for extra widgets @basnijholt (#27)
v0.6.0
v0.5.0
What's changed
- Allow hiding controls @basnijholt (#23)
v0.4.0
What's changed
- Bump graphvizsvg to 1.2.0 @basnijholt (#16)
- ENH: Add
graphviz_widget_simple
function that doesn't include the Python widgets @basnijholt (#18) - [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#17)
- Make option widgets fit on one line @basnijholt (#20)
- Add a freeze scroll button @basnijholt (#21)
v0.3.0
What's changed
- ⬆️ Update d3-graphviz to v5 (remove custom Wasm bundling) @basnijholt (#7)
- Use a unique ID in the graph div @basnijholt (#8)
- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#10)
- Ensure that initializing many widgets works @basnijholt (#11)
- Add logging @basnijholt (#12)
- Remove transition altogether @basnijholt (#13)
- Bump
graphvizsvg
to 1.1.0 @basnijholt (#14) - Factor out functions into modules @basnijholt (#15)
⬆️ Dependency updates
v0.2.1
What's changed
- Bring the highlighted nodes and edges to the front
v0.2.0
What's changed
- Credits and license
- Rename variable dot_string to dot_source
v0.1.0
What's changed
- Initial release based on the work in pipefunc/pipefunc#326.