v0.2.0
New
LazyVideo
is a newLazyArray
type which usesdecord
for fast random access loading of frames #175caiman.get_input_movie()
can take kwargs that are passed to the movie reader function. #167
Fixes
LazyArray
types did not work with window functions infastplotlib.ImageWidget
, they work after #175. The specific fix was to allowLazyArray
to work withrange
objects that are passed byfastplotlib.ImageWidget
: 49a4004
What's Changed
- more
LazyArray
stuff 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