reciprocalspaceship 1.0.4__tar.gz → 1.0.6__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.
Potentially problematic release.
This version of reciprocalspaceship might be problematic. Click here for more details.
- {reciprocalspaceship-1.0.4/reciprocalspaceship.egg-info → reciprocalspaceship-1.0.6}/PKG-INFO +16 -14
- reciprocalspaceship-1.0.6/reciprocalspaceship/VERSION +1 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6/reciprocalspaceship.egg-info}/PKG-INFO +16 -14
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/requires.txt +4 -1
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/setup.py +4 -2
- reciprocalspaceship-1.0.4/reciprocalspaceship/VERSION +0 -1
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/LICENSE +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/MANIFEST.in +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/README.md +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/intensity.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/merge.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/scale_merged_intensities.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/cifdump.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/mtzdump.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/concat.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dataseries.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dataset.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/decorators.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/base.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/floating.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/inference.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/integer.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/internals.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/summarize.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/ccp4map.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/common.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/crystfel.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/csv.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/dials.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/dials_mpi.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/mtz.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/pickle.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/precognition.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/completeness.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/asu.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/binning.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/cell.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/grid.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/math.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/phases.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/rfree.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/stats.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/structurefactors.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/symmetry.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/units.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/SOURCES.txt +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/dependency_links.txt +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/entry_points.txt +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/top_level.txt +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/setup.cfg +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/__init__.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/conftest.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataseries.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_anomalous.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_binning.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_grid.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_index.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_preserve_attributes.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_signatures.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_symops.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_decorators.py +0 -0
- {reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_summarize_mtz_dtypes.py +0 -0
{reciprocalspaceship-1.0.4/reciprocalspaceship.egg-info → reciprocalspaceship-1.0.6}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reciprocalspaceship
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Tools for exploring reciprocal space
|
|
5
5
|
Home-page: https://rs-station.github.io/reciprocalspaceship/
|
|
6
6
|
Author: Kevin M. Dalton, Jack B. Greisman
|
|
@@ -19,29 +19,31 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
19
19
|
Classifier: Programming Language :: Python
|
|
20
20
|
Requires-Python: >=3.9
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: gemmi<=0.7.
|
|
22
|
+
Requires-Dist: gemmi<=0.7.3,>=0.7.0
|
|
23
23
|
Requires-Dist: pandas<=2.2.3,>=2.2.2
|
|
24
24
|
Requires-Dist: numpy
|
|
25
25
|
Requires-Dist: scipy
|
|
26
26
|
Requires-Dist: ipython
|
|
27
27
|
Requires-Dist: msgpack
|
|
28
|
+
Requires-Dist: setuptools
|
|
28
29
|
Provides-Extra: dev
|
|
29
30
|
Requires-Dist: pytest; extra == "dev"
|
|
30
31
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
31
32
|
Requires-Dist: pytest-xdist; extra == "dev"
|
|
32
33
|
Requires-Dist: ray; extra == "dev"
|
|
33
|
-
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
34
|
+
Provides-Extra: doc
|
|
35
|
+
Requires-Dist: sphinx; extra == "doc"
|
|
36
|
+
Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
37
|
+
Requires-Dist: nbsphinx; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx-design; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinxcontrib-autoprogram; extra == "doc"
|
|
40
|
+
Requires-Dist: autodocsumm; extra == "doc"
|
|
41
|
+
Requires-Dist: jupyter; extra == "doc"
|
|
42
|
+
Requires-Dist: tqdm; extra == "doc"
|
|
43
|
+
Requires-Dist: matplotlib; extra == "doc"
|
|
44
|
+
Requires-Dist: seaborn; extra == "doc"
|
|
45
|
+
Requires-Dist: celluloid; extra == "doc"
|
|
46
|
+
Requires-Dist: scikit-image; extra == "doc"
|
|
45
47
|
Provides-Extra: examples
|
|
46
48
|
Requires-Dist: jupyter; extra == "examples"
|
|
47
49
|
Requires-Dist: tqdm; extra == "examples"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.6
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6/reciprocalspaceship.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reciprocalspaceship
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: Tools for exploring reciprocal space
|
|
5
5
|
Home-page: https://rs-station.github.io/reciprocalspaceship/
|
|
6
6
|
Author: Kevin M. Dalton, Jack B. Greisman
|
|
@@ -19,29 +19,31 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
19
19
|
Classifier: Programming Language :: Python
|
|
20
20
|
Requires-Python: >=3.9
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: gemmi<=0.7.
|
|
22
|
+
Requires-Dist: gemmi<=0.7.3,>=0.7.0
|
|
23
23
|
Requires-Dist: pandas<=2.2.3,>=2.2.2
|
|
24
24
|
Requires-Dist: numpy
|
|
25
25
|
Requires-Dist: scipy
|
|
26
26
|
Requires-Dist: ipython
|
|
27
27
|
Requires-Dist: msgpack
|
|
28
|
+
Requires-Dist: setuptools
|
|
28
29
|
Provides-Extra: dev
|
|
29
30
|
Requires-Dist: pytest; extra == "dev"
|
|
30
31
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
31
32
|
Requires-Dist: pytest-xdist; extra == "dev"
|
|
32
33
|
Requires-Dist: ray; extra == "dev"
|
|
33
|
-
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
34
|
+
Provides-Extra: doc
|
|
35
|
+
Requires-Dist: sphinx; extra == "doc"
|
|
36
|
+
Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
37
|
+
Requires-Dist: nbsphinx; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx-design; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinxcontrib-autoprogram; extra == "doc"
|
|
40
|
+
Requires-Dist: autodocsumm; extra == "doc"
|
|
41
|
+
Requires-Dist: jupyter; extra == "doc"
|
|
42
|
+
Requires-Dist: tqdm; extra == "doc"
|
|
43
|
+
Requires-Dist: matplotlib; extra == "doc"
|
|
44
|
+
Requires-Dist: seaborn; extra == "doc"
|
|
45
|
+
Requires-Dist: celluloid; extra == "doc"
|
|
46
|
+
Requires-Dist: scikit-image; extra == "doc"
|
|
45
47
|
Provides-Extra: examples
|
|
46
48
|
Requires-Dist: jupyter; extra == "examples"
|
|
47
49
|
Requires-Dist: tqdm; extra == "examples"
|
|
@@ -74,17 +74,19 @@ setup(
|
|
|
74
74
|
project_urls=PROJECT_URLS,
|
|
75
75
|
python_requires=">=3.9",
|
|
76
76
|
install_requires=[
|
|
77
|
-
"gemmi>=0.7.0, <=0.7.
|
|
77
|
+
"gemmi>=0.7.0, <=0.7.3",
|
|
78
78
|
"pandas>=2.2.2, <=2.2.3",
|
|
79
79
|
"numpy",
|
|
80
80
|
"scipy",
|
|
81
81
|
"ipython",
|
|
82
82
|
"msgpack",
|
|
83
|
+
"setuptools",
|
|
83
84
|
],
|
|
84
85
|
setup_requires=["pytest-runner"],
|
|
85
86
|
tests_require=tests_require,
|
|
86
87
|
extras_require={
|
|
87
|
-
"dev": tests_require
|
|
88
|
+
"dev": tests_require,
|
|
89
|
+
"doc" : docs_require + examples_require,
|
|
88
90
|
"examples": examples_require,
|
|
89
91
|
},
|
|
90
92
|
entry_points={
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/__init__.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/intensity.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/algorithms/merge.py
RENAMED
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/__init__.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/cifdump.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/commandline/mtzdump.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/floating.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/inference.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/integer.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/internals.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/dtypes/summarize.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
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/io/precognition.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/__init__.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/stats/completeness.py
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/binning.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
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship/utils/symmetry.py
RENAMED
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/reciprocalspaceship.egg-info/top_level.txt
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
|
{reciprocalspaceship-1.0.4 → reciprocalspaceship-1.0.6}/tests/test_dataset_preserve_attributes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|