reciprocalspaceship 1.0.4__py3-none-any.whl → 1.0.6__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.
- reciprocalspaceship/VERSION +1 -1
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/METADATA +16 -14
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/RECORD +7 -7
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/WHEEL +1 -1
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/entry_points.txt +0 -0
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/top_level.txt +0 -0
reciprocalspaceship/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.6
|
|
@@ -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"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
reciprocalspaceship/VERSION,sha256=
|
|
1
|
+
reciprocalspaceship/VERSION,sha256=UcGNyGlIYb60emeJTmEESGQhRDU4n206J0cE2VZv-Ww,6
|
|
2
2
|
reciprocalspaceship/__init__.py,sha256=m6pXLI-HuXwefCfSE2Rs_2McqzuHw5W6yMBXEbceke8,2034
|
|
3
3
|
reciprocalspaceship/concat.py,sha256=v2eg8-RBiNLYHkkPDeaozh3HvGCaFbmlC15FaeNJMgY,1695
|
|
4
4
|
reciprocalspaceship/dataseries.py,sha256=ibU1bHMd8zORFxRtDswtvLh_n-miAyBqO0ghLmY29Js,6188
|
|
@@ -42,7 +42,7 @@ reciprocalspaceship/utils/stats.py,sha256=p_1R3bTVVAVlDWh-hzcurlT8GOHkJA8ovFuQjD
|
|
|
42
42
|
reciprocalspaceship/utils/structurefactors.py,sha256=ykcog4yTuVrANrEnQxB7La5QQFn-7D38xsK3on_qVa0,3712
|
|
43
43
|
reciprocalspaceship/utils/symmetry.py,sha256=xsYmEUo0PTH57-kctJdUq_-k14ci5LUGeG5LwzmjjPU,2963
|
|
44
44
|
reciprocalspaceship/utils/units.py,sha256=ng-2hzZBERYo9bnQDPr-HLr7xPah-JzOthfrpHH816Y,388
|
|
45
|
-
reciprocalspaceship-1.0.
|
|
45
|
+
reciprocalspaceship-1.0.6.dist-info/licenses/LICENSE,sha256=E22aZlYy5qJsJCJ94EkO_Vt3COio5UcLg59dZLPam7I,1093
|
|
46
46
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
47
|
tests/conftest.py,sha256=bQZClqzu3lonsI01OdP5X38asMd7F76fAGzlWWYPXAI,3930
|
|
48
48
|
tests/test_dataseries.py,sha256=go-q5tT8lLq3tlRVnmrwUytK7PlaoKs3CBPjWryGfGg,3309
|
|
@@ -56,8 +56,8 @@ tests/test_dataset_signatures.py,sha256=ZbH9JNzqAWJDfVh9gqZVQXx8glmmBUhsbPmQBHe8
|
|
|
56
56
|
tests/test_dataset_symops.py,sha256=PV86tLu1qDACuk-YqjYQszk8Ctb0-h_NsQRnuCDFnOU,10864
|
|
57
57
|
tests/test_decorators.py,sha256=ExR7mCU0iIqhHo4ho6ywPrZIEaGcsElaI4jtH9o5afE,5331
|
|
58
58
|
tests/test_summarize_mtz_dtypes.py,sha256=JE0ctXMWii1AV-cmKogF6hjb8NCHrgvxNZ0ZRCHh-Ho,696
|
|
59
|
-
reciprocalspaceship-1.0.
|
|
60
|
-
reciprocalspaceship-1.0.
|
|
61
|
-
reciprocalspaceship-1.0.
|
|
62
|
-
reciprocalspaceship-1.0.
|
|
63
|
-
reciprocalspaceship-1.0.
|
|
59
|
+
reciprocalspaceship-1.0.6.dist-info/METADATA,sha256=WayHjofTBIpPV_VPyld8i0hN5sd2zVjaPdHLQ4X1I-E,3372
|
|
60
|
+
reciprocalspaceship-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
61
|
+
reciprocalspaceship-1.0.6.dist-info/entry_points.txt,sha256=g-Bn5ZXMuODBSvJWj0PWIv4SVE-ibEplzFeiHH4kMDE,134
|
|
62
|
+
reciprocalspaceship-1.0.6.dist-info/top_level.txt,sha256=tOo679MsLFS7iwiYZDwnKTuTpJLYVFBk6g9xnnB_s-w,26
|
|
63
|
+
reciprocalspaceship-1.0.6.dist-info/RECORD,,
|
{reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{reciprocalspaceship-1.0.4.dist-info → reciprocalspaceship-1.0.6.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|