v0.2.0
New
LazyVideois a newLazyArraytype which usesdecordfor fast random access loading of frames #175caiman.get_input_movie()can take kwargs that are passed to the movie reader function. #167
Fixes
LazyArraytypes did not work with window functions infastplotlib.ImageWidget, they work after #175. The specific fix was to allowLazyArrayto work withrangeobjects that are passed byfastplotlib.ImageWidget: 49a4004
What's Changed
- more
LazyArraystuff by @kushalkolar in #175 - allow movie_reader kwargs for caiman.get_input_movie() by @kushalkolar in #167
Full Changelog: v0.1.0...v0.2.0