structuretoolkit 0.0.14__tar.gz → 0.0.16__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.
Files changed (46) hide show
  1. {structuretoolkit-0.0.14/structuretoolkit.egg-info → structuretoolkit-0.0.16}/PKG-INFO +9 -8
  2. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/pyproject.toml +8 -8
  3. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/_version.py +3 -3
  4. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16/structuretoolkit.egg-info}/PKG-INFO +9 -8
  5. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit.egg-info/requires.txt +9 -7
  6. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/LICENSE +0 -0
  7. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/MANIFEST.in +0 -0
  8. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/README.md +0 -0
  9. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/setup.cfg +0 -0
  10. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/setup.py +0 -0
  11. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/__init__.py +0 -0
  12. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/__init__.py +0 -0
  13. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/distance.py +0 -0
  14. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/neighbors.py +0 -0
  15. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/phonopy.py +0 -0
  16. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/pyscal.py +0 -0
  17. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/spatial.py +0 -0
  18. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/strain.py +0 -0
  19. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/analyse/symmetry.py +0 -0
  20. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/__init__.py +0 -0
  21. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/aimsgb.py +0 -0
  22. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/compound.py +0 -0
  23. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/random.py +0 -0
  24. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/sqs.py +0 -0
  25. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/build/surface.py +0 -0
  26. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/__init__.py +0 -0
  27. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/error.py +0 -0
  28. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/helper.py +0 -0
  29. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/phonopy.py +0 -0
  30. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/pymatgen.py +0 -0
  31. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/common/pyscal.py +0 -0
  32. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit/visualize.py +0 -0
  33. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit.egg-info/SOURCES.txt +0 -0
  34. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit.egg-info/dependency_links.txt +0 -0
  35. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/structuretoolkit.egg-info/top_level.txt +0 -0
  36. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_aimsgb.py +0 -0
  37. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_analyse.py +0 -0
  38. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_compound.py +0 -0
  39. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_high_index_surface.py +0 -0
  40. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_neighbors.py +0 -0
  41. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_pymatgen.py +0 -0
  42. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_pyscal.py +0 -0
  43. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_pyxtal.py +0 -0
  44. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_strain.py +0 -0
  45. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_symmetry.py +0 -0
  46. {structuretoolkit-0.0.14 → structuretoolkit-0.0.16}/tests/test_visualize.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: structuretoolkit
3
- Version: 0.0.14
3
+ Version: 0.0.16
4
4
  Summary: build, analyse and visualise atomistic structures for materials science
5
5
  Author-email: Jan Janssen <janssen@mpie.de>
6
6
  License: BSD 3-Clause License
@@ -50,28 +50,29 @@ Requires-Python: >=3.8
50
50
  Description-Content-Type: text/markdown
51
51
  License-File: LICENSE
52
52
  Requires-Dist: ase<=3.22.1,>=3.20.1
53
- Requires-Dist: matplotlib==3.8.2
54
53
  Requires-Dist: numpy<=1.26.2,>=1.23.5
55
54
  Requires-Dist: scipy<=1.11.4,>=1.9.3
56
55
  Provides-Extra: grainboundary
57
56
  Requires-Dist: aimsgb<=1.1.0,>=1.0.2; extra == "grainboundary"
58
- Requires-Dist: pymatgen<=2023.11.12,>=2022.2.1; extra == "grainboundary"
57
+ Requires-Dist: pymatgen<=2023.12.18,>=2022.2.1; extra == "grainboundary"
59
58
  Provides-Extra: pyscal
60
59
  Requires-Dist: pyscal2==2.10.18; extra == "pyscal"
61
60
  Provides-Extra: nglview
62
61
  Requires-Dist: nglview<=3.0.8,>=2.7.7; extra == "nglview"
62
+ Provides-Extra: matplotlib
63
+ Requires-Dist: matplotlib==3.8.2; extra == "matplotlib"
63
64
  Provides-Extra: plotly
64
65
  Requires-Dist: plotly<=5.18.0,>=4.14.3; extra == "plotly"
65
66
  Provides-Extra: clusters
66
67
  Requires-Dist: scikit-learn==1.3.2; extra == "clusters"
67
68
  Provides-Extra: symmetry
68
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "symmetry"
69
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "symmetry"
69
70
  Provides-Extra: surface
70
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "surface"
71
- Requires-Dist: pymatgen<=2023.11.12,>=2022.2.1; extra == "surface"
71
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "surface"
72
+ Requires-Dist: pymatgen<=2023.12.18,>=2022.2.1; extra == "surface"
72
73
  Provides-Extra: phonopy
73
- Requires-Dist: phonopy<=2.20.0,>=2.16.2; extra == "phonopy"
74
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "phonopy"
74
+ Requires-Dist: phonopy<=2.21.0,>=2.16.2; extra == "phonopy"
75
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "phonopy"
75
76
  Provides-Extra: pyxtal
76
77
  Requires-Dist: pyxtal<=0.6.1,>=0.5.5; extra == "pyxtal"
77
78
 
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["ase", "matplotlib", "numpy", "setuptools", "scipy", "versioneer[toml]==0.29"]
2
+ requires = ["ase", "numpy", "setuptools", "scipy", "versioneer[toml]==0.29"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
@@ -25,7 +25,6 @@ classifiers = [
25
25
  ]
26
26
  dependencies = [
27
27
  "ase>=3.20.1,<=3.22.1",
28
- "matplotlib==3.8.2",
29
28
  "numpy>=1.23.5,<=1.26.2",
30
29
  "scipy>=1.9.3,<=1.11.4",
31
30
  ]
@@ -39,20 +38,21 @@ Repository = "https://github.com/pyiron/structuretoolkit"
39
38
  [project.optional-dependencies]
40
39
  grainboundary = [
41
40
  "aimsgb>=1.0.2,<=1.1.0",
42
- "pymatgen>=2022.2.1,<=2023.11.12",
41
+ "pymatgen>=2022.2.1,<=2023.12.18",
43
42
  ]
44
43
  pyscal = ["pyscal2==2.10.18"]
45
44
  nglview = ["nglview>=2.7.7,<=3.0.8"]
45
+ matplotlib = ["matplotlib==3.8.2"]
46
46
  plotly = ["plotly>=4.14.3,<=5.18.0"]
47
47
  clusters = ["scikit-learn==1.3.2"]
48
- symmetry = ["spglib>=1.16.5,<=2.1.0"]
48
+ symmetry = ["spglib>=1.16.5,<=2.2.0"]
49
49
  surface = [
50
- "spglib>=1.16.5,<=2.1.0",
51
- "pymatgen>=2022.2.1,<=2023.11.12",
50
+ "spglib>=1.16.5,<=2.2.0",
51
+ "pymatgen>=2022.2.1,<=2023.12.18",
52
52
  ]
53
53
  phonopy = [
54
- "phonopy>=2.16.2,<=2.20.0",
55
- "spglib>=1.16.5,<=2.1.0",
54
+ "phonopy>=2.16.2,<=2.21.0",
55
+ "spglib>=1.16.5,<=2.2.0",
56
56
  ]
57
57
  pyxtal = ["pyxtal>=0.5.5,<=0.6.1"]
58
58
 
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2023-11-26T23:00:57+0100",
11
+ "date": "2023-12-25T18:34:15+0100",
12
12
  "dirty": true,
13
13
  "error": null,
14
- "full-revisionid": "985776e9464b45fc318cddad01f767eb3a308f2f",
15
- "version": "0.0.14"
14
+ "full-revisionid": "7481449aeb2c4d46f47dafd9cd563e50755a1920",
15
+ "version": "0.0.16"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: structuretoolkit
3
- Version: 0.0.14
3
+ Version: 0.0.16
4
4
  Summary: build, analyse and visualise atomistic structures for materials science
5
5
  Author-email: Jan Janssen <janssen@mpie.de>
6
6
  License: BSD 3-Clause License
@@ -50,28 +50,29 @@ Requires-Python: >=3.8
50
50
  Description-Content-Type: text/markdown
51
51
  License-File: LICENSE
52
52
  Requires-Dist: ase<=3.22.1,>=3.20.1
53
- Requires-Dist: matplotlib==3.8.2
54
53
  Requires-Dist: numpy<=1.26.2,>=1.23.5
55
54
  Requires-Dist: scipy<=1.11.4,>=1.9.3
56
55
  Provides-Extra: grainboundary
57
56
  Requires-Dist: aimsgb<=1.1.0,>=1.0.2; extra == "grainboundary"
58
- Requires-Dist: pymatgen<=2023.11.12,>=2022.2.1; extra == "grainboundary"
57
+ Requires-Dist: pymatgen<=2023.12.18,>=2022.2.1; extra == "grainboundary"
59
58
  Provides-Extra: pyscal
60
59
  Requires-Dist: pyscal2==2.10.18; extra == "pyscal"
61
60
  Provides-Extra: nglview
62
61
  Requires-Dist: nglview<=3.0.8,>=2.7.7; extra == "nglview"
62
+ Provides-Extra: matplotlib
63
+ Requires-Dist: matplotlib==3.8.2; extra == "matplotlib"
63
64
  Provides-Extra: plotly
64
65
  Requires-Dist: plotly<=5.18.0,>=4.14.3; extra == "plotly"
65
66
  Provides-Extra: clusters
66
67
  Requires-Dist: scikit-learn==1.3.2; extra == "clusters"
67
68
  Provides-Extra: symmetry
68
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "symmetry"
69
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "symmetry"
69
70
  Provides-Extra: surface
70
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "surface"
71
- Requires-Dist: pymatgen<=2023.11.12,>=2022.2.1; extra == "surface"
71
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "surface"
72
+ Requires-Dist: pymatgen<=2023.12.18,>=2022.2.1; extra == "surface"
72
73
  Provides-Extra: phonopy
73
- Requires-Dist: phonopy<=2.20.0,>=2.16.2; extra == "phonopy"
74
- Requires-Dist: spglib<=2.1.0,>=1.16.5; extra == "phonopy"
74
+ Requires-Dist: phonopy<=2.21.0,>=2.16.2; extra == "phonopy"
75
+ Requires-Dist: spglib<=2.2.0,>=1.16.5; extra == "phonopy"
75
76
  Provides-Extra: pyxtal
76
77
  Requires-Dist: pyxtal<=0.6.1,>=0.5.5; extra == "pyxtal"
77
78
 
@@ -1,5 +1,4 @@
1
1
  ase<=3.22.1,>=3.20.1
2
- matplotlib==3.8.2
3
2
  numpy<=1.26.2,>=1.23.5
4
3
  scipy<=1.11.4,>=1.9.3
5
4
 
@@ -8,14 +7,17 @@ scikit-learn==1.3.2
8
7
 
9
8
  [grainboundary]
10
9
  aimsgb<=1.1.0,>=1.0.2
11
- pymatgen<=2023.11.12,>=2022.2.1
10
+ pymatgen<=2023.12.18,>=2022.2.1
11
+
12
+ [matplotlib]
13
+ matplotlib==3.8.2
12
14
 
13
15
  [nglview]
14
16
  nglview<=3.0.8,>=2.7.7
15
17
 
16
18
  [phonopy]
17
- phonopy<=2.20.0,>=2.16.2
18
- spglib<=2.1.0,>=1.16.5
19
+ phonopy<=2.21.0,>=2.16.2
20
+ spglib<=2.2.0,>=1.16.5
19
21
 
20
22
  [plotly]
21
23
  plotly<=5.18.0,>=4.14.3
@@ -27,8 +29,8 @@ pyscal2==2.10.18
27
29
  pyxtal<=0.6.1,>=0.5.5
28
30
 
29
31
  [surface]
30
- spglib<=2.1.0,>=1.16.5
31
- pymatgen<=2023.11.12,>=2022.2.1
32
+ spglib<=2.2.0,>=1.16.5
33
+ pymatgen<=2023.12.18,>=2022.2.1
32
34
 
33
35
  [symmetry]
34
- spglib<=2.1.0,>=1.16.5
36
+ spglib<=2.2.0,>=1.16.5