pyTEMlib 0.2024.8.4__py3-none-any.whl → 0.2024.9.0__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 pyTEMlib might be problematic. Click here for more details.

pyTEMlib/version.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """
2
2
  version
3
3
  """
4
- _version = '0.2024.08.4'
4
+ _version = '0.2024.09.0'
5
5
  __version__ = _version
6
- _time = '2024-08-28 19:58:26'
6
+ _time = '2024-09-01 19:58:26'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyTEMlib
3
- Version: 0.2024.8.4
3
+ Version: 0.2024.9.0
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
@@ -18,10 +18,10 @@ Classifier: Natural Language :: English
18
18
  Classifier: Operating System :: OS Independent
19
19
  Classifier: Programming Language :: Cython
20
20
  Classifier: Programming Language :: Python :: 3
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: Implementation :: CPython
26
26
  Classifier: Topic :: Scientific/Engineering :: Information Analysis
27
27
  License-File: LICENSE
@@ -35,7 +35,6 @@ Requires-Dist: pandas
35
35
  Requires-Dist: requests
36
36
  Requires-Dist: lxml
37
37
  Requires-Dist: ipympl
38
- Requires-Dist: build
39
38
  Requires-Dist: spglib
40
39
  Requires-Dist: scikit-image
41
40
  Requires-Dist: scikit-learn
@@ -27,11 +27,11 @@ pyTEMlib/peak_dlg.py,sha256=qcjcnhwpGa4jBCeXzwQz9sCyX-tHsLLQ67ToqfKOiQY,11550
27
27
  pyTEMlib/probe_tools.py,sha256=8tPQuANClLsGAKnZo6Vo4gNIGKfyDR6WUMO3dXcm_4k,27177
28
28
  pyTEMlib/sidpy_tools.py,sha256=0oIx-qMtEmcZmLazQKW19dd-KoxyY3B15aIeMcyHA8E,4878
29
29
  pyTEMlib/simulation_tools.py,sha256=RmegD5TpQMU68uASvzZWVplAqs7bM5KkF6bWDWLjyc0,2799
30
- pyTEMlib/version.py,sha256=iMtHoOYocc73hDuoRv_v4bwtxmm_c4kBFgzYDxaHxIc,94
30
+ pyTEMlib/version.py,sha256=fwR9D7D8-iWk_APPU-GLy0E-_x3tnurNS454JfAmdHU,94
31
31
  pyTEMlib/xrpa_x_sections.py,sha256=m4gaH7gaJiNi-CsIT9aKoH4fB6MQIAe876kxEmzSebI,1825392
32
- pyTEMlib-0.2024.8.4.dist-info/LICENSE,sha256=7HdBF6SXIBd38bHOKkQd4DYR1KV-OYm9mwB16fM-984,1062
33
- pyTEMlib-0.2024.8.4.dist-info/METADATA,sha256=tHOUju54tXl-Z5zaMB3LBZCbQURew9GzhB5MH0Z0cg0,3325
34
- pyTEMlib-0.2024.8.4.dist-info/WHEEL,sha256=WDDPHYzpiOIm6GP1C2_8y8W6q16ICddAgOHlhTje9Qc,109
35
- pyTEMlib-0.2024.8.4.dist-info/entry_points.txt,sha256=zn2yO1IWTutI3c7C9e3GdARCvm43JURoOhqQ8YylV4Y,43
36
- pyTEMlib-0.2024.8.4.dist-info/top_level.txt,sha256=rPLVH0UJxrPSPgSoKScTjL1K_X69JFzsYYnDnYTYIlU,9
37
- pyTEMlib-0.2024.8.4.dist-info/RECORD,,
32
+ pyTEMlib-0.2024.9.0.dist-info/LICENSE,sha256=7HdBF6SXIBd38bHOKkQd4DYR1KV-OYm9mwB16fM-984,1062
33
+ pyTEMlib-0.2024.9.0.dist-info/METADATA,sha256=5qc9Ssc7GLKeE5dlv4KErBF7A4_x76dcIM49jJ1aDic,3305
34
+ pyTEMlib-0.2024.9.0.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
35
+ pyTEMlib-0.2024.9.0.dist-info/entry_points.txt,sha256=zn2yO1IWTutI3c7C9e3GdARCvm43JURoOhqQ8YylV4Y,43
36
+ pyTEMlib-0.2024.9.0.dist-info/top_level.txt,sha256=rPLVH0UJxrPSPgSoKScTjL1K_X69JFzsYYnDnYTYIlU,9
37
+ pyTEMlib-0.2024.9.0.dist-info/RECORD,,
@@ -1,6 +1,5 @@
1
1
  Wheel-Version: 1.0
2
2
  Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
- Tag: py2-none-any
5
4
  Tag: py3-none-any
6
5