This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: shoeffner/cvloop
Releases · shoeffner/cvloop
Version 0.3.1
Version 0.3.0
- Classes instead of functions to handle state.
- DrawHat feature (by @JustinShenk)
- Video controls: Pause button + stop on figure closing.
Version 0.2.0
- Animation with
blit
s instead ofdraw
s. - Matplotlib selects
nbAgg
if the backend isinline
automatically. - Removing
%matplotlib notebook
from examples. - Updated documentation notebooks: removing
print_info
, as it is no longer supported. - Added note about keeping a reference to the loop's return value.