Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@fmannhardt fmannhardt released this 27 Nov 15:41
· 62 commits to master since this release

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 and token_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.