v0.1.0
First full release!
Breaking changes from the beta
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 #115
- make sure parent raw data path exists, else throw exception by @kushalkolar in #118
- allow passing
pd.Series
batch item directly asinput_movie_path
to'caiman.add_item()
by @kushalkolar in #124 - safety check to prevent small sub dataframe from overwriting full dataframe on disk by @kushalkolar in #126
- add local backend to
caiman.run()
by @kushalkolar in #131 - movie reader, tiff memmap, caiman memmap and pims by @kushalkolar in #146
- made better docstrings by @kushalkolar in #147
- Popen.wait() called by default using 'wait' kwarg to caiman.run() by @kushalkolar in #148
- Lazy arrays by @kushalkolar in #140
- V0.1 dev -> master by @kushalkolar in #155
- adding timestamp features by @clewis7 in #141
Full Changelog: v0.1.0.b1...v0.1.0