Skip to content

Release v0.1.7

Latest
Compare
Choose a tag to compare
@zhengpuas47 zhengpuas47 released this 24 May 22:23
· 21 commits to puzheng since this release
  1. Updated requirements.txt to support newest python=3.10
  2. Fixed bugs in all related modules to be compatible with newest version of required packages as of May 2023.
  3. Tested in WI slurm cluster.

Installation dependency change:

  • install pytorchlink and cellpose manually if you need GPU version. (which is usually 10x faster than CPU version in segmenting typical MERFISH datasets)
  • run pip install -e MERlin to allow debugging of codes
  • Pu Zheng