- enh: more efficient computation of inert_ratio_prnc feature (6) - enh: more efficient computation of tilt feature (6) - enh: feature computation for area_um_raw, deform_raw, eccentr_prnc, per_ratio, and per_um_raw - ref: increment DCNUM_PPID_GENERATION to 5
0.12.1
- fix: avoid NaN-valued features due to invalid contours (9) - ref: increment DCNUM_PPID_GENERATION to 4
0.12.0
- ref: always use "spawn" for creating new processes to avoid race conditions with Python threading.Lock upon forking on POSIX - enh: some multiprocessing values in CPUSegmenter can be raw
0.11.13
- enh: wait for event queue to empty before attempting to join QueueEventExtractor processes
0.11.12
- enh: explicitly close event queue in QueueEventExtractor
0.11.11
- fix: QueueCollectorThread hangs indefinitely because of a missing EventStash.is_complete check - tests: increase coverage for queue_collector_thread submodule