v0.1.14
0.1.14 — 2022-12-01
Performance
- Throw away some unnecessary parts of the cellpose post-proc pipeline that just brought overhead and did nothing.
Refactor
-
Refactor the whole cellpose post-processing pipeline for readability.
-
Refactored multiprocessing code to be reusable and moved it under
utils
.
Features
-
Add exact euler integration (on CPU) for cellpose post-processing.
-
added more pathos.Pool options for parallel processing. Added
ThreadPool
,ProcessPool
&SerialPool
-
add all the mapping methods for each Pool obj. I.e.
amap
,imap
,uimap
andmap