Release v1.0.0
There are breaking changes in the API between v0.3.0 and v1.0.0. The old API was not maintainable and to avoid the list of parameters growing even more, the decision to move to a new API was made.
Backwards incompatible changes
- Completely changed API to reduce the number of parameters. Factored out functions to deal with specific aspects of the visual representation of tokens to functions
token_aes
andtoken_scale
. - Dropped the
scales
based colors in favour of D3 scales and legends.
New features
- Added leaflet-based
renderer
that draws the process map on a geographical map. - Added
initial_
parameters to control the initial playback state. - Added
repeat_
parameters to control how the animation is repeated. - Many other small improvements and tweaks.