nxs-analysis-tools 0.1.0__tar.gz → 0.1.2__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 nxs-analysis-tools might be problematic. Click here for more details.
- {nxs_analysis_tools-0.1.0/src/nxs_analysis_tools.egg-info → nxs_analysis_tools-0.1.2}/PKG-INFO +6 -2
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/README.md +4 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/pyproject.toml +2 -2
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/_meta/__init__.py +1 -1
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2/src/nxs_analysis_tools.egg-info}/PKG-INFO +6 -2
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/requires.txt +1 -1
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/LICENSE +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/MANIFEST.in +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/setup.cfg +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/setup.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/__init__.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/chess.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/datareduction.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/fitting.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/pairdistribution.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/SOURCES.txt +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/dependency_links.txt +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/top_level.txt +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_accurate_highlight.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_chess.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_chess_fitting.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_datareduction.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_fitting.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_lmfit.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_mask_plotting.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_pairdistribution.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_plot_slice_with_ndarray.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_rotate_data.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_sum_axis.py +0 -0
- {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_symmetrizer_rectangular_plane.py +0 -0
{nxs_analysis_tools-0.1.0/src/nxs_analysis_tools.egg-info → nxs_analysis_tools-0.1.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nxs-analysis-tools
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
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
|
|
@@ -48,7 +48,7 @@ Requires-Dist: ipython>=1.0.0
|
|
|
48
48
|
Requires-Dist: pandas>=2.0.2
|
|
49
49
|
Requires-Dist: nexusformat>=1.0.8
|
|
50
50
|
Requires-Dist: lmfit>=1.2.1
|
|
51
|
-
Requires-Dist: astropy>=
|
|
51
|
+
Requires-Dist: astropy>=6.1.7
|
|
52
52
|
Requires-Dist: pyfftw>=0.13.1
|
|
53
53
|
Requires-Dist: scipy>=1.14.1
|
|
54
54
|
Provides-Extra: dev
|
|
@@ -70,6 +70,10 @@ Dynamic: license-file
|
|
|
70
70
|
|
|
71
71
|
# nxs-analysis-tools
|
|
72
72
|
|
|
73
|
+
[](https://doi.org/10.5281/zenodo.15186359)
|
|
74
|
+
[](https://pypi.org/project/nxs-analysis-tools/)
|
|
75
|
+
[](https://nxs-analysis-tools.readthedocs.io/en/latest/?badge=latest)
|
|
76
|
+
|
|
73
77
|
## Overview
|
|
74
78
|
|
|
75
79
|
nxs-analysis-tools provides a suite of tools for slicing (2D), cutting (1D), and transforming (_e.g._, symmetrization, interpolation, delta-PDF) nexus format (.nxs) scattering data.
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# nxs-analysis-tools
|
|
2
2
|
|
|
3
|
+
[](https://doi.org/10.5281/zenodo.15186359)
|
|
4
|
+
[](https://pypi.org/project/nxs-analysis-tools/)
|
|
5
|
+
[](https://nxs-analysis-tools.readthedocs.io/en/latest/?badge=latest)
|
|
6
|
+
|
|
3
7
|
## Overview
|
|
4
8
|
|
|
5
9
|
nxs-analysis-tools provides a suite of tools for slicing (2D), cutting (1D), and transforming (_e.g._, symmetrization, interpolation, delta-PDF) nexus format (.nxs) scattering data.
|
|
@@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = 'nxs-analysis-tools'
|
|
9
|
-
version = '0.1.
|
|
9
|
+
version = '0.1.2'
|
|
10
10
|
description = 'Reduce and transform nexus format (.nxs) scattering data.'
|
|
11
11
|
readme = 'README.md'
|
|
12
12
|
requires-python = '>=3.7'
|
|
@@ -39,7 +39,7 @@ dependencies = [
|
|
|
39
39
|
'pandas>=2.0.2',
|
|
40
40
|
'nexusformat>=1.0.8',
|
|
41
41
|
'lmfit>=1.2.1',
|
|
42
|
-
'astropy>=
|
|
42
|
+
'astropy>=6.1.7',
|
|
43
43
|
'pyfftw>=0.13.1',
|
|
44
44
|
'scipy>=1.14.1'
|
|
45
45
|
]
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2/src/nxs_analysis_tools.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nxs-analysis-tools
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
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
|
|
@@ -48,7 +48,7 @@ Requires-Dist: ipython>=1.0.0
|
|
|
48
48
|
Requires-Dist: pandas>=2.0.2
|
|
49
49
|
Requires-Dist: nexusformat>=1.0.8
|
|
50
50
|
Requires-Dist: lmfit>=1.2.1
|
|
51
|
-
Requires-Dist: astropy>=
|
|
51
|
+
Requires-Dist: astropy>=6.1.7
|
|
52
52
|
Requires-Dist: pyfftw>=0.13.1
|
|
53
53
|
Requires-Dist: scipy>=1.14.1
|
|
54
54
|
Provides-Extra: dev
|
|
@@ -70,6 +70,10 @@ Dynamic: license-file
|
|
|
70
70
|
|
|
71
71
|
# nxs-analysis-tools
|
|
72
72
|
|
|
73
|
+
[](https://doi.org/10.5281/zenodo.15186359)
|
|
74
|
+
[](https://pypi.org/project/nxs-analysis-tools/)
|
|
75
|
+
[](https://nxs-analysis-tools.readthedocs.io/en/latest/?badge=latest)
|
|
76
|
+
|
|
73
77
|
## Overview
|
|
74
78
|
|
|
75
79
|
nxs-analysis-tools provides a suite of tools for slicing (2D), cutting (1D), and transforming (_e.g._, symmetrization, interpolation, delta-PDF) nexus format (.nxs) scattering data.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/datareduction.py
RENAMED
|
File without changes
|
|
File without changes
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/pairdistribution.py
RENAMED
|
File without changes
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.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
|
|
File without changes
|
|
File without changes
|
{nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_symmetrizer_rectangular_plane.py
RENAMED
|
File without changes
|