* Directed chords via the `directed` argument * Rotate and set the angular aperture of the diagram via the `start_at` and `extent` arguments
**Breaking changes**
`min_chord_width` has replaced the `zero_entry_size` argument: all existing chords with an extremity smaller than `min_chord_width` are now extended to this minimal width instead of just just chords that have a zero-width extremity.
0.3.2
Bugfix for the Pypi repository to enable install via pip.
0.3.0
**Improvements:**
* Improved name positioning * Chord colors can now be set separately from arc colors * Font color can be changed
**Bugfix:** fix issue in setup.py that prevented automatic requirement installation using pip
0.2.0
**Improvements:** * zero-width chords are no longer plotted (14/17 thanks to gph82) * improved documentation 20
**Bugfix:** correct name rotation
0.1.0
Initial release, including gradient, name tags, and chord ordering.