This repository was 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
blits instead ofdraws. - Matplotlib selects
nbAggif the backend isinlineautomatically. - Removing
%matplotlib notebookfrom 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.