Skip to content

Releases: LudwigCRON/undulate

v0.0.5

10 Jan 21:18
Compare
Choose a tag to compare

New:

  • css file parser for global style
  • fix #36
  • fix #37

Change:

  • architecture change to support brick plugins
  • architecture change to apply filters on wavelanes
  • complete the documentation
  • improve test coverage
  • improve parsing of annotations’ from/to properties
  • change from Travis CI to Circle CI

improvements, new name, and more possibilities

09 Sep 07:34
Compare
Choose a tag to compare

New:

  • wavedrom single node edge for text position
  • arrows, lines, … and color overloading
  • add from / to properties to delimit global time compression
  • remove background behind text in annotations with text-background: False

Change:

  • rename module from pywave to undulate
  • fix positions wrt to hscale/vscale
  • improve safety wrt to evaluation of equations
  • position calculation
  • fix background during signal transition
  • update documentation
  • simplify installation process

Improved Compatibility & Bug Fix

14 Nov 15:20
Compare
Choose a tag to compare

This version enhance the compatibility with wavedrom rendering
and fix many bugs detected in the v0.0.2

EPS/PDF/PNG/SVG support

08 Sep 13:26
b2c6bc3
Compare
Choose a tag to compare

This release offers the integration of pycairo.
The skin can be applied accross all this format by using the cairo rendering engine.

the new formats supported are:
-f cairo-svg
-f cairo-pdf
-f cairo-eps
-f cairo-png

previous SVG/EPS renderer are preserved if one can afford the install of pycairo.