Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 911 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • LivePlot: Add legend shorthand function
  • LivePlot: Add push function
  • LivePlot: Add reset function
  • Sketch: Add a reset function

1.0.0 - 2024-08-06

Added

  • Base class for all library exceptions
  • LivePlot class for live time series streaming
  • Sine waves example using a LivePlot
  • Sine waves example using a raw Sketch rather than a LivePlot
  • Sketch class for fast line redrawing on an existing Matplotlib canvas
  • Unit tests for the Sketch class