Releases: precice/config-visualizer
Releases · precice/config-visualizer
v1.1.4
v1.1.3
- Fixed error when outputting the graph to stdout (without using the
-o
option). - Fixed backwards compatibility of the typing modules to python 3.8
Full Changelog: v1.1.2...v1.1.3
v1.1.2
- Fix
-o name.dot
outputting "layouted" dot instead of directly emitting the generated dot graph. This can lead to issues with older graphviz installation under some circumstances.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Adds the gui as an optional dependency to the package. Meaning you can install both with:
pipx install 'config-visualizer[gui]'
Full Changelog: v1.0.0...v1.1.1
v1.0.0
This release moved the GUI to it's own package in precice/config-visualizer-gui.
You can find it on PyPi.
pipx install precice-config-visualizer-gui
Full Changelog: v0.3.0...v1.0.0
v0.3.0
- Add support to directly generate images using
-o image.png
. Supports pdf, png, svg, jpeg, jpg. - Improve robustness of config parsing. Tag order doesn't matter now.
- Add extensive test suite.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- Fix large margin in graphs when using CLI
- Improves desktop integration by providing a
.desktop
file
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This is the first tagged release of the preCICE Config Visualizer.
What's new?
- An interactive GUI with autoreload and export functionality
- Desktop integration
- Tests to ensure compatibility with preCICE version 2 and version 3 configuration files
Full Changelog: https://github.com/precice/config-visualizer/commits/v0.2.0