- fix: slot_chunks were not performed in increasing order, making it impossible for writer to continue writing and consequent OOM - enh: reserve one CPU for writer thread and control logic - enh: disentangle logging and debugging keyword arguments - enh: do not initialize slot_chunks and slot_states with lock
0.20.3
- enh: improve strategy for stalling for slow writer
0.20.2
- ref: remove __init__ from SegmentThresh
0.20.1
- fix: relative basin locations not written correctly - enh: increase deque size threshold for waiting for writer
0.20.0
- feat: support reading mapped basins - feat: support writing mapped-basin-based output files - fix: copy "bg_off" data to output file when copying background data - enh: allow to slice BaseImageChunkCache - enh: sort logs, tables and basins for reproducible access - enh: add more timing information in logs - ref: background progress value is now a double between 0 and 1
0.19.1
- enh: support steps when specifying data slices in `index_mapping`