Releases: ezmsg-org/ezmsg-panel
v0.6.7
v0.6.6 SigProc Version Lock
ezmsg-sigproc V2.0 has broken the Butterworth Filter capability in TimeSeriesPlot, so this release locks ezmsg-sigproc at version < 2.0. Additionally, ezmsg-sigproc has been made truly optional by having TimeSeriesPlot not include a filter if the signal processing library is not installed.
Full Changelog: v0.6.4...v0.6.6
v0.6.4: Package Version Deconflicting
- Bump to use ezmsg-sigproc latest version which supports downsample by explicit factor
- ezmsg + panel + python 3.13 is broken; Prevent Python 3.13 from being used with ezmsg-panel #1
Full Changelog: v0.6.3...v0.6.4
v0.6.3
fix: added missing typehints
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Added ability to use buffered write mode (which relies on currently unreleased ezmsg 3.6.1).
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Converted Record and Replay to Tab API; backward compatible
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Bump deps and introduce downsampling for visualization into ScrollingLinePlot if ezmsg-sigproc is installed.
Full Changelog: v0.5.0...v0.6.0
0.5.0: PyPi Release
Initial PyPI release including packaging with uv and extensive documentation about the pattern.
0.3.1: Panel Niceties!
It's the new version!
0.2.0: Replay UI
This release includes a UI that wraps MessageReplay, allowing for control of replaying message logs (as recorded by MessageLogger) at varying playback rates, with a nice little progress bar!