structuretoolkit 0.0.39__tar.gz → 0.0.40__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 (30) hide show
  1. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40}/PKG-INFO +7 -7
  2. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40}/pyproject.toml +12 -12
  3. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/_version.py +2 -2
  4. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40}/.gitignore +0 -0
  5. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40}/LICENSE +0 -0
  6. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40}/README.md +0 -0
  7. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/__init__.py +0 -0
  8. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/__init__.py +0 -0
  9. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/distance.py +0 -0
  10. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/dscribe.py +0 -0
  11. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/neighbors.py +0 -0
  12. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/phonopy.py +0 -0
  13. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/pyscal.py +0 -0
  14. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/snap.py +0 -0
  15. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/spatial.py +0 -0
  16. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/strain.py +0 -0
  17. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/analyse/symmetry.py +0 -0
  18. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/__init__.py +0 -0
  19. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/aimsgb.py +0 -0
  20. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/compound.py +0 -0
  21. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/mesh.py +0 -0
  22. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/sqs.py +0 -0
  23. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/build/surface.py +0 -0
  24. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/__init__.py +0 -0
  25. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/error.py +0 -0
  26. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/helper.py +0 -0
  27. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/phonopy.py +0 -0
  28. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/pymatgen.py +0 -0
  29. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/common/pyscal.py +0 -0
  30. {structuretoolkit-0.0.39 → structuretoolkit-0.0.40/src}/structuretoolkit/visualize.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: structuretoolkit
3
- Version: 0.0.39
3
+ Version: 0.0.40
4
4
  Summary: build, analyse and visualise atomistic structures for materials science
5
5
  Project-URL: Homepage, https://github.com/pyiron/structuretoolkit
6
6
  Project-URL: Documentation, https://github.com/pyiron/structuretoolkit
@@ -49,9 +49,9 @@ Classifier: Topic :: Scientific/Engineering :: Physics
49
49
  Requires-Python: <3.14,>=3.10
50
50
  Requires-Dist: ase<=3.27.0,>=3.20.1
51
51
  Requires-Dist: numpy<=2.3.5,>=1.23.5
52
- Requires-Dist: scipy<=1.16.3,>=1.15.0
52
+ Requires-Dist: scipy<=1.17.0,>=1.15.0
53
53
  Provides-Extra: clusters
54
- Requires-Dist: scikit-learn==1.7.2; extra == 'clusters'
54
+ Requires-Dist: scikit-learn==1.8.0; extra == 'clusters'
55
55
  Provides-Extra: dscribe
56
56
  Requires-Dist: dscribe==2.1.2; extra == 'dscribe'
57
57
  Provides-Extra: grainboundary
@@ -60,14 +60,14 @@ Requires-Dist: pymatgen<=2025.10.7,>=2022.2.1; extra == 'grainboundary'
60
60
  Provides-Extra: matplotlib
61
61
  Requires-Dist: matplotlib==3.10.8; extra == 'matplotlib'
62
62
  Provides-Extra: nglview
63
- Requires-Dist: nglview<=3.1.4,>=2.7.7; extra == 'nglview'
63
+ Requires-Dist: nglview<=4.0.1,>=2.7.7; extra == 'nglview'
64
64
  Provides-Extra: phonopy
65
- Requires-Dist: phonopy<=2.46.1,>=2.16.2; extra == 'phonopy'
65
+ Requires-Dist: phonopy<=2.47.1,>=2.16.2; extra == 'phonopy'
66
66
  Requires-Dist: spglib==2.7.0; extra == 'phonopy'
67
67
  Provides-Extra: plotly
68
- Requires-Dist: plotly<=6.5.0,>=4.14.3; extra == 'plotly'
68
+ Requires-Dist: plotly<=6.5.2,>=4.14.3; extra == 'plotly'
69
69
  Provides-Extra: pyscal
70
- Requires-Dist: pyscal3<=3.3.0,>=3.2.5; extra == 'pyscal'
70
+ Requires-Dist: pyscal3<=3.3.1,>=3.2.5; extra == 'pyscal'
71
71
  Provides-Extra: surface
72
72
  Requires-Dist: pymatgen<=2025.10.7,>=2022.2.1; extra == 'surface'
73
73
  Requires-Dist: spglib==2.7.0; extra == 'surface'
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"]
2
+ requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
@@ -26,7 +26,7 @@ classifiers = [
26
26
  dependencies = [
27
27
  "ase>=3.20.1,<=3.27.0",
28
28
  "numpy>=1.23.5,<=2.3.5",
29
- "scipy>=1.15.0,<=1.16.3",
29
+ "scipy>=1.15.0,<=1.17.0",
30
30
  ]
31
31
  dynamic = ["version"]
32
32
 
@@ -41,18 +41,18 @@ grainboundary = [
41
41
  "aimsgb>=1.0.2,<=1.1.1",
42
42
  "pymatgen>=2022.2.1,<=2025.10.7",
43
43
  ]
44
- pyscal = ["pyscal3>=3.2.5,<=3.3.0"]
45
- nglview = ["nglview>=2.7.7,<=3.1.4"]
44
+ pyscal = ["pyscal3>=3.2.5,<=3.3.1"]
45
+ nglview = ["nglview>=2.7.7,<=4.0.1"]
46
46
  matplotlib = ["matplotlib==3.10.8"]
47
- plotly = ["plotly>=4.14.3,<=6.5.0"]
48
- clusters = ["scikit-learn==1.7.2"]
47
+ plotly = ["plotly>=4.14.3,<=6.5.2"]
48
+ clusters = ["scikit-learn==1.8.0"]
49
49
  symmetry = ["spglib==2.7.0"]
50
50
  surface = [
51
51
  "spglib==2.7.0",
52
52
  "pymatgen>=2022.2.1,<=2025.10.7",
53
53
  ]
54
54
  phonopy = [
55
- "phonopy>=2.16.2,<=2.46.1",
55
+ "phonopy>=2.16.2,<=2.47.1",
56
56
  "spglib==2.7.0",
57
57
  ]
58
58
 
@@ -106,22 +106,22 @@ ignore = [
106
106
  ]
107
107
 
108
108
  [tool.hatch.build.hooks.vcs]
109
- version-file = "structuretoolkit/_version.py"
109
+ version-file = "src/structuretoolkit/_version.py"
110
110
 
111
111
  [tool.hatch.build.targets.sdist]
112
112
  include = [
113
- "structuretoolkit"
113
+ "src/structuretoolkit"
114
114
  ]
115
115
 
116
116
  [tool.hatch.build.targets.wheel]
117
117
  packages = [
118
- "structuretoolkit"
118
+ "src/structuretoolkit"
119
119
  ]
120
120
 
121
121
  [tool.hatch.version]
122
122
  source = "vcs"
123
- path = "structuretoolkit/_version.py"
123
+ path = "src/structuretoolkit/_version.py"
124
124
 
125
125
  [tool.coverage.run]
126
- omit = ["structuretoolkit/_version.py", "tests/*"]
126
+ source = ["structuretoolkit"]
127
127
  command_line = "-m unittest discover tests"
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.39'
32
- __version_tuple__ = version_tuple = (0, 0, 39)
31
+ __version__ = version = '0.0.40'
32
+ __version_tuple__ = version_tuple = (0, 0, 40)
33
33
 
34
34
  __commit_id__ = commit_id = None