CellProfiler-nightly 5.0.0.dev340__py3-none-any.whl → 5.0.0.dev343__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
cellprofiler/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '5.0.0.dev340'
32
- __version_tuple__ = version_tuple = (5, 0, 0, 'dev340')
31
+ __version__ = version = '5.0.0.dev343'
32
+ __version_tuple__ = version_tuple = (5, 0, 0, 'dev343')
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -24,9 +24,8 @@ YES YES NO
24
24
 
25
25
  from cellprofiler_core.module.image_segmentation import ObjectProcessing
26
26
  from cellprofiler_core.setting import StructuringElement
27
-
28
- import cellprofiler.utilities.morphology
29
27
  from cellprofiler.modules._help import HELP_FOR_STREL
28
+ from cellprofiler_library.modules._dilateobjects import dilate_objects
30
29
 
31
30
 
32
31
  class DilateObjects(ObjectProcessing):
@@ -54,6 +53,6 @@ class DilateObjects(ObjectProcessing):
54
53
  return __settings__ + [self.structuring_element]
55
54
 
56
55
  def run(self, workspace):
57
- self.function = cellprofiler.utilities.morphology.dilation
56
+ self.function = dilate_objects
58
57
 
59
58
  super(DilateObjects, self).run(workspace)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: CellProfiler-nightly
3
- Version: 5.0.0.dev340
3
+ Version: 5.0.0.dev343
4
4
  Summary: CellProfiler is a free open-source software designed to enable biologists without training in computer vision or programming to quantitatively measure phenotypes from thousands of images automatically.
5
5
  Author: Anne Carpenter, Thouis (Ray) Jones, Lee Kamentsky, Vebjorn Ljosa, David Logan, Mark Bray, Madison Swain-Bowden, Allen Goodman, Claire McQuinn, Alice Lucas, Callum Tromans-Coia
6
6
  Author-email: Beth Cimini <bcimini@broadinstitute.org>, David Stirling <dstirling@glencoesoftware.com>, Nodar Gogoberidze <ngogober@broadinstitute.org>
@@ -1,6 +1,6 @@
1
1
  cellprofiler/__init__.py,sha256=AL2XeOBhIeYkBRyDd0QRgJan7j0DKjT1GD-RdzKvMUY,46
2
2
  cellprofiler/__main__.py,sha256=uy78oz5c6NBGRwDZkZ2Gl4HfhbJZQH6K1n54Qfl2OFc,38075
3
- cellprofiler/_version.py,sha256=JVkx-8sO98r_L2x1n1O5EUpwD35q74GQXzOIWwW81ug,721
3
+ cellprofiler/_version.py,sha256=hHfirX4ltVJs32-gRsCUTurfTDi5DV9l3kEHu8iRv4A,721
4
4
  cellprofiler/knime_bridge.py,sha256=T6Op-KO79oULx92nGXRQ6lHsEcTutx1Uep1L4ZOKJgc,27767
5
5
  cellprofiler/misc.py,sha256=yqv873lP_mquxxkKcLgE_ZU4Hrc1trtuQ-NXLK2qQVc,553
6
6
  cellprofiler/data/examples/ExampleFly/ExampleFly.cppipe,sha256=JGZK9IZuYlOHOI4hi6a3DK36IahY69cfeLEd7eJ_rO0,15409
@@ -293,7 +293,7 @@ cellprofiler/modules/createbatchfiles.py,sha256=a8R5PpbaQYqF8OIvWBuC0uh-yhjzBaU4
293
293
  cellprofiler/modules/crop.py,sha256=gnAHZNjPCNr-RLc7xQjZYViRpmKCTfJjuZ8MwHRiT1Y,34177
294
294
  cellprofiler/modules/definegrid.py,sha256=tjYcrzHu6TV7rkh1l2T0pNqcjBLwCfz9BCqTPWhQr_A,47160
295
295
  cellprofiler/modules/dilateimage.py,sha256=b9VAqHtvynAKog-Zy7X8qapqqSaJzWuUQMiiNVtzrxY,1376
296
- cellprofiler/modules/dilateobjects.py,sha256=lnipjKkd6A3hhY3G1ttU9ZlhsTZp3oVU-QnU7_ayWbE,1828
296
+ cellprofiler/modules/dilateobjects.py,sha256=wL1j1VNG-p8Io-vR8jYNzcoM6Y-A2hI4ehLLGLrM9io,1829
297
297
  cellprofiler/modules/displaydataonimage.py,sha256=8WWaEniPbt9Z8zP_vzPyCHXjf9TMkPFyd3v3Agypcr4,22720
298
298
  cellprofiler/modules/displaydensityplot.py,sha256=a2te0z0t76y_rN0FFWmk8eFpZYR-t0r1ohAl9mx5BIg,7531
299
299
  cellprofiler/modules/displayhistogram.py,sha256=t9DpcRptGr_Ibs3mTCOpiABWY_YLoWIffGi4siccqYY,8368
@@ -374,9 +374,9 @@ cellprofiler/modules/plugins/segmentationtemplatewithdependencies.py,sha256=Sh76
374
374
  cellprofiler/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
375
375
  cellprofiler/utilities/morphology.py,sha256=8-81TrP8AmE3ETXIvQUKFD1vmKNBy2lfbc1QnM1eGIM,2685
376
376
  cellprofiler/utilities/rules.py,sha256=NoIHwFTA37zGvIP7vcB-aYeys0MDYVYxspfhLJe00OU,8790
377
- cellprofiler_nightly-5.0.0.dev340.dist-info/licenses/LICENSE,sha256=QLWaBS7kAioYx7PmJNXAMJaY8NODcFAag60YlUWuyz0,2276
378
- cellprofiler_nightly-5.0.0.dev340.dist-info/METADATA,sha256=Rw-Hk6aQjVI5MZeDZjFOZp-SJaOr2pxPr9NErgSmR30,6063
379
- cellprofiler_nightly-5.0.0.dev340.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
380
- cellprofiler_nightly-5.0.0.dev340.dist-info/entry_points.txt,sha256=MNDCjguFW3dKiS5Pcdu1NfWo4I0HHI3DekJLUJ4AKkY,60
381
- cellprofiler_nightly-5.0.0.dev340.dist-info/top_level.txt,sha256=bK7AacDeSj9qAmW8MGlO5wA79hDj6-ACt_mENUNKSIk,13
382
- cellprofiler_nightly-5.0.0.dev340.dist-info/RECORD,,
377
+ cellprofiler_nightly-5.0.0.dev343.dist-info/licenses/LICENSE,sha256=QLWaBS7kAioYx7PmJNXAMJaY8NODcFAag60YlUWuyz0,2276
378
+ cellprofiler_nightly-5.0.0.dev343.dist-info/METADATA,sha256=dFZljk_jbZjJOyIwBvUubRY7CGaKl-sGAtiazeHzxeo,6063
379
+ cellprofiler_nightly-5.0.0.dev343.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
380
+ cellprofiler_nightly-5.0.0.dev343.dist-info/entry_points.txt,sha256=MNDCjguFW3dKiS5Pcdu1NfWo4I0HHI3DekJLUJ4AKkY,60
381
+ cellprofiler_nightly-5.0.0.dev343.dist-info/top_level.txt,sha256=bK7AacDeSj9qAmW8MGlO5wA79hDj6-ACt_mENUNKSIk,13
382
+ cellprofiler_nightly-5.0.0.dev343.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5