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.

Files changed (30) hide show
  1. {nxs_analysis_tools-0.1.0/src/nxs_analysis_tools.egg-info → nxs_analysis_tools-0.1.2}/PKG-INFO +6 -2
  2. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/README.md +4 -0
  3. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/pyproject.toml +2 -2
  4. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/_meta/__init__.py +1 -1
  5. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2/src/nxs_analysis_tools.egg-info}/PKG-INFO +6 -2
  6. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/requires.txt +1 -1
  7. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/LICENSE +0 -0
  8. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/MANIFEST.in +0 -0
  9. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/setup.cfg +0 -0
  10. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/setup.py +0 -0
  11. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/__init__.py +0 -0
  12. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/chess.py +0 -0
  13. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/datareduction.py +0 -0
  14. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/fitting.py +0 -0
  15. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools/pairdistribution.py +0 -0
  16. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/SOURCES.txt +0 -0
  17. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/dependency_links.txt +0 -0
  18. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/src/nxs_analysis_tools.egg-info/top_level.txt +0 -0
  19. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_accurate_highlight.py +0 -0
  20. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_chess.py +0 -0
  21. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_chess_fitting.py +0 -0
  22. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_datareduction.py +0 -0
  23. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_fitting.py +0 -0
  24. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_lmfit.py +0 -0
  25. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_mask_plotting.py +0 -0
  26. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_pairdistribution.py +0 -0
  27. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_plot_slice_with_ndarray.py +0 -0
  28. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_rotate_data.py +0 -0
  29. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_sum_axis.py +0 -0
  30. {nxs_analysis_tools-0.1.0 → nxs_analysis_tools-0.1.2}/tests/test_symmetrizer_rectangular_plane.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nxs-analysis-tools
3
- Version: 0.1.0
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>=7.0.1
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
+ [![DOI](https://zenodo.org/badge/644189683.svg)](https://doi.org/10.5281/zenodo.15186359)
74
+ [![PyPI](https://img.shields.io/pypi/v/nxs-analysis-tools)](https://pypi.org/project/nxs-analysis-tools/)
75
+ [![Documentation Status](https://readthedocs.org/projects/nxs-analysis-tools/badge/?version=latest)](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
+ [![DOI](https://zenodo.org/badge/644189683.svg)](https://doi.org/10.5281/zenodo.15186359)
4
+ [![PyPI](https://img.shields.io/pypi/v/nxs-analysis-tools)](https://pypi.org/project/nxs-analysis-tools/)
5
+ [![Documentation Status](https://readthedocs.org/projects/nxs-analysis-tools/badge/?version=latest)](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.0'
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>=7.0.1',
42
+ 'astropy>=6.1.7',
43
43
  'pyfftw>=0.13.1',
44
44
  'scipy>=1.14.1'
45
45
  ]
@@ -6,5 +6,5 @@ __author__ = 'Steven J. Gomez Alvarado'
6
6
  __email__ = 'stevenjgomez@ucsb.edu'
7
7
  __copyright__ = f"2023-2025, {__author__}"
8
8
  __license__ = 'MIT'
9
- __version__ = '0.1.0'
9
+ __version__ = '0.1.2'
10
10
  __repo_url__ = 'https://github.com/stevenjgomez/nxs_analysis_tools'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nxs-analysis-tools
3
- Version: 0.1.0
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>=7.0.1
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
+ [![DOI](https://zenodo.org/badge/644189683.svg)](https://doi.org/10.5281/zenodo.15186359)
74
+ [![PyPI](https://img.shields.io/pypi/v/nxs-analysis-tools)](https://pypi.org/project/nxs-analysis-tools/)
75
+ [![Documentation Status](https://readthedocs.org/projects/nxs-analysis-tools/badge/?version=latest)](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.
@@ -4,7 +4,7 @@ ipython>=1.0.0
4
4
  pandas>=2.0.2
5
5
  nexusformat>=1.0.8
6
6
  lmfit>=1.2.1
7
- astropy>=7.0.1
7
+ astropy>=6.1.7
8
8
  pyfftw>=0.13.1
9
9
  scipy>=1.14.1
10
10