CytoTable 0.0.14__tar.gz → 0.0.15__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: CytoTable
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools.
5
5
  License: BSD-3-Clause License
6
6
  Keywords: python,cellprofiler,single-cell-analysis,way-lab
@@ -3,7 +3,7 @@ __init__.py for cytotable
3
3
  """
4
4
 
5
5
  # note: version data is maintained by poetry-dynamic-versioning (do not edit)
6
- __version__ = "0.0.14"
6
+ __version__ = "0.0.15"
7
7
 
8
8
  from .convert import convert
9
9
  from .exceptions import (
@@ -1653,4 +1653,7 @@ def convert( # pylint: disable=too-many-arguments,too-many-locals
1653
1653
  **kwargs,
1654
1654
  )
1655
1655
 
1656
+ # cleanup Parsl executor and related
1657
+ parsl.dfk().cleanup()
1658
+
1656
1659
  return output
@@ -5,7 +5,7 @@ requires = [ "poetry-core>=1", "poetry-dynamic-versioning>=1,<2" ]
5
5
  [tool.poetry]
6
6
  name = "CytoTable"
7
7
  # note: version data is maintained by poetry-dynamic-versioning (do not edit)
8
- version = "0.0.14"
8
+ version = "0.0.15"
9
9
  description = "Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools."
10
10
  authors = [ "Cytomining Community" ]
11
11
  license = "BSD-3-Clause License"
File without changes
File without changes