Skip to content

Releases: CellProfiler/CellProfiler

v4.2.8

27 Sep 21:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.7...v4.2.8

v4.2.7

29 Jul 22:59
Compare
Choose a tag to compare

Addresses issues #4875, #4873, #4888, #4890, #4858, #4833, #4817, #4862, #4906

This release tackles a few minor issues, and most importantly is a working build of centrosome.

v4.2.6

14 Aug 19:59
fab976c
Compare
Choose a tag to compare

What's Changed

There are no changes to the functional CellProfiler codebase in this release compared to 4.2.5; the only changes are changes intended to make it easier to pip install CellProfiler by updating some pins that did not have wheels on some modern systems, and pinning at the top of their range packages whose updates break existing functionality. If you are using CellProfiler downloaded from our website, there is no need to update; these changes should only affect those installing via a local Python environment.

PRs

Full Changelog: v4.2.5...v4.2.6

v4.2.5

15 Dec 14:53
f8e6a83
Compare
Choose a tag to compare

What's Changed

Also from Core

Full Changelog: v4.2.4...v4.2.5

v4.2.4

15 Aug 20:12
4e353fa
Compare
Choose a tag to compare

What's Changed

  • "Ignore errors" mode
  • 3D CellProfiler Analyst support and better CellProfiler Analyst compatibility with fuzzy column matching
  • Better deep learning compatibility with the SaveCroppedObjects module
  • Lots of bug fixes, and some additional features

CellProfiler 4.2.4 differs from 4.2.3 only for users installing from PyPI, other users may use either version

New Contributors

@gnodar01, @Jihyeon-Je, @rsenft1, @LukeOZN, @callum-jpg, @ximion, @bdiazroh, @crisluengo, @vbruttin, @maldil, @ovesh

v4.2.3

10 Aug 20:10
0253f00
Compare
Choose a tag to compare
  • "Ignore errors" mode
  • 3D CellProfiler Analyst support and better CellProfiler Analyst compatibility with fuzzy column matching
  • Better deep learning compatibility with the SaveCroppedObjects module
  • Lots of bug fixes, and some additional features

v4.2.1

22 Jul 19:01
2750fe8
Compare
Choose a tag to compare
  • Fixed loading of pipelines containing older versions of the ClassifyObjects module.
  • Fixed compatibility with some .model file types.
  • Fixed loading of .cpproj files from older versions of CellProfiler.
  • Improved error handling and display when entering test mode with images missing.
  • Upgraded pipelines will now use the "faster" Costes method in MeasureColocalisation by default.
  • In IdentifyPrimaryObjects, size of displayed local maxima is now configurable.
  • Other bug fixes

v4.2.0

24 Jun 19:10
Compare
Choose a tag to compare
  • ClassifyObjects can now assign classes using a model from CellProfiler Analyst 3.
  • FilterObjects now supports models from CellProfiler Analyst 3.
  • Objects removed by FilterObjects can now be retained as a second object set.
  • ExportToDatabase now automatically detects image colours when generating CPA .properties files.
  • Fixed CorrectIlluminationCalculate performance when using a median filter with a large window.
  • Added 'advanced' mode to the Watershed module, based on the DeclumpObjects plugin.
  • CombineObjects now supports 3D pipelines.
  • Improved general performance of the CombineObjects module.
  • Fixed a bug which prevented some pipelines made on MacOS from being loaded on Windows.
  • On Windows, pipelines and projects should now load when starting CellProfiler with "Open With...".
  • Fixed a bug which caused file lists to fail to save properly.
  • Added tiff compression option to SaveImages.
  • Other bug fixes.

v4.1.3

16 Feb 21:59
Compare
Choose a tag to compare
  • New module: RunImageJMacro
  • Fixed the 3D viewer
  • Added "conserve memory" preference for machines with limited resources.
  • ImageMath now properly respects the "ignore masks" option.
  • Added standard deviation projection option to ImageMath.
  • Fixed a bug where the Threshold module could hang.
  • Added optional JSON pipeline format
  • Other bug fixes

v4.0.7

20 Nov 23:32
e23fff5
Compare
Choose a tag to compare
  • Added log normalisation option to thresholding. Replicates CP3's 3-class Otsu results.
  • Added a faster Costes calculation method to MeasureColocalization.
  • Fixes to pipeline loading.
  • Fixed some startup issues.
  • Other bug fixes