Releases: pipefunc/graphviz-anywidget
Releases · pipefunc/graphviz-anywidget
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.