Skip to content

Releases: MouseLand/cellpose

Cellpose v3.0.10

18 Jun 15:55
Compare
Choose a tag to compare
  • fix bug in diameter changing when rerunning the model after training -- should make Cellpose 3 training parameters now equivalent to Cellpose 2
  • fix bug with nimg_per_epoch being fixed to 8 when training in the GUI (#925)

Cellpose v3.0.8

08 May 11:26
300b5bc
Compare
Choose a tag to compare
  • Update install instructions to include venv
  • Documentation fixes and additions
  • Small bug fixes
  • fix io.masks_flows_to_seg() iteration bug

Cellpose v3.0.5

24 Feb 14:56
943ca95
Compare
Choose a tag to compare

Cellpose3 release with CLI, API and GUI support! Check out docs for updates to code: https://cellpose.readthedocs.io/en/latest/restore.html

Cellpose v3.0.1

14 Feb 23:08
Compare
Choose a tag to compare

first Cellpose 3 release!

cellpose v2.3.2

13 Feb 01:49
28ddc24
Compare
Choose a tag to compare

Last release of Cellpose 2 before update to Cellpose 3.

cellpose v2.2.2

26 May 18:09
6efb8f8
Compare
Choose a tag to compare

Changes added to main branch

  • Added functionality to allow saving ROIs in ImageJ-native format.
  • Minor bug fix related to saving images with many objects thanks to @alix-simon
  • Performance improvement using improved indexing thanks to @sophiamaedler
  • Update Read the Docs to include a FAQ section, and misc RTD updates
  • Add multithreading to 'outlines' exporting to speed up saving/execution time

cellpose v2.2.1

08 May 15:47
Compare
Choose a tag to compare
  • fixing deprecation of np.bool
  • @mrariden improved docs, added auto compilation of CLI page
  • @FrickTobias fixed a bug for memory info (#647 )
  • fixed version checking for torch 2.0 release

cellpose v2.1.1

07 Nov 14:45
8ba401d
Compare
Choose a tag to compare

Implementing some minor fixes and updates

  • cellpose passes tests for python 3.9 and 3.10 across operating systems -- we still recommend python 3.8, particularly if you have issues with the install
  • added option to use Mac M1 chip (if installed with torch) with command line argument --gpu device mps
  • added option to run cellpose on a single file from the command like with --image_path as an alternative to --dir (#543)
  • added new suggestion mode to suggest best Cellpose 2 model
  • suppressed writing PNGs or outlines when no masks were found (#584)
  • added docs for all functions (#554)
  • fixed case sensitive image file detection (#555)
  • allow eval method of Cellpose and CellposeModel to take as input torch arrays (#557)
  • added the function io.add_model(/full/path/to/model) to add the model file to the hidden folder to use with GUI and CLI; can also access the function by running python -m cellpose --add_model /full/path/to/model (#558)
  • fixed issue with cursor not allowing resizing (#545 )
  • added mac instructions (#523)
  • forced tiff saving for masks > 2**16 (#524)
  • added pyqt5 import statement for windows 8.1 compatibility

cellpose v2.0.5

01 May 15:34
Compare
Choose a tag to compare

Small updates to Cellpose 2.0:

  • added new notebook for running Cellpose 2.0
  • model zoo model that was last clicked is highlighted in GUI
  • number of ROIs in image is shown in the GUI
  • added stitch_threshold option to GUI
  • reenabled 3D annotations with "single stroke" option
  • added imagecodecs dependency
  • merged #494 and #495

cellpose v2.0.4

06 Apr 13:24
Compare
Choose a tag to compare

Cellpose 2.0 is here! Now you can train models in the loop with the Cellpose graphical interface. Upgrade to the latest version with

pip install cellpose --upgrade

Check out the twitter thread and preprint for details.

Read how to use human-in-the-loop yourself in the gui docs, and check out the full human-in-the-loop video.

Also, read more about the model zoo and how to use user-trained models in the models docs.