Skip to content

Tags: wallento/wavedrompy

Tags

2.0.3-r2

Corrected Copyright year to 2019, added MutantPlatypus to list of aut…

…hors

2.0.3-r1

Also render events when digits

Fixes #16

2.0.3

Add lowkey skin

This is a softer skin, from:
wavedrom/wavedrom@dd6063d

1.8.0-r4

Fix clock to x transitions

The pmx transition does not exist, it actually is from the last logic
level to x.

1.9.0rc1

Cleanup and Pythonize

Minor cleanup and improve code towards being better Python by changing
function names to the convention. Keep old symbols for compatibility
as aliases.

1.8.0-r3

Cleanup and Pythonize

Minor cleanup and improve code towards being better Python by changing
function names to the convention. Keep old symbols for compatibility
as aliases.

1.8.0-r1

Subcycle support for nodes

Add possibility to mark nodes at subcycles.

1.8.0

Add new 'label' wave modifier

This is a wavedrompy-specific extension that does not exist in
wavedrom.

Add a label on a wave. It is specified along with the name, wave,
etc. of the wave signal. It contains one entry per tick, where:

  - the '.' character does not add a label

  - any other character adds this character as label

  - A string label can be encapsulated as "{abc}" for a tock

The first two are identical to node, except a label can be added
multiple times.

Furthermore the position of the label inside the tock can be modified
by adding a "(..)" modifier immediately after the label. It moves the
label relative in the tock, so that the specified offset must be
between 0 and 1.

1.8.0rc2

Update doc with absolute image paths

1.8.0rc1

Update documentation