Releases: AdamBanham/vispm
Releases · AdamBanham/vispm
v0.0.6.2
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
Minor Changes
- Updated docstring for DescriptionHistogramExtension.
v0.0.6
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
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
Notable Changes
- Added Extension system to static presenters
- Added a new extension for dotted charts
- New extension importable via
from vispm import DottedColourHistogramExtension
- New extension importable via
Full Changelog: v0.0.3...v0.0.4
v0.0.3
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