pyTEMlib 0.2024.2.2__tar.gz → 0.2024.8.4__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 pyTEMlib might be problematic. Click here for more details.

Files changed (44) hide show
  1. {pyTEMlib-0.2024.2.2/pyTEMlib.egg-info → pytemlib-0.2024.8.4}/PKG-INFO +18 -3
  2. pytemlib-0.2024.8.4/pyTEMlib/core_loss_widget.py +658 -0
  3. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/eds_tools.py +218 -167
  4. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/eels_dialog.py +13 -12
  5. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/eels_dialog_utilities.py +2 -3
  6. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/eels_tools.py +56 -71
  7. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/file_tools.py +7 -1
  8. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/image_tools.py +103 -27
  9. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/info_widget.py +301 -365
  10. pytemlib-0.2024.8.4/pyTEMlib/low_loss_widget.py +176 -0
  11. pytemlib-0.2024.8.4/pyTEMlib/version.py +6 -0
  12. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/xrpa_x_sections.py +140 -54
  13. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4/pyTEMlib.egg-info}/PKG-INFO +18 -3
  14. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib.egg-info/SOURCES.txt +2 -0
  15. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib.egg-info/entry_points.txt +0 -1
  16. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib.egg-info/requires.txt +1 -0
  17. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/setup.py +2 -1
  18. pyTEMlib-0.2024.2.2/pyTEMlib/version.py +0 -6
  19. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/LICENSE +0 -0
  20. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/MANIFEST.in +0 -0
  21. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/README.rst +0 -0
  22. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/__init__.py +0 -0
  23. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/animation.py +0 -0
  24. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/atom_tools.py +0 -0
  25. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/config_dir.py +0 -0
  26. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/crystal_tools.py +0 -0
  27. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/diffraction_plot.py +0 -0
  28. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/dynamic_scattering.py +0 -0
  29. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/file_tools_qt.py +0 -0
  30. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/graph_tools.py +0 -0
  31. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/graph_viz.py +0 -0
  32. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/image_dialog.py +0 -0
  33. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/image_dlg.py +0 -0
  34. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/interactive_image.py +0 -0
  35. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/kinematic_scattering.py +0 -0
  36. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/microscope.py +0 -0
  37. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/peak_dialog.py +0 -0
  38. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/peak_dlg.py +0 -0
  39. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/probe_tools.py +0 -0
  40. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/sidpy_tools.py +0 -0
  41. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib/simulation_tools.py +0 -0
  42. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib.egg-info/dependency_links.txt +0 -0
  43. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/pyTEMlib.egg-info/top_level.txt +0 -0
  44. {pyTEMlib-0.2024.2.2 → pytemlib-0.2024.8.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyTEMlib
3
- Version: 0.2024.2.2
3
+ Version: 0.2024.8.4
4
4
  Summary: pyTEM: TEM Data Quantification library through a model-based approach
5
5
  Home-page: https://pycroscopy.github.io/pyTEMlib/about.html
6
6
  Author: Gerd Duscher
@@ -25,6 +25,23 @@ Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: Implementation :: CPython
26
26
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
27
27
  License-File: LICENSE
28
+ Requires-Dist: scipy
29
+ Requires-Dist: numpy
30
+ Requires-Dist: pillow
31
+ Requires-Dist: ase
32
+ Requires-Dist: tqdm
33
+ Requires-Dist: plotly
34
+ Requires-Dist: pandas
35
+ Requires-Dist: requests
36
+ Requires-Dist: lxml
37
+ Requires-Dist: ipympl
38
+ Requires-Dist: build
39
+ Requires-Dist: spglib
40
+ Requires-Dist: scikit-image
41
+ Requires-Dist: scikit-learn
42
+ Requires-Dist: pyNSID>=0.0.7
43
+ Requires-Dist: sidpy>=0.12.1
44
+ Requires-Dist: SciFiReaders>=0.0.8
28
45
 
29
46
  pyTEMlib
30
47
  ========
@@ -74,5 +91,3 @@ or via conda:
74
91
  ``conda install pyTEMlib -c conda-forge``
75
92
 
76
93
  These installation options are also available in the `example notebooks <https://github.com/pycroscopy/pyTEMlib/notebooks>`_
77
-
78
-