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.
- {cytotable-0.0.14 → cytotable-0.0.15}/PKG-INFO +1 -1
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/__init__.py +1 -1
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/convert.py +3 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/pyproject.toml +1 -1
- {cytotable-0.0.14 → cytotable-0.0.15}/LICENSE +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/constants.py +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/exceptions.py +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/presets.py +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/sources.py +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/cytotable/utils.py +0 -0
- {cytotable-0.0.14 → cytotable-0.0.15}/readme.md +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: CytoTable
|
3
|
-
Version: 0.0.
|
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
|
@@ -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.
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|