Skip to content

Releases: precice/config-visualizer

v1.1.4

16 May 11:06
Compare
Choose a tag to compare
  • Fix error on output due to mismatched byte/str by @fsimonis in #26

Full Changelog: v1.1.3...v1.1.4

v1.1.3

17 Apr 11:55
Compare
Choose a tag to compare
  • 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

17 Apr 11:54
Compare
Choose a tag to compare
  • 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

17 Apr 11:52
Compare
Choose a tag to compare

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

17 Apr 11:51
Compare
Choose a tag to compare

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

17 Apr 11:47
Compare
Choose a tag to compare
  • 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

17 Apr 11:43
Compare
Choose a tag to compare
  • 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

15 Mar 09:29
Compare
Choose a tag to compare

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