emmet-builders 0.85.1rc0__tar.gz → 0.86.0rc1__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.
- {emmet_builders-0.85.1rc0/emmet_builders.egg-info → emmet_builders-0.86.0rc1}/PKG-INFO +1 -1
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/provenance.py +1 -1
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/vasp/task_validator.py +11 -8
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1/emmet_builders.egg-info}/PKG-INFO +1 -1
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.11.txt +16 -16
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.11_extras.txt +19 -19
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.12.txt +16 -16
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.12_extras.txt +19 -19
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/MANIFEST.in +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/py.typed +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/vasp/materials.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/pyproject.toml +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/deployment.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.13.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.13_extras.txt +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/setup.cfg +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/__init__.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/conftest.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_absorption.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_materials.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_mobility.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_similarity.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_summary.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_utils.py +0 -0
- {emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_vasp.py +0 -0
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/provenance.py
RENAMED
|
@@ -214,7 +214,7 @@ class ProvenanceBuilder(Builder):
|
|
|
214
214
|
)
|
|
215
215
|
|
|
216
216
|
doc.authors.append(self.settings.DEFAULT_AUTHOR)
|
|
217
|
-
doc.history.append(self.settings.DEFAULT_HISTORY)
|
|
217
|
+
doc.history.append(self.settings.DEFAULT_HISTORY) # type: ignore[union-attr]
|
|
218
218
|
doc.references.append(self.settings.DEFAULT_REFERENCE)
|
|
219
219
|
|
|
220
220
|
snl_doc = jsanitize(doc.dict(exclude_none=False), allow_bson=True)
|
|
@@ -4,8 +4,8 @@ from maggma.core import Store
|
|
|
4
4
|
from emmet.builders.settings import EmmetBuildSettings
|
|
5
5
|
from emmet.builders.utils import get_potcar_stats
|
|
6
6
|
from emmet.core.tasks import TaskDoc
|
|
7
|
+
from emmet.core.types.enums import DeprecationMessage
|
|
7
8
|
from emmet.core.vasp.calc_types.enums import CalcType
|
|
8
|
-
from emmet.core.vasp.validation import DeprecationMessage
|
|
9
9
|
from emmet.core.vasp.validation_legacy import ValidationDoc
|
|
10
10
|
|
|
11
11
|
|
|
@@ -75,12 +75,15 @@ class TaskValidator(MapBuilder):
|
|
|
75
75
|
potcar_stats=self.potcar_stats,
|
|
76
76
|
)
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
if task_doc.tags:
|
|
79
|
+
bad_tags = list(
|
|
80
|
+
set(task_doc.tags).intersection(self.settings.DEPRECATED_TAGS)
|
|
81
|
+
)
|
|
82
|
+
if len(bad_tags) > 0:
|
|
83
|
+
validation_doc.warnings.append(
|
|
84
|
+
f"Manual Deprecation by tags: {bad_tags}"
|
|
85
|
+
)
|
|
86
|
+
validation_doc.valid = False
|
|
87
|
+
validation_doc.reasons.append(DeprecationMessage.MANUAL)
|
|
85
88
|
|
|
86
89
|
return validation_doc
|
|
@@ -19,11 +19,11 @@ bcrypt==5.0.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
blake3==1.0.
|
|
22
|
+
blake3==1.0.8
|
|
23
23
|
# via emmet-core
|
|
24
|
-
boto3==1.40.
|
|
24
|
+
boto3==1.40.55
|
|
25
25
|
# via maggma
|
|
26
|
-
botocore==1.40.
|
|
26
|
+
botocore==1.40.55
|
|
27
27
|
# via
|
|
28
28
|
# boto3
|
|
29
29
|
# s3transfer
|
|
@@ -33,11 +33,11 @@ cffi==2.0.0
|
|
|
33
33
|
# via
|
|
34
34
|
# cryptography
|
|
35
35
|
# pynacl
|
|
36
|
-
charset-normalizer==3.4.
|
|
36
|
+
charset-normalizer==3.4.4
|
|
37
37
|
# via requests
|
|
38
38
|
contourpy==1.3.3
|
|
39
39
|
# via matplotlib
|
|
40
|
-
cryptography==46.0.
|
|
40
|
+
cryptography==46.0.3
|
|
41
41
|
# via paramiko
|
|
42
42
|
cycler==0.12.1
|
|
43
43
|
# via matplotlib
|
|
@@ -45,17 +45,17 @@ dnspython==2.8.0
|
|
|
45
45
|
# via
|
|
46
46
|
# maggma
|
|
47
47
|
# pymongo
|
|
48
|
-
emmet-core[all]==0.85.
|
|
48
|
+
emmet-core[all]==0.85.1
|
|
49
49
|
# via emmet-builders (pyproject.toml)
|
|
50
50
|
fonttools==4.60.1
|
|
51
51
|
# via matplotlib
|
|
52
|
-
idna==3.
|
|
52
|
+
idna==3.11
|
|
53
53
|
# via requests
|
|
54
54
|
imageio==2.37.0
|
|
55
55
|
# via scikit-image
|
|
56
56
|
inflect==7.5.0
|
|
57
57
|
# via robocrys
|
|
58
|
-
invoke==2.2.
|
|
58
|
+
invoke==2.2.1
|
|
59
59
|
# via paramiko
|
|
60
60
|
jmespath==1.0.1
|
|
61
61
|
# via
|
|
@@ -84,7 +84,7 @@ matminer==0.9.3
|
|
|
84
84
|
# via
|
|
85
85
|
# emmet-builders (pyproject.toml)
|
|
86
86
|
# robocrys
|
|
87
|
-
matplotlib==3.10.
|
|
87
|
+
matplotlib==3.10.7
|
|
88
88
|
# via
|
|
89
89
|
# ase
|
|
90
90
|
# pymatgen
|
|
@@ -100,13 +100,13 @@ monty==2025.3.3
|
|
|
100
100
|
# robocrys
|
|
101
101
|
more-itertools==10.8.0
|
|
102
102
|
# via inflect
|
|
103
|
-
mp-pyrho==0.
|
|
103
|
+
mp-pyrho==0.5.1
|
|
104
104
|
# via pymatgen-analysis-defects
|
|
105
105
|
mpmath==1.3.0
|
|
106
106
|
# via sympy
|
|
107
107
|
msgpack==1.1.2
|
|
108
108
|
# via maggma
|
|
109
|
-
narwhals==2.
|
|
109
|
+
narwhals==2.9.0
|
|
110
110
|
# via plotly
|
|
111
111
|
networkx==3.5
|
|
112
112
|
# via
|
|
@@ -157,7 +157,7 @@ pandas==2.3.3
|
|
|
157
157
|
# seaborn
|
|
158
158
|
paramiko==4.0.0
|
|
159
159
|
# via sshtunnel
|
|
160
|
-
pillow==
|
|
160
|
+
pillow==12.0.0
|
|
161
161
|
# via
|
|
162
162
|
# imageio
|
|
163
163
|
# matplotlib
|
|
@@ -174,13 +174,13 @@ pybtex==0.25.1
|
|
|
174
174
|
# robocrys
|
|
175
175
|
pycparser==2.23
|
|
176
176
|
# via cffi
|
|
177
|
-
pydantic==2.12.
|
|
177
|
+
pydantic==2.12.3
|
|
178
178
|
# via
|
|
179
179
|
# emmet-core
|
|
180
180
|
# maggma
|
|
181
181
|
# pydantic-settings
|
|
182
182
|
# pymatgen-io-validation
|
|
183
|
-
pydantic-core==2.41.
|
|
183
|
+
pydantic-core==2.41.4
|
|
184
184
|
# via pydantic
|
|
185
185
|
pydantic-settings==2.11.0
|
|
186
186
|
# via
|
|
@@ -235,7 +235,7 @@ pyyaml==6.0.3
|
|
|
235
235
|
# via pybtex
|
|
236
236
|
pyzmq==27.1.0
|
|
237
237
|
# via maggma
|
|
238
|
-
referencing==0.
|
|
238
|
+
referencing==0.37.0
|
|
239
239
|
# via
|
|
240
240
|
# jsonschema
|
|
241
241
|
# jsonschema-specifications
|
|
@@ -296,7 +296,7 @@ tabulate==0.9.0
|
|
|
296
296
|
# via pymatgen
|
|
297
297
|
threadpoolctl==3.6.0
|
|
298
298
|
# via scikit-learn
|
|
299
|
-
tifffile==2025.10.
|
|
299
|
+
tifffile==2025.10.16
|
|
300
300
|
# via scikit-image
|
|
301
301
|
tqdm==4.67.1
|
|
302
302
|
# via
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -19,11 +19,11 @@ bcrypt==5.0.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
blake3==1.0.
|
|
22
|
+
blake3==1.0.8
|
|
23
23
|
# via emmet-core
|
|
24
|
-
boto3==1.40.
|
|
24
|
+
boto3==1.40.55
|
|
25
25
|
# via maggma
|
|
26
|
-
botocore==1.40.
|
|
26
|
+
botocore==1.40.55
|
|
27
27
|
# via
|
|
28
28
|
# boto3
|
|
29
29
|
# s3transfer
|
|
@@ -37,7 +37,7 @@ cffi==2.0.0
|
|
|
37
37
|
# pynacl
|
|
38
38
|
cfgv==3.4.0
|
|
39
39
|
# via pre-commit
|
|
40
|
-
charset-normalizer==3.4.
|
|
40
|
+
charset-normalizer==3.4.4
|
|
41
41
|
# via requests
|
|
42
42
|
click==8.3.0
|
|
43
43
|
# via mkdocs
|
|
@@ -45,9 +45,9 @@ colorama==0.4.6
|
|
|
45
45
|
# via griffe
|
|
46
46
|
contourpy==1.3.3
|
|
47
47
|
# via matplotlib
|
|
48
|
-
coverage[toml]==7.
|
|
48
|
+
coverage[toml]==7.11.0
|
|
49
49
|
# via pytest-cov
|
|
50
|
-
cryptography==46.0.
|
|
50
|
+
cryptography==46.0.3
|
|
51
51
|
# via paramiko
|
|
52
52
|
csscompressor==0.9.5
|
|
53
53
|
# via mkdocs-minify-plugin
|
|
@@ -59,7 +59,7 @@ dnspython==2.8.0
|
|
|
59
59
|
# via
|
|
60
60
|
# maggma
|
|
61
61
|
# pymongo
|
|
62
|
-
emmet-core[all]==0.85.
|
|
62
|
+
emmet-core[all]==0.85.1
|
|
63
63
|
# via emmet-builders (pyproject.toml)
|
|
64
64
|
execnet==2.1.1
|
|
65
65
|
# via pytest-xdist
|
|
@@ -77,15 +77,15 @@ htmlmin2==0.1.13
|
|
|
77
77
|
# via mkdocs-minify-plugin
|
|
78
78
|
identify==2.6.15
|
|
79
79
|
# via pre-commit
|
|
80
|
-
idna==3.
|
|
80
|
+
idna==3.11
|
|
81
81
|
# via requests
|
|
82
82
|
imageio==2.37.0
|
|
83
83
|
# via scikit-image
|
|
84
84
|
inflect==7.5.0
|
|
85
85
|
# via robocrys
|
|
86
|
-
iniconfig==2.
|
|
86
|
+
iniconfig==2.3.0
|
|
87
87
|
# via pytest
|
|
88
|
-
invoke==2.2.
|
|
88
|
+
invoke==2.2.1
|
|
89
89
|
# via paramiko
|
|
90
90
|
jinja2==3.1.6
|
|
91
91
|
# via
|
|
@@ -137,7 +137,7 @@ matminer==0.9.3
|
|
|
137
137
|
# via
|
|
138
138
|
# emmet-builders (pyproject.toml)
|
|
139
139
|
# robocrys
|
|
140
|
-
matplotlib==3.10.
|
|
140
|
+
matplotlib==3.10.7
|
|
141
141
|
# via
|
|
142
142
|
# ase
|
|
143
143
|
# pymatgen
|
|
@@ -192,7 +192,7 @@ monty==2025.3.3
|
|
|
192
192
|
# robocrys
|
|
193
193
|
more-itertools==10.8.0
|
|
194
194
|
# via inflect
|
|
195
|
-
mp-pyrho==0.
|
|
195
|
+
mp-pyrho==0.5.1
|
|
196
196
|
# via pymatgen-analysis-defects
|
|
197
197
|
mpmath==1.3.0
|
|
198
198
|
# via sympy
|
|
@@ -204,7 +204,7 @@ mypy-extensions==1.1.0
|
|
|
204
204
|
# via
|
|
205
205
|
# emmet-builders (pyproject.toml)
|
|
206
206
|
# mypy
|
|
207
|
-
narwhals==2.
|
|
207
|
+
narwhals==2.9.0
|
|
208
208
|
# via plotly
|
|
209
209
|
natsort==8.4.0
|
|
210
210
|
# via mkdocs-awesome-pages-plugin
|
|
@@ -265,7 +265,7 @@ pathspec==0.12.1
|
|
|
265
265
|
# via
|
|
266
266
|
# mkdocs
|
|
267
267
|
# mypy
|
|
268
|
-
pillow==
|
|
268
|
+
pillow==12.0.0
|
|
269
269
|
# via
|
|
270
270
|
# imageio
|
|
271
271
|
# matplotlib
|
|
@@ -296,13 +296,13 @@ pycodestyle==2.14.0
|
|
|
296
296
|
# flake8
|
|
297
297
|
pycparser==2.23
|
|
298
298
|
# via cffi
|
|
299
|
-
pydantic==2.12.
|
|
299
|
+
pydantic==2.12.3
|
|
300
300
|
# via
|
|
301
301
|
# emmet-core
|
|
302
302
|
# maggma
|
|
303
303
|
# pydantic-settings
|
|
304
304
|
# pymatgen-io-validation
|
|
305
|
-
pydantic-core==2.41.
|
|
305
|
+
pydantic-core==2.41.4
|
|
306
306
|
# via pydantic
|
|
307
307
|
pydantic-settings==2.11.0
|
|
308
308
|
# via
|
|
@@ -388,7 +388,7 @@ pyyaml-env-tag==1.1
|
|
|
388
388
|
# via mkdocs
|
|
389
389
|
pyzmq==27.1.0
|
|
390
390
|
# via maggma
|
|
391
|
-
referencing==0.
|
|
391
|
+
referencing==0.37.0
|
|
392
392
|
# via
|
|
393
393
|
# jsonschema
|
|
394
394
|
# jsonschema-specifications
|
|
@@ -451,7 +451,7 @@ tabulate==0.9.0
|
|
|
451
451
|
# via pymatgen
|
|
452
452
|
threadpoolctl==3.6.0
|
|
453
453
|
# via scikit-learn
|
|
454
|
-
tifffile==2025.10.
|
|
454
|
+
tifffile==2025.10.16
|
|
455
455
|
# via scikit-image
|
|
456
456
|
tornado==6.5.2
|
|
457
457
|
# via livereload
|
|
@@ -491,7 +491,7 @@ urllib3==2.5.0
|
|
|
491
491
|
# botocore
|
|
492
492
|
# requests
|
|
493
493
|
# types-requests
|
|
494
|
-
virtualenv==20.
|
|
494
|
+
virtualenv==20.35.3
|
|
495
495
|
# via pre-commit
|
|
496
496
|
watchdog==6.0.0
|
|
497
497
|
# via mkdocs
|
|
@@ -19,11 +19,11 @@ bcrypt==5.0.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
blake3==1.0.
|
|
22
|
+
blake3==1.0.8
|
|
23
23
|
# via emmet-core
|
|
24
|
-
boto3==1.40.
|
|
24
|
+
boto3==1.40.55
|
|
25
25
|
# via maggma
|
|
26
|
-
botocore==1.40.
|
|
26
|
+
botocore==1.40.55
|
|
27
27
|
# via
|
|
28
28
|
# boto3
|
|
29
29
|
# s3transfer
|
|
@@ -33,11 +33,11 @@ cffi==2.0.0
|
|
|
33
33
|
# via
|
|
34
34
|
# cryptography
|
|
35
35
|
# pynacl
|
|
36
|
-
charset-normalizer==3.4.
|
|
36
|
+
charset-normalizer==3.4.4
|
|
37
37
|
# via requests
|
|
38
38
|
contourpy==1.3.3
|
|
39
39
|
# via matplotlib
|
|
40
|
-
cryptography==46.0.
|
|
40
|
+
cryptography==46.0.3
|
|
41
41
|
# via paramiko
|
|
42
42
|
cycler==0.12.1
|
|
43
43
|
# via matplotlib
|
|
@@ -45,17 +45,17 @@ dnspython==2.8.0
|
|
|
45
45
|
# via
|
|
46
46
|
# maggma
|
|
47
47
|
# pymongo
|
|
48
|
-
emmet-core[all]==0.85.
|
|
48
|
+
emmet-core[all]==0.85.1
|
|
49
49
|
# via emmet-builders (pyproject.toml)
|
|
50
50
|
fonttools==4.60.1
|
|
51
51
|
# via matplotlib
|
|
52
|
-
idna==3.
|
|
52
|
+
idna==3.11
|
|
53
53
|
# via requests
|
|
54
54
|
imageio==2.37.0
|
|
55
55
|
# via scikit-image
|
|
56
56
|
inflect==7.5.0
|
|
57
57
|
# via robocrys
|
|
58
|
-
invoke==2.2.
|
|
58
|
+
invoke==2.2.1
|
|
59
59
|
# via paramiko
|
|
60
60
|
jmespath==1.0.1
|
|
61
61
|
# via
|
|
@@ -84,7 +84,7 @@ matminer==0.9.3
|
|
|
84
84
|
# via
|
|
85
85
|
# emmet-builders (pyproject.toml)
|
|
86
86
|
# robocrys
|
|
87
|
-
matplotlib==3.10.
|
|
87
|
+
matplotlib==3.10.7
|
|
88
88
|
# via
|
|
89
89
|
# ase
|
|
90
90
|
# pymatgen
|
|
@@ -100,13 +100,13 @@ monty==2025.3.3
|
|
|
100
100
|
# robocrys
|
|
101
101
|
more-itertools==10.8.0
|
|
102
102
|
# via inflect
|
|
103
|
-
mp-pyrho==0.
|
|
103
|
+
mp-pyrho==0.5.1
|
|
104
104
|
# via pymatgen-analysis-defects
|
|
105
105
|
mpmath==1.3.0
|
|
106
106
|
# via sympy
|
|
107
107
|
msgpack==1.1.2
|
|
108
108
|
# via maggma
|
|
109
|
-
narwhals==2.
|
|
109
|
+
narwhals==2.9.0
|
|
110
110
|
# via plotly
|
|
111
111
|
networkx==3.5
|
|
112
112
|
# via
|
|
@@ -157,7 +157,7 @@ pandas==2.3.3
|
|
|
157
157
|
# seaborn
|
|
158
158
|
paramiko==4.0.0
|
|
159
159
|
# via sshtunnel
|
|
160
|
-
pillow==
|
|
160
|
+
pillow==12.0.0
|
|
161
161
|
# via
|
|
162
162
|
# imageio
|
|
163
163
|
# matplotlib
|
|
@@ -174,13 +174,13 @@ pybtex==0.25.1
|
|
|
174
174
|
# robocrys
|
|
175
175
|
pycparser==2.23
|
|
176
176
|
# via cffi
|
|
177
|
-
pydantic==2.12.
|
|
177
|
+
pydantic==2.12.3
|
|
178
178
|
# via
|
|
179
179
|
# emmet-core
|
|
180
180
|
# maggma
|
|
181
181
|
# pydantic-settings
|
|
182
182
|
# pymatgen-io-validation
|
|
183
|
-
pydantic-core==2.41.
|
|
183
|
+
pydantic-core==2.41.4
|
|
184
184
|
# via pydantic
|
|
185
185
|
pydantic-settings==2.11.0
|
|
186
186
|
# via
|
|
@@ -235,7 +235,7 @@ pyyaml==6.0.3
|
|
|
235
235
|
# via pybtex
|
|
236
236
|
pyzmq==27.1.0
|
|
237
237
|
# via maggma
|
|
238
|
-
referencing==0.
|
|
238
|
+
referencing==0.37.0
|
|
239
239
|
# via
|
|
240
240
|
# jsonschema
|
|
241
241
|
# jsonschema-specifications
|
|
@@ -296,7 +296,7 @@ tabulate==0.9.0
|
|
|
296
296
|
# via pymatgen
|
|
297
297
|
threadpoolctl==3.6.0
|
|
298
298
|
# via scikit-learn
|
|
299
|
-
tifffile==2025.10.
|
|
299
|
+
tifffile==2025.10.16
|
|
300
300
|
# via scikit-image
|
|
301
301
|
tqdm==4.67.1
|
|
302
302
|
# via
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.12_extras.txt
RENAMED
|
@@ -19,11 +19,11 @@ bcrypt==5.0.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
blake3==1.0.
|
|
22
|
+
blake3==1.0.8
|
|
23
23
|
# via emmet-core
|
|
24
|
-
boto3==1.40.
|
|
24
|
+
boto3==1.40.55
|
|
25
25
|
# via maggma
|
|
26
|
-
botocore==1.40.
|
|
26
|
+
botocore==1.40.55
|
|
27
27
|
# via
|
|
28
28
|
# boto3
|
|
29
29
|
# s3transfer
|
|
@@ -37,7 +37,7 @@ cffi==2.0.0
|
|
|
37
37
|
# pynacl
|
|
38
38
|
cfgv==3.4.0
|
|
39
39
|
# via pre-commit
|
|
40
|
-
charset-normalizer==3.4.
|
|
40
|
+
charset-normalizer==3.4.4
|
|
41
41
|
# via requests
|
|
42
42
|
click==8.3.0
|
|
43
43
|
# via mkdocs
|
|
@@ -45,9 +45,9 @@ colorama==0.4.6
|
|
|
45
45
|
# via griffe
|
|
46
46
|
contourpy==1.3.3
|
|
47
47
|
# via matplotlib
|
|
48
|
-
coverage[toml]==7.
|
|
48
|
+
coverage[toml]==7.11.0
|
|
49
49
|
# via pytest-cov
|
|
50
|
-
cryptography==46.0.
|
|
50
|
+
cryptography==46.0.3
|
|
51
51
|
# via paramiko
|
|
52
52
|
csscompressor==0.9.5
|
|
53
53
|
# via mkdocs-minify-plugin
|
|
@@ -59,7 +59,7 @@ dnspython==2.8.0
|
|
|
59
59
|
# via
|
|
60
60
|
# maggma
|
|
61
61
|
# pymongo
|
|
62
|
-
emmet-core[all]==0.85.
|
|
62
|
+
emmet-core[all]==0.85.1
|
|
63
63
|
# via emmet-builders (pyproject.toml)
|
|
64
64
|
execnet==2.1.1
|
|
65
65
|
# via pytest-xdist
|
|
@@ -77,15 +77,15 @@ htmlmin2==0.1.13
|
|
|
77
77
|
# via mkdocs-minify-plugin
|
|
78
78
|
identify==2.6.15
|
|
79
79
|
# via pre-commit
|
|
80
|
-
idna==3.
|
|
80
|
+
idna==3.11
|
|
81
81
|
# via requests
|
|
82
82
|
imageio==2.37.0
|
|
83
83
|
# via scikit-image
|
|
84
84
|
inflect==7.5.0
|
|
85
85
|
# via robocrys
|
|
86
|
-
iniconfig==2.
|
|
86
|
+
iniconfig==2.3.0
|
|
87
87
|
# via pytest
|
|
88
|
-
invoke==2.2.
|
|
88
|
+
invoke==2.2.1
|
|
89
89
|
# via paramiko
|
|
90
90
|
jinja2==3.1.6
|
|
91
91
|
# via
|
|
@@ -137,7 +137,7 @@ matminer==0.9.3
|
|
|
137
137
|
# via
|
|
138
138
|
# emmet-builders (pyproject.toml)
|
|
139
139
|
# robocrys
|
|
140
|
-
matplotlib==3.10.
|
|
140
|
+
matplotlib==3.10.7
|
|
141
141
|
# via
|
|
142
142
|
# ase
|
|
143
143
|
# pymatgen
|
|
@@ -192,7 +192,7 @@ monty==2025.3.3
|
|
|
192
192
|
# robocrys
|
|
193
193
|
more-itertools==10.8.0
|
|
194
194
|
# via inflect
|
|
195
|
-
mp-pyrho==0.
|
|
195
|
+
mp-pyrho==0.5.1
|
|
196
196
|
# via pymatgen-analysis-defects
|
|
197
197
|
mpmath==1.3.0
|
|
198
198
|
# via sympy
|
|
@@ -204,7 +204,7 @@ mypy-extensions==1.1.0
|
|
|
204
204
|
# via
|
|
205
205
|
# emmet-builders (pyproject.toml)
|
|
206
206
|
# mypy
|
|
207
|
-
narwhals==2.
|
|
207
|
+
narwhals==2.9.0
|
|
208
208
|
# via plotly
|
|
209
209
|
natsort==8.4.0
|
|
210
210
|
# via mkdocs-awesome-pages-plugin
|
|
@@ -265,7 +265,7 @@ pathspec==0.12.1
|
|
|
265
265
|
# via
|
|
266
266
|
# mkdocs
|
|
267
267
|
# mypy
|
|
268
|
-
pillow==
|
|
268
|
+
pillow==12.0.0
|
|
269
269
|
# via
|
|
270
270
|
# imageio
|
|
271
271
|
# matplotlib
|
|
@@ -296,13 +296,13 @@ pycodestyle==2.14.0
|
|
|
296
296
|
# flake8
|
|
297
297
|
pycparser==2.23
|
|
298
298
|
# via cffi
|
|
299
|
-
pydantic==2.12.
|
|
299
|
+
pydantic==2.12.3
|
|
300
300
|
# via
|
|
301
301
|
# emmet-core
|
|
302
302
|
# maggma
|
|
303
303
|
# pydantic-settings
|
|
304
304
|
# pymatgen-io-validation
|
|
305
|
-
pydantic-core==2.41.
|
|
305
|
+
pydantic-core==2.41.4
|
|
306
306
|
# via pydantic
|
|
307
307
|
pydantic-settings==2.11.0
|
|
308
308
|
# via
|
|
@@ -388,7 +388,7 @@ pyyaml-env-tag==1.1
|
|
|
388
388
|
# via mkdocs
|
|
389
389
|
pyzmq==27.1.0
|
|
390
390
|
# via maggma
|
|
391
|
-
referencing==0.
|
|
391
|
+
referencing==0.37.0
|
|
392
392
|
# via
|
|
393
393
|
# jsonschema
|
|
394
394
|
# jsonschema-specifications
|
|
@@ -451,7 +451,7 @@ tabulate==0.9.0
|
|
|
451
451
|
# via pymatgen
|
|
452
452
|
threadpoolctl==3.6.0
|
|
453
453
|
# via scikit-learn
|
|
454
|
-
tifffile==2025.10.
|
|
454
|
+
tifffile==2025.10.16
|
|
455
455
|
# via scikit-image
|
|
456
456
|
tornado==6.5.2
|
|
457
457
|
# via livereload
|
|
@@ -490,7 +490,7 @@ urllib3==2.5.0
|
|
|
490
490
|
# botocore
|
|
491
491
|
# requests
|
|
492
492
|
# types-requests
|
|
493
|
-
virtualenv==20.
|
|
493
|
+
virtualenv==20.35.3
|
|
494
494
|
# via pre-commit
|
|
495
495
|
watchdog==6.0.0
|
|
496
496
|
# via mkdocs
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/abinit/sound_velocity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/basic_descriptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/corrected_entries.py
RENAMED
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/dielectric.py
RENAMED
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/elasticity.py
RENAMED
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/electrodes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/oxidation_states.py
RENAMED
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/piezoelectric.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/similarity.py
RENAMED
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/materials/substrates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/mobility/migration_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet/builders/vasp/mp_potcar_stats.json.gz
RENAMED
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/emmet_builders.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/requirements/ubuntu-latest_py3.13_extras.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.85.1rc0 → emmet_builders-0.86.0rc1}/tests/test_corrected_entries_thermo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|