emmet-builders 0.85.0__tar.gz → 0.85.1__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 emmet-builders might be problematic. Click here for more details.

Files changed (72) hide show
  1. {emmet_builders-0.85.0/emmet_builders.egg-info → emmet_builders-0.85.1}/PKG-INFO +2 -2
  2. {emmet_builders-0.85.0 → emmet_builders-0.85.1/emmet_builders.egg-info}/PKG-INFO +2 -2
  3. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet_builders.egg-info/requires.txt +1 -1
  4. emmet_builders-0.85.1/pyproject.toml +66 -0
  5. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/deployment.txt +1 -1
  6. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.11.txt +21 -81
  7. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.11_extras.txt +25 -77
  8. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.12.txt +20 -81
  9. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.12_extras.txt +24 -77
  10. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.13_extras.txt +1 -1
  11. emmet_builders-0.85.0/pyproject.toml +0 -66
  12. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/MANIFEST.in +0 -0
  13. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/__init__.py +0 -0
  14. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/abinit/__init__.py +0 -0
  15. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/abinit/phonon.py +0 -0
  16. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/abinit/sound_velocity.py +0 -0
  17. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/feff/__init__.py +0 -0
  18. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/feff/xas.py +0 -0
  19. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/__init__.py +0 -0
  20. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/absorption_spectrum.py +0 -0
  21. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/alloys.py +0 -0
  22. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/basic_descriptors.py +0 -0
  23. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/bonds.py +0 -0
  24. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/chemenv.py +0 -0
  25. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/corrected_entries.py +0 -0
  26. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/dielectric.py +0 -0
  27. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/elasticity.py +0 -0
  28. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/electrodes.py +0 -0
  29. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/electronic_structure.py +0 -0
  30. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/magnetism.py +0 -0
  31. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/optimade.py +0 -0
  32. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/oxidation_states.py +0 -0
  33. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/piezoelectric.py +0 -0
  34. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/provenance.py +0 -0
  35. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/robocrys.py +0 -0
  36. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/similarity.py +0 -0
  37. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/substrates.py +0 -0
  38. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/summary.py +0 -0
  39. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/materials/thermo.py +0 -0
  40. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/matscholar/missing_compositions.py +0 -0
  41. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/mobility/__init__.py +0 -0
  42. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/mobility/migration_graph.py +0 -0
  43. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/py.typed +0 -0
  44. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/settings.py +0 -0
  45. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/utils.py +0 -0
  46. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/vasp/__init__.py +0 -0
  47. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/vasp/materials.py +0 -0
  48. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
  49. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet/builders/vasp/task_validator.py +0 -0
  50. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet_builders.egg-info/SOURCES.txt +0 -0
  51. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet_builders.egg-info/dependency_links.txt +0 -0
  52. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/emmet_builders.egg-info/top_level.txt +0 -0
  53. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.13.txt +0 -0
  54. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/setup.cfg +0 -0
  55. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/__init__.py +0 -0
  56. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/conftest.py +0 -0
  57. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_absorption.py +0 -0
  58. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_basic_descriptors.py +0 -0
  59. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_chemenv.py +0 -0
  60. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_corrected_entries_thermo.py +0 -0
  61. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_dielectric.py +0 -0
  62. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_elasticity.py +0 -0
  63. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_electronic_structure.py +0 -0
  64. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_magnetism.py +0 -0
  65. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_materials.py +0 -0
  66. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_mobility.py +0 -0
  67. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_oxidation.py +0 -0
  68. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_piezoelectric.py +0 -0
  69. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_similarity.py +0 -0
  70. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_summary.py +0 -0
  71. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_utils.py +0 -0
  72. {emmet_builders-0.85.0 → emmet_builders-0.85.1}/tests/test_vasp.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emmet-builders
3
- Version: 0.85.0
3
+ Version: 0.85.1
4
4
  Summary: Builders for the Emmet Library
5
5
  Author-email: The Materials Project <feedback@materialsproject.org>
6
6
  License: Modified BSD
7
7
  Project-URL: Homepage, https://github.com/materialsproject/emmet/tree/main/emmet-builders/
8
8
  Project-URL: Documentation, https://materialsproject.github.io/emmet/
9
9
  Requires-Python: >=3.10
10
- Requires-Dist: emmet-core[all]
10
+ Requires-Dist: emmet-core[all]>=0.85
11
11
  Requires-Dist: maggma>=0.57.6
12
12
  Requires-Dist: matminer>=0.9.1
13
13
  Requires-Dist: pymatgen-io-validation>=0.1.1
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emmet-builders
3
- Version: 0.85.0
3
+ Version: 0.85.1
4
4
  Summary: Builders for the Emmet Library
5
5
  Author-email: The Materials Project <feedback@materialsproject.org>
6
6
  License: Modified BSD
7
7
  Project-URL: Homepage, https://github.com/materialsproject/emmet/tree/main/emmet-builders/
8
8
  Project-URL: Documentation, https://materialsproject.github.io/emmet/
9
9
  Requires-Python: >=3.10
10
- Requires-Dist: emmet-core[all]
10
+ Requires-Dist: emmet-core[all]>=0.85
11
11
  Requires-Dist: maggma>=0.57.6
12
12
  Requires-Dist: matminer>=0.9.1
13
13
  Requires-Dist: pymatgen-io-validation>=0.1.1
@@ -1,4 +1,4 @@
1
- emmet-core[all]
1
+ emmet-core[all]>=0.85
2
2
  maggma>=0.57.6
3
3
  matminer>=0.9.1
4
4
  pymatgen-io-validation>=0.1.1
@@ -0,0 +1,66 @@
1
+ [build-system]
2
+ requires = ["setuptools>=80.0.0", "setuptools-scm>=8"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [tool.setuptools_scm]
6
+ root = ".."
7
+ relative_to = "__file__"
8
+
9
+ [tool.setuptools]
10
+ include-package-data = true
11
+
12
+ [tool.setuptools.packages.find]
13
+ where = ["."]
14
+ exclude = ["tests"]
15
+ include = ["emmet.builders"]
16
+
17
+ [tool.setuptools.package-data]
18
+ "emmet.builders.vasp" = ["*.json.gz"]
19
+
20
+ [project]
21
+ name = "emmet-builders"
22
+ dynamic = ["version"]
23
+ requires-python = ">=3.10"
24
+ description = "Builders for the Emmet Library"
25
+ authors = [
26
+ { name = "The Materials Project", email = "feedback@materialsproject.org" },
27
+ ]
28
+ license = { text = "Modified BSD" }
29
+ dependencies = [
30
+ "emmet-core[all]>=0.85",
31
+ "maggma>=0.57.6",
32
+ "matminer>=0.9.1",
33
+ "pymatgen-io-validation>=0.1.1",
34
+ ]
35
+
36
+ [project.urls]
37
+ Homepage = "https://github.com/materialsproject/emmet/tree/main/emmet-builders/"
38
+ Documentation = "https://materialsproject.github.io/emmet/"
39
+
40
+ [project.optional-dependencies]
41
+ test = [
42
+ "pre-commit",
43
+ "pytest",
44
+ "pytest-cov",
45
+ "pytest-xdist",
46
+ "pycodestyle",
47
+ "pydocstyle",
48
+ "flake8",
49
+ "mypy",
50
+ "mypy-extensions",
51
+ "types-setuptools",
52
+ "types-requests",
53
+ "wincertstore",
54
+ ]
55
+ docs = [
56
+ "mkdocs",
57
+ "mkdocs-material<8.3",
58
+ "mkdocs-material-extensions",
59
+ "mkdocs-minify-plugin",
60
+ "mkdocstrings",
61
+ "mkdocs-awesome-pages-plugin",
62
+ "mkdocs-markdownextradata-plugin",
63
+ "mkdocstrings[python]",
64
+ "livereload",
65
+ "jinja2",
66
+ ]
@@ -87,7 +87,7 @@ fsspec[http]==2024.2.0
87
87
  # via
88
88
  # pytorch-lightning
89
89
  # torch
90
- future==0.18.3
90
+ future==1.0.0
91
91
  # via
92
92
  # matminer
93
93
  # uncertainties
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.11
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/ubuntu-latest_py3.11.txt --pip-args=None
5
+ # pip-compile --output-file=requirements/ubuntu-latest_py3.11.txt
6
6
  #
7
7
  aioitertools==0.12.0
8
8
  # via maggma
@@ -10,7 +10,7 @@ annotated-types==0.7.0
10
10
  # via pydantic
11
11
  ase==3.26.0
12
12
  # via pymatgen-analysis-diffusion
13
- attrs==25.3.0
13
+ attrs==25.4.0
14
14
  # via
15
15
  # jsonlines
16
16
  # jsonschema
@@ -19,13 +19,15 @@ bcrypt==5.0.0
19
19
  # via paramiko
20
20
  bibtexparser==1.4.3
21
21
  # via pymatgen
22
- boto3==1.40.42
22
+ blake3==1.0.7
23
+ # via emmet-core
24
+ boto3==1.40.48
23
25
  # via maggma
24
- botocore==1.40.42
26
+ botocore==1.40.48
25
27
  # via
26
28
  # boto3
27
29
  # s3transfer
28
- certifi==2025.8.3
30
+ certifi==2025.10.5
29
31
  # via requests
30
32
  cffi==2.0.0
31
33
  # via
@@ -35,7 +37,7 @@ charset-normalizer==3.4.3
35
37
  # via requests
36
38
  contourpy==1.3.3
37
39
  # via matplotlib
38
- cryptography==46.0.1
40
+ cryptography==46.0.2
39
41
  # via paramiko
40
42
  cycler==0.12.1
41
43
  # via matplotlib
@@ -43,22 +45,16 @@ dnspython==2.8.0
43
45
  # via
44
46
  # maggma
45
47
  # pymongo
46
- emmet-core[all]==0.84.10
48
+ emmet-core[all]==0.85.0
47
49
  # via emmet-builders (pyproject.toml)
48
- filelock==3.19.1
49
- # via mdanalysis
50
50
  fonttools==4.60.1
51
51
  # via matplotlib
52
- griddataformats==1.0.2
53
- # via mdanalysis
54
52
  idna==3.10
55
53
  # via requests
56
54
  imageio==2.37.0
57
55
  # via scikit-image
58
56
  inflect==7.5.0
59
57
  # via robocrys
60
- iniconfig==2.1.0
61
- # via pytest
62
58
  invoke==2.2.0
63
59
  # via paramiko
64
60
  jmespath==1.0.1
@@ -67,7 +63,6 @@ jmespath==1.0.1
67
63
  # botocore
68
64
  joblib==1.5.2
69
65
  # via
70
- # mdanalysis
71
66
  # pymatgen
72
67
  # pymatgen-analysis-diffusion
73
68
  # scikit-learn
@@ -92,19 +87,8 @@ matminer==0.9.3
92
87
  matplotlib==3.10.6
93
88
  # via
94
89
  # ase
95
- # mdanalysis
96
90
  # pymatgen
97
91
  # seaborn
98
- # solvation-analysis
99
- mda-xdrlib==0.2.0
100
- # via mdanalysis
101
- mdanalysis==2.9.0
102
- # via
103
- # emmet-core
104
- # solvation-analysis
105
- # transport-analysis
106
- mmtf-python==1.1.3
107
- # via mdanalysis
108
92
  mongomock==4.3.0
109
93
  # via maggma
110
94
  monty==2025.3.3
@@ -120,13 +104,9 @@ mp-pyrho==0.4.5
120
104
  # via pymatgen-analysis-defects
121
105
  mpmath==1.3.0
122
106
  # via sympy
123
- mrcfile==1.5.4
124
- # via griddataformats
125
- msgpack==1.1.1
126
- # via
127
- # maggma
128
- # mmtf-python
129
- narwhals==2.6.0
107
+ msgpack==1.1.2
108
+ # via maggma
109
+ narwhals==2.7.0
130
110
  # via plotly
131
111
  networkx==3.5
132
112
  # via
@@ -137,21 +117,16 @@ numpy==1.26.4
137
117
  # via
138
118
  # ase
139
119
  # contourpy
140
- # griddataformats
141
120
  # imageio
142
121
  # maggma
143
122
  # matminer
144
123
  # matplotlib
145
- # mdanalysis
146
124
  # monty
147
- # mrcfile
148
125
  # pandas
149
- # patsy
150
126
  # pymatgen
151
127
  # pymatgen-analysis-defects
152
128
  # pymatgen-analysis-diffusion
153
129
  # pymatgen-io-validation
154
- # rdkit
155
130
  # robocrys
156
131
  # scikit-image
157
132
  # scikit-learn
@@ -159,10 +134,7 @@ numpy==1.26.4
159
134
  # seaborn
160
135
  # seekpath
161
136
  # shapely
162
- # solvation-analysis
163
137
  # spglib
164
- # statsmodels
165
- # tidynamics
166
138
  # tifffile
167
139
  orjson==3.11.3
168
140
  # via
@@ -172,12 +144,9 @@ packaging==25.0
172
144
  # via
173
145
  # lazy-loader
174
146
  # matplotlib
175
- # mdanalysis
176
147
  # mongomock
177
148
  # plotly
178
- # pytest
179
149
  # scikit-image
180
- # statsmodels
181
150
  palettable==3.3.3
182
151
  # via pymatgen
183
152
  pandas==2.3.3
@@ -186,24 +155,15 @@ pandas==2.3.3
186
155
  # matminer
187
156
  # pymatgen
188
157
  # seaborn
189
- # solvation-analysis
190
- # statsmodels
191
158
  paramiko==4.0.0
192
159
  # via sshtunnel
193
- patsy==1.0.1
194
- # via statsmodels
195
160
  pillow==11.3.0
196
161
  # via
197
162
  # imageio
198
163
  # matplotlib
199
- # rdkit
200
164
  # scikit-image
201
- plotly==6.3.0
202
- # via
203
- # pymatgen
204
- # solvation-analysis
205
- pluggy==1.6.0
206
- # via pytest
165
+ plotly==6.3.1
166
+ # via pymatgen
207
167
  pubchempy==1.0.5
208
168
  # via robocrys
209
169
  pyarrow==21.0.0
@@ -214,13 +174,13 @@ pybtex==0.25.1
214
174
  # robocrys
215
175
  pycparser==2.23
216
176
  # via cffi
217
- pydantic==2.11.9
177
+ pydantic==2.12.0
218
178
  # via
219
179
  # emmet-core
220
180
  # maggma
221
181
  # pydantic-settings
222
182
  # pymatgen-io-validation
223
- pydantic-core==2.33.2
183
+ pydantic-core==2.41.1
224
184
  # via pydantic
225
185
  pydantic-settings==2.11.0
226
186
  # via
@@ -229,9 +189,7 @@ pydantic-settings==2.11.0
229
189
  # pymatgen-io-validation
230
190
  pydash==8.0.5
231
191
  # via maggma
232
- pygments==2.19.2
233
- # via pytest
234
- pymatgen==2025.6.14
192
+ pymatgen==2025.10.7
235
193
  # via
236
194
  # emmet-core
237
195
  # matminer
@@ -261,8 +219,6 @@ pyparsing==3.2.5
261
219
  # via
262
220
  # bibtexparser
263
221
  # matplotlib
264
- pytest==8.4.2
265
- # via solvation-analysis
266
222
  python-dateutil==2.9.0.post0
267
223
  # via
268
224
  # botocore
@@ -279,8 +235,6 @@ pyyaml==6.0.3
279
235
  # via pybtex
280
236
  pyzmq==27.1.0
281
237
  # via maggma
282
- rdkit==2025.3.6
283
- # via solvation-analysis
284
238
  referencing==0.36.2
285
239
  # via
286
240
  # jsonschema
@@ -313,14 +267,10 @@ scikit-learn==1.7.2
313
267
  scipy==1.16.2
314
268
  # via
315
269
  # ase
316
- # griddataformats
317
- # mdanalysis
318
270
  # pymatgen
319
271
  # robocrys
320
272
  # scikit-image
321
273
  # scikit-learn
322
- # solvation-analysis
323
- # statsmodels
324
274
  seaborn==0.13.2
325
275
  # via pymatgen-analysis-diffusion
326
276
  seekpath==2.1.0
@@ -331,8 +281,6 @@ shapely==2.1.2
331
281
  # via pymatgen-analysis-alloys
332
282
  six==1.17.0
333
283
  # via python-dateutil
334
- solvation-analysis==0.4.1
335
- # via emmet-core
336
284
  spglib==2.6.0
337
285
  # via
338
286
  # pymatgen
@@ -340,8 +288,6 @@ spglib==2.6.0
340
288
  # seekpath
341
289
  sshtunnel==0.4.0
342
290
  # via maggma
343
- statsmodels==0.14.5
344
- # via solvation-analysis
345
291
  sympy==1.14.0
346
292
  # via
347
293
  # matminer
@@ -349,25 +295,19 @@ sympy==1.14.0
349
295
  tabulate==0.9.0
350
296
  # via pymatgen
351
297
  threadpoolctl==3.6.0
352
- # via
353
- # mdanalysis
354
- # scikit-learn
355
- tidynamics==1.1.2
356
- # via transport-analysis
357
- tifffile==2025.9.30
298
+ # via scikit-learn
299
+ tifffile==2025.10.4
358
300
  # via scikit-image
359
301
  tqdm==4.67.1
360
302
  # via
361
303
  # maggma
362
304
  # matminer
363
- # mdanalysis
364
305
  # pymatgen
365
- transport-analysis==0.1.2
366
- # via emmet-core
367
306
  typeguard==4.4.4
368
307
  # via inflect
369
308
  typing-extensions==4.15.0
370
309
  # via
310
+ # blake3
371
311
  # emmet-core
372
312
  # pydantic
373
313
  # pydantic-core
@@ -376,7 +316,7 @@ typing-extensions==4.15.0
376
316
  # spglib
377
317
  # typeguard
378
318
  # typing-inspection
379
- typing-inspection==0.4.1
319
+ typing-inspection==0.4.2
380
320
  # via
381
321
  # pydantic
382
322
  # pydantic-settings