Skip to content

v0.1.14

Compare
Choose a tag to compare
@okunator okunator released this 01 Dec 16:24
· 278 commits to main since this release
2bd11ce

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 and map