First full release!
Breaking changes from the beta
- Introduced `LazyArrays` for various CNMF outputs, 140
- better handling of input movies 146
Fixes
- 130, fix 116 by adding a local backend in that is used by default on Windows, completing bypassing all the subprocess stuff
- 126, safety check to prevent small subdataframe from overwriting a large dataframe on disk, default max delta of num_rows is 1
- other changes see: https://github.com/nel-lab/mesmerize-core/milestone/3?closed=1
All PRs in this release
* fixing threshold for tests to pass in pipeline by clewis7 in https://github.com/nel-lab/mesmerize-core/pull/115
* make sure parent raw data path exists, else throw exception by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/118
* allow passing `pd.Series` batch item directly as `input_movie_path` to`'caiman.add_item()` by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/124
* safety check to prevent small sub dataframe from overwriting full dataframe on disk by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/126
* add local backend to `caiman.run()` by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/131
* movie reader, tiff memmap, caiman memmap and pims by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/146
* made better docstrings by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/147
* Popen.wait() called by default using 'wait' kwarg to caiman.run() by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/148
* Lazy arrays by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/140
* V0.1 dev -> master by kushalkolar in https://github.com/nel-lab/mesmerize-core/pull/155
* adding timestamp features by clewis7 in https://github.com/nel-lab/mesmerize-core/pull/141
**Full Changelog**: https://github.com/nel-lab/mesmerize-core/compare/v0.1.0.b1...v0.1.0