Skip to content

Releases: ezmsg-org/ezmsg-panel

v0.6.7

17 Dec 20:04
87ad6ad

Choose a tag to compare

What's Changed

  • Modernize repo to align with other ezmsg repos (dev->main) by @cboulay in #3

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6 SigProc Version Lock

28 Jul 20:29

Choose a tag to compare

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

09 Apr 21:14

Choose a tag to compare

  • 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

19 Feb 19:29

Choose a tag to compare

fix: added missing typehints

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Feb 19:22

Choose a tag to compare

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

14 Feb 19:56

Choose a tag to compare

Converted Record and Replay to Tab API; backward compatible
Full Changelog: v0.6.0...v0.6.1

v0.6.0

14 Feb 19:11

Choose a tag to compare

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

06 Nov 19:24

Choose a tag to compare

Initial PyPI release including packaging with uv and extensive documentation about the pattern.

0.3.1: Panel Niceties!

06 Feb 19:48

Choose a tag to compare

It's the new version!

0.2.0: Replay UI

12 Apr 15:41

Choose a tag to compare

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!