Skip to content

Releases: mpl-extensions/mpl-playback

0.4.0

18 Jul 03:18
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

0.3.0

18 Jul 03:11
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

0.2.0

18 Jul 03:06
974de61
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.2.0

0.1.3

15 Aug 02:27
Compare
Choose a tag to compare

works for mpl 3.5+

0.1.2

30 Jun 18:38
ff09972
Compare
Choose a tag to compare

Fix a typo that made playback_file always fail: bcb9c36

0.1.1

17 Jan 20:50
409e6fc
Compare
Choose a tag to compare

Don't force using FFmpegwriter. Also fall back to pillow if none of other writers are available which hopefully will avoid needing conda on RTD builds

0.1.0

17 Jan 20:17
b65c0bb
Compare
Choose a tag to compare

Now including support for recording timing of events

0.0.3

13 Jan 05:13
5dbc31c
Compare
Choose a tag to compare

Support multiple figures.
Also switch to frame grabbing based on https://matplotlib.org/3.3.3/gallery/animation/frame_grabbing_sgskip.html which will make it easier to do this with recording time. kinda gives up a bit on doing live playback, but whatever, can alays bring it back

0.0.2

12 Jan 05:53
0bb9a81
Compare
Choose a tag to compare

Add support for finding objects in containers. (nesting not yet allowed, nor are dictionaries)