Skip to content

Releases: AdamBanham/vispm

v0.0.6.2

16 Jul 07:45
Compare
Choose a tag to compare

Bugfixes

  • EventImputer can handle more than 26 activity classes now
  • EventHistogramExtension now shouts event imputing outcome
  • EventHistogramExtension colorbar on west has been adjusted for prettiness.

What's Changed

  • Updated docstring for DescriptionHistogramExtension by @AdamBanham in #1

Full Changelog: v0.0.6.1...v0.0.6.2

v0.0.6.1

10 Jul 08:28
Compare
Choose a tag to compare

Minor Changes

  • Updated docstring for DescriptionHistogramExtension.

v0.0.6

10 Jul 08:15
Compare
Choose a tag to compare

Notable changes

  • Added new extension for StaticDottedCharts
    • DescriptionHistogramExtension
      • This extension explores an aspect of an event log like trace duration or trace length and others.

Full Changelog: v0.0.5...v0.0.6

v0.0.5

04 Jul 11:24
Compare
Choose a tag to compare

Notable changes

  • Added new extension for StaticDottedCharts
    • DottedEventHistogramExtension
      • This extension plots the breakdown of event labels in bins along a given axis (time or trace number).

Full Changelog: v0.0.4...v0.0.5

v0.0.4

25 Jun 06:18
Compare
Choose a tag to compare

Notable Changes

  • Added Extension system to static presenters
  • Added a new extension for dotted charts
    • New extension importable via from vispm import DottedColourHistogramExtension

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Jun 04:56
Compare
Choose a tag to compare

Notable Changes

  • Added support for static dotted chart visualisations
    • see StaticDottedChartPresentor for more information @ here
    • importable via from vispm import StaticDottedChartPresentor

Full Changelog: https://github.com/AdamBanham/vispm/commits/v0.0.3