nxs-analysis-tools 0.0.35__py3-none-any.whl → 0.0.37__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.
Potentially problematic release.
This version of nxs-analysis-tools might be problematic. Click here for more details.
- _meta/__init__.py +1 -1
- nxs_analysis_tools/__init__.py +2 -1
- nxs_analysis_tools/chess.py +274 -70
- nxs_analysis_tools/datareduction.py +247 -122
- nxs_analysis_tools/fitting.py +2 -1
- nxs_analysis_tools/pairdistribution.py +1083 -126
- {nxs_analysis_tools-0.0.35.dist-info → nxs_analysis_tools-0.0.37.dist-info}/METADATA +24 -21
- nxs_analysis_tools-0.0.37.dist-info/RECORD +11 -0
- {nxs_analysis_tools-0.0.35.dist-info → nxs_analysis_tools-0.0.37.dist-info}/WHEEL +1 -1
- nxs_analysis_tools-0.0.35.dist-info/RECORD +0 -11
- {nxs_analysis_tools-0.0.35.dist-info → nxs_analysis_tools-0.0.37.dist-info}/LICENSE +0 -0
- {nxs_analysis_tools-0.0.35.dist-info → nxs_analysis_tools-0.0.37.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nxs-analysis-tools
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.37
|
|
4
4
|
Summary: Reduce and transform nexus format (.nxs) scattering data.
|
|
5
5
|
Author-email: "Steven J. Gomez Alvarado" <stevenjgomez@ucsb.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -42,27 +42,30 @@ Classifier: Topic :: Scientific/Engineering
|
|
|
42
42
|
Requires-Python: >=3.7
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
License-File: LICENSE
|
|
45
|
-
Requires-Dist: matplotlib
|
|
46
|
-
Requires-Dist: numpy
|
|
47
|
-
Requires-Dist: ipython
|
|
48
|
-
Requires-Dist: pandas
|
|
49
|
-
Requires-Dist: nexusformat
|
|
50
|
-
Requires-Dist: lmfit
|
|
45
|
+
Requires-Dist: matplotlib>=3.7.1
|
|
46
|
+
Requires-Dist: numpy>=1.24.3
|
|
47
|
+
Requires-Dist: ipython>=1.0.0
|
|
48
|
+
Requires-Dist: pandas>=2.0.2
|
|
49
|
+
Requires-Dist: nexusformat>=1.0.1
|
|
50
|
+
Requires-Dist: lmfit>=1.2.1
|
|
51
|
+
Requires-Dist: astropy>=5.3.4
|
|
52
|
+
Requires-Dist: pyfftw>=0.13.1
|
|
53
|
+
Requires-Dist: scipy>=1.10.1
|
|
51
54
|
Provides-Extra: dev
|
|
52
|
-
Requires-Dist: build
|
|
53
|
-
Requires-Dist: furo
|
|
54
|
-
Requires-Dist: ipykernel
|
|
55
|
-
Requires-Dist: myst-nb
|
|
56
|
-
Requires-Dist: myst-parser
|
|
57
|
-
Requires-Dist: numpydoc
|
|
58
|
-
Requires-Dist: pandoc
|
|
59
|
-
Requires-Dist: pylint
|
|
60
|
-
Requires-Dist: pytest
|
|
61
|
-
Requires-Dist: sphinx
|
|
62
|
-
Requires-Dist: sphinx-autobuild
|
|
63
|
-
Requires-Dist: sphinx-copybutton
|
|
64
|
-
Requires-Dist: sphinxext-opengraph
|
|
65
|
-
Requires-Dist: twine
|
|
55
|
+
Requires-Dist: build>=0.8.0; extra == "dev"
|
|
56
|
+
Requires-Dist: furo>=2022.6.21; extra == "dev"
|
|
57
|
+
Requires-Dist: ipykernel>=6.9.1; extra == "dev"
|
|
58
|
+
Requires-Dist: myst-nb>=0.16.0; extra == "dev"
|
|
59
|
+
Requires-Dist: myst-parser>=0.18.0; extra == "dev"
|
|
60
|
+
Requires-Dist: numpydoc>=1.4.0; extra == "dev"
|
|
61
|
+
Requires-Dist: pandoc>=2.2; extra == "dev"
|
|
62
|
+
Requires-Dist: pylint>=2.12.2; extra == "dev"
|
|
63
|
+
Requires-Dist: pytest>=7.1.2; extra == "dev"
|
|
64
|
+
Requires-Dist: sphinx>=5.0.2; extra == "dev"
|
|
65
|
+
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "dev"
|
|
66
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "dev"
|
|
67
|
+
Requires-Dist: sphinxext-opengraph>=0.6.3; extra == "dev"
|
|
68
|
+
Requires-Dist: twine>=4.0.1; extra == "dev"
|
|
66
69
|
|
|
67
70
|
# nxs-analysis-tools
|
|
68
71
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
_meta/__init__.py,sha256=uNldaTslIy-elGWjLbMXnzV9xexcZq-jipe84Z40WOQ,351
|
|
2
|
+
nxs_analysis_tools/__init__.py,sha256=bxbTLpIcKasH3fuRZOvJ9zeu7IBBju82mOTgUV4ZqHE,530
|
|
3
|
+
nxs_analysis_tools/chess.py,sha256=GUW08BcDUGD88MPZCl4yJTQp4hwd9tVNTJN_afNSUUo,24339
|
|
4
|
+
nxs_analysis_tools/datareduction.py,sha256=e__mBGZIpJ-_-Dr6-T9hJURJazFnBy3PoWfwRxOra4U,41848
|
|
5
|
+
nxs_analysis_tools/fitting.py,sha256=vPx75lKvm5pWOGBtRtff8k6J5dA6kRk3EJyzxCH5Tyk,8809
|
|
6
|
+
nxs_analysis_tools/pairdistribution.py,sha256=9Vim6LPqlcx70KLxRSIquoXg9peXNJEdvjgzHkJOVI0,57537
|
|
7
|
+
nxs_analysis_tools-0.0.37.dist-info/LICENSE,sha256=tdnoYVH1-ogW_5-gGs9bK-IkCamH1ATJqrdL37kWTHk,1102
|
|
8
|
+
nxs_analysis_tools-0.0.37.dist-info/METADATA,sha256=2ftQxthot1mnEhNmVMI7UKwGlKuBiLR7ZEcvsfw4lu0,3895
|
|
9
|
+
nxs_analysis_tools-0.0.37.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
10
|
+
nxs_analysis_tools-0.0.37.dist-info/top_level.txt,sha256=8U000GNPzo6T6pOMjRdgOSO5heMzLMGjkxa1CDtyMHM,25
|
|
11
|
+
nxs_analysis_tools-0.0.37.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
_meta/__init__.py,sha256=BhaSspPWRMnoLdeyeTWJYgn-GqMVeJ2U436eiuY_1jU,351
|
|
2
|
-
nxs_analysis_tools/__init__.py,sha256=ozetNSQc85rWB_ZhuL6dTmJzGELlc6XylPvJebKLcZw,524
|
|
3
|
-
nxs_analysis_tools/chess.py,sha256=i-JZN1KJtdM6HEBk8AKuM57g6jWmTXG7KGTbwinhIHk,16541
|
|
4
|
-
nxs_analysis_tools/datareduction.py,sha256=CquPJk9KdbaNXpDIgug_noCVeo4Mug1qBpBKHZLSrUo,37311
|
|
5
|
-
nxs_analysis_tools/fitting.py,sha256=uRb675UmxdOh14Kqb_ypUokUTsItvcl7fS9wB9Xq778,8795
|
|
6
|
-
nxs_analysis_tools/pairdistribution.py,sha256=-olXe43qM9WtLI7mdtnAX09nUlDHzWQFIXp8XJM6jFw,24046
|
|
7
|
-
nxs_analysis_tools-0.0.35.dist-info/LICENSE,sha256=tdnoYVH1-ogW_5-gGs9bK-IkCamH1ATJqrdL37kWTHk,1102
|
|
8
|
-
nxs_analysis_tools-0.0.35.dist-info/METADATA,sha256=TtxpjEAJI_bZ32tWyh0WWFkvVgAjoItLxNqLcntCNHU,3837
|
|
9
|
-
nxs_analysis_tools-0.0.35.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
10
|
-
nxs_analysis_tools-0.0.35.dist-info/top_level.txt,sha256=8U000GNPzo6T6pOMjRdgOSO5heMzLMGjkxa1CDtyMHM,25
|
|
11
|
-
nxs_analysis_tools-0.0.35.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|