Skip to content

Releases: nel-lab/mesmerize-core

v0.4.0

14 Apr 00:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 Oct 07:55
fd8320f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rly made their first contribution in #228

Full Changelog: v0.2.2...v0.3.0

v0.2.2

02 Jun 22:10
9970894
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Mar 07:37
3c2f961
Compare
Choose a tag to compare

Fixes

  • better cnmfe runner, #184
  • added cnmfe demo notebook

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Mar 10:30
9451af7
Compare
Choose a tag to compare

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

v0.1.0

09 Jan 08:51
Compare
Choose a tag to compare

First full release!

Breaking changes from the beta

  • Introduced LazyArrays for various CNMF outputs, #140
  • better handling of input movies #146

Fixes

All PRs in this release

Full Changelog: v0.1.0.b1...v0.1.0

v0.1.0.b1

20 Sep 08:58
0067fb1
Compare
Choose a tag to compare

Initial beta "release" to get packaging up and running.

What's Changed

New Contributors

Full Changelog: https://github.com/nel-lab/mesmerize-core/commits/v0.1.0.b1