Skip to content

v0.2.0

Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 01 Mar 10:30
· 117 commits to master since this release
9451af7

New

  • LazyVideo is a new LazyArray type which uses decord for fast random access loading of frames #175
  • caiman.get_input_movie() can take kwargs that are passed to the movie reader function. #167

Fixes

  • LazyArray types did not work with window functions in fastplotlib.ImageWidget, they work after #175. The specific fix was to allow LazyArray to work with range objects that are passed by fastplotlib.ImageWidget: 49a4004

What's Changed

Full Changelog: v0.1.0...v0.2.0