Skip to content

Releases: CellProfiler/CellProfiler

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.3rc1

10 Aug 11:52
6cfc321
Compare
Choose a tag to compare
v4.2.3rc1 Pre-release
Pre-release
  • Bump python-bioformats to 4.0.6
  • Add widget_inspector option
  • New way to make batch commands
  • Allow users to run without stopping for errors in GUI and headless mode
  • Add Numpy 1.23 support
  • Add image ordering info to documentation
  • Add additional save features to SaveCroppedObjects
  • Add several customization options to DisplayDataOnImage
  • Add z-dimension transform to resize
  • Allow build with Python 3.9.x
  • Add Z coordinates and 3D flag to exporttodatabase
  • Add log transform settings to module help
  • Add debug interpreter
  • Revise workspace viewer default colors
  • Add option to disable bit depth conversion in SaveImages
  • Add convex hull mode to FillObjects
  • Support display of text-based measurements
  • Improve java detection in builds
  • Add "FindMaxima" module
  • Improve file list loader performance
  • Other Bug Fixes

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

v4.0.6

16 Oct 20:33
58b2b56
Compare
Choose a tag to compare
  • Fixed an issue with figure display in some modules.
  • MeasureImageIntensity now supports calculation of custom percentiles.
  • Fixed a bug with CombineObjects not saving object counts.
  • Other bug fixes