emmet-builders 0.84.9__py3-none-any.whl → 0.84.10rc0__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 emmet-builders might be problematic. Click here for more details.
- emmet/builders/vasp/task_validator.py +2 -1
- {emmet_builders-0.84.9.dist-info → emmet_builders-0.84.10rc0.dist-info}/METADATA +2 -1
- {emmet_builders-0.84.9.dist-info → emmet_builders-0.84.10rc0.dist-info}/RECORD +5 -5
- {emmet_builders-0.84.9.dist-info → emmet_builders-0.84.10rc0.dist-info}/WHEEL +0 -0
- {emmet_builders-0.84.9.dist-info → emmet_builders-0.84.10rc0.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,8 @@ 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
7
|
from emmet.core.vasp.calc_types.enums import CalcType
|
|
8
|
-
from emmet.core.vasp.validation import DeprecationMessage
|
|
8
|
+
from emmet.core.vasp.validation import DeprecationMessage
|
|
9
|
+
from emmet.core.vasp.validation_legacy import ValidationDoc
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class TaskValidator(MapBuilder):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: emmet-builders
|
|
3
|
-
Version: 0.84.
|
|
3
|
+
Version: 0.84.10rc0
|
|
4
4
|
Summary: Builders for the Emmet Library
|
|
5
5
|
Home-page: https://github.com/materialsproject/emmet
|
|
6
6
|
Author: The Materials Project
|
|
@@ -13,6 +13,7 @@ Requires-Dist: maggma>=0.57.6
|
|
|
13
13
|
Requires-Dist: matminer>=0.9.1
|
|
14
14
|
Requires-Dist: solvation-analysis>=0.4.0
|
|
15
15
|
Requires-Dist: MDAnalysis>=2.7.0
|
|
16
|
+
Requires-Dist: pymatgen-io-validation>=0.1.0
|
|
16
17
|
Provides-Extra: test
|
|
17
18
|
Requires-Dist: pre-commit; extra == "test"
|
|
18
19
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -47,8 +47,8 @@ emmet/builders/qchem/molecules.py,sha256=8_pqFJ2YXzW0Mu51jxmCWoA_825qksvFbBZJVwq
|
|
|
47
47
|
emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
48
|
emmet/builders/vasp/materials.py,sha256=CEW7kRhaBvFhLW_UB4reTGDXSnrMTCGj2WeLDj5qnV0,12987
|
|
49
49
|
emmet/builders/vasp/mp_potcar_stats.json.gz,sha256=x3bn4gSMj1U_3bR2qKIaBtbJlYT-EJgoUIMFTA9bvaU,338957
|
|
50
|
-
emmet/builders/vasp/task_validator.py,sha256=
|
|
51
|
-
emmet_builders-0.84.
|
|
52
|
-
emmet_builders-0.84.
|
|
53
|
-
emmet_builders-0.84.
|
|
54
|
-
emmet_builders-0.84.
|
|
50
|
+
emmet/builders/vasp/task_validator.py,sha256=Fmi6TvjE8pWkRRtb8z-D7bh14MH_PaLazesinJV6mK4,2923
|
|
51
|
+
emmet_builders-0.84.10rc0.dist-info/METADATA,sha256=AWxIWFe2Zi_DkY-kTECj0SaMRr73eWx_ARa4avZC_lg,2407
|
|
52
|
+
emmet_builders-0.84.10rc0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
53
|
+
emmet_builders-0.84.10rc0.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
|
|
54
|
+
emmet_builders-0.84.10rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|