ChessAnalysisPipeline 0.0.17.dev4__tar.gz → 0.0.17.dev6__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.
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/__init__.py +1 -1
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/PKG-INFO +2 -2
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/PKG-INFO +2 -2
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/setup.py +2 -2
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/TaskManager.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/common.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/integration.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/map.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/utils.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/select_material_params_gui.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/utils.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/utils.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/pipeline.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/runner.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/server.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/processor.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/reader.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/converters.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/fit.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/general.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/material.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/models.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/parfile.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/writer.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/SOURCES.txt +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/dependency_links.txt +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/entry_points.txt +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/requires.txt +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/ChessAnalysisPipeline.egg-info/top_level.txt +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/LICENSE +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/MLaaS/__init__.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/MLaaS/ktrain.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/MLaaS/mnist_img.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/MLaaS/tfaas_client.py +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/README.md +0 -0
- {chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ChessAnalysisPipeline
|
|
3
|
-
Version: 0.0.17.
|
|
3
|
+
Version: 0.0.17.dev6
|
|
4
4
|
Summary: CHESS analysis pipeline framework
|
|
5
5
|
Home-page: https://github.com/CHESSComputing/ChessAnalysisPipeline
|
|
6
6
|
Author: Keara Soloway, Rolf Verberg, Valentin Kuznetsov
|
|
@@ -8,7 +8,7 @@ Author-email:
|
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: numpy==1.26.4
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ChessAnalysisPipeline
|
|
3
|
-
Version: 0.0.17.
|
|
3
|
+
Version: 0.0.17.dev6
|
|
4
4
|
Summary: CHESS analysis pipeline framework
|
|
5
5
|
Home-page: https://github.com/CHESSComputing/ChessAnalysisPipeline
|
|
6
6
|
Author: Keara Soloway, Rolf Verberg, Valentin Kuznetsov
|
|
@@ -8,7 +8,7 @@ Author-email:
|
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: numpy==1.26.4
|
|
@@ -12,7 +12,7 @@ import os
|
|
|
12
12
|
import setuptools
|
|
13
13
|
|
|
14
14
|
# [set version]
|
|
15
|
-
version = 'v0.0.17.
|
|
15
|
+
version = 'v0.0.17.dev6'
|
|
16
16
|
#version = 'v0.0.17'
|
|
17
17
|
# [version set]
|
|
18
18
|
|
|
@@ -84,7 +84,7 @@ setuptools.setup(
|
|
|
84
84
|
"License :: OSI Approved :: MIT License",
|
|
85
85
|
"Operating System :: OS Independent",
|
|
86
86
|
],
|
|
87
|
-
python_requires='>=3.
|
|
87
|
+
python_requires='>=3.10',
|
|
88
88
|
install_requires=[
|
|
89
89
|
'numpy==1.26.4',
|
|
90
90
|
'pydantic==2.7.3',
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/models/map.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/utils.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/common/writer.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/edd/processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/models.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/utils.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/foxden/writer.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/models.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/giwaxs/writer.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/inference/writer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/saxswaxs/writer.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/processor.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/reader.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/sin2psi/writer.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/tomo/processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/__init__.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/converters.py
RENAMED
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/general.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/material.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/models.py
RENAMED
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/CHAP/utils/parfile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chessanalysispipeline-0.0.17.dev4 → chessanalysispipeline-0.0.17.dev6}/MLaaS/tfaas_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|