emmet-builders 0.84.7rc2__tar.gz → 0.84.7rc4__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.84.7rc2/emmet_builders.egg-info → emmet_builders-0.84.7rc4}/PKG-INFO +1 -1
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4/emmet_builders.egg-info}/PKG-INFO +1 -1
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.11.txt +5 -5
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.11_extras.txt +5 -5
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.12.txt +5 -5
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.12_extras.txt +5 -5
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/MANIFEST.in +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/ml.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/vasp/materials.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/setup.cfg +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/setup.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/conftest.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_absorption.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/tests/test_vasp.py +0 -0
|
@@ -19,9 +19,9 @@ attrs==25.3.0
|
|
|
19
19
|
# referencing
|
|
20
20
|
bcrypt==4.3.0
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.38.
|
|
22
|
+
boto3==1.38.31
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.38.
|
|
24
|
+
botocore==1.38.31
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -186,7 +186,7 @@ packaging==25.0
|
|
|
186
186
|
# statsmodels
|
|
187
187
|
palettable==3.3.3
|
|
188
188
|
# via pymatgen
|
|
189
|
-
pandas==2.
|
|
189
|
+
pandas==2.3.0
|
|
190
190
|
# via
|
|
191
191
|
# maggma
|
|
192
192
|
# matminer
|
|
@@ -308,7 +308,7 @@ s3transfer==0.13.0
|
|
|
308
308
|
# via boto3
|
|
309
309
|
scikit-image==0.25.2
|
|
310
310
|
# via pymatgen-analysis-defects
|
|
311
|
-
scikit-learn==1.
|
|
311
|
+
scikit-learn==1.7.0
|
|
312
312
|
# via
|
|
313
313
|
# matcalc
|
|
314
314
|
# matminer
|
|
@@ -371,7 +371,7 @@ tqdm==4.67.1
|
|
|
371
371
|
# matminer
|
|
372
372
|
# mdanalysis
|
|
373
373
|
# pymatgen
|
|
374
|
-
typeguard==4.4.
|
|
374
|
+
typeguard==4.4.3
|
|
375
375
|
# via inflect
|
|
376
376
|
typing-extensions==4.14.0
|
|
377
377
|
# via
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -28,9 +28,9 @@ attrs==25.3.0
|
|
|
28
28
|
# referencing
|
|
29
29
|
bcrypt==4.3.0
|
|
30
30
|
# via paramiko
|
|
31
|
-
boto3==1.38.
|
|
31
|
+
boto3==1.38.31
|
|
32
32
|
# via maggma
|
|
33
|
-
botocore==1.38.
|
|
33
|
+
botocore==1.38.31
|
|
34
34
|
# via
|
|
35
35
|
# boto3
|
|
36
36
|
# s3transfer
|
|
@@ -377,7 +377,7 @@ packaging==24.2
|
|
|
377
377
|
# torchmetrics
|
|
378
378
|
palettable==3.3.3
|
|
379
379
|
# via pymatgen
|
|
380
|
-
pandas==2.
|
|
380
|
+
pandas==2.3.0
|
|
381
381
|
# via
|
|
382
382
|
# maggma
|
|
383
383
|
# matminer
|
|
@@ -552,7 +552,7 @@ s3transfer==0.13.0
|
|
|
552
552
|
# via boto3
|
|
553
553
|
scikit-image==0.25.2
|
|
554
554
|
# via pymatgen-analysis-defects
|
|
555
|
-
scikit-learn==1.
|
|
555
|
+
scikit-learn==1.7.0
|
|
556
556
|
# via
|
|
557
557
|
# matcalc
|
|
558
558
|
# matminer
|
|
@@ -646,7 +646,7 @@ transport-analysis==0.1.2
|
|
|
646
646
|
# via emmet-builders (setup.py)
|
|
647
647
|
triton==3.3.1
|
|
648
648
|
# via torch
|
|
649
|
-
typeguard==4.4.
|
|
649
|
+
typeguard==4.4.3
|
|
650
650
|
# via inflect
|
|
651
651
|
types-requests==2.32.0.20250602
|
|
652
652
|
# via emmet-builders (setup.py)
|
|
@@ -19,9 +19,9 @@ attrs==25.3.0
|
|
|
19
19
|
# referencing
|
|
20
20
|
bcrypt==4.3.0
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.38.
|
|
22
|
+
boto3==1.38.31
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.38.
|
|
24
|
+
botocore==1.38.31
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -186,7 +186,7 @@ packaging==25.0
|
|
|
186
186
|
# statsmodels
|
|
187
187
|
palettable==3.3.3
|
|
188
188
|
# via pymatgen
|
|
189
|
-
pandas==2.
|
|
189
|
+
pandas==2.3.0
|
|
190
190
|
# via
|
|
191
191
|
# maggma
|
|
192
192
|
# matminer
|
|
@@ -308,7 +308,7 @@ s3transfer==0.13.0
|
|
|
308
308
|
# via boto3
|
|
309
309
|
scikit-image==0.25.2
|
|
310
310
|
# via pymatgen-analysis-defects
|
|
311
|
-
scikit-learn==1.
|
|
311
|
+
scikit-learn==1.7.0
|
|
312
312
|
# via
|
|
313
313
|
# matcalc
|
|
314
314
|
# matminer
|
|
@@ -371,7 +371,7 @@ tqdm==4.67.1
|
|
|
371
371
|
# matminer
|
|
372
372
|
# mdanalysis
|
|
373
373
|
# pymatgen
|
|
374
|
-
typeguard==4.4.
|
|
374
|
+
typeguard==4.4.3
|
|
375
375
|
# via inflect
|
|
376
376
|
typing-extensions==4.14.0
|
|
377
377
|
# via
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/requirements/ubuntu-latest_py3.12_extras.txt
RENAMED
|
@@ -28,9 +28,9 @@ attrs==25.3.0
|
|
|
28
28
|
# referencing
|
|
29
29
|
bcrypt==4.3.0
|
|
30
30
|
# via paramiko
|
|
31
|
-
boto3==1.38.
|
|
31
|
+
boto3==1.38.31
|
|
32
32
|
# via maggma
|
|
33
|
-
botocore==1.38.
|
|
33
|
+
botocore==1.38.31
|
|
34
34
|
# via
|
|
35
35
|
# boto3
|
|
36
36
|
# s3transfer
|
|
@@ -377,7 +377,7 @@ packaging==24.2
|
|
|
377
377
|
# torchmetrics
|
|
378
378
|
palettable==3.3.3
|
|
379
379
|
# via pymatgen
|
|
380
|
-
pandas==2.
|
|
380
|
+
pandas==2.3.0
|
|
381
381
|
# via
|
|
382
382
|
# maggma
|
|
383
383
|
# matminer
|
|
@@ -552,7 +552,7 @@ s3transfer==0.13.0
|
|
|
552
552
|
# via boto3
|
|
553
553
|
scikit-image==0.25.2
|
|
554
554
|
# via pymatgen-analysis-defects
|
|
555
|
-
scikit-learn==1.
|
|
555
|
+
scikit-learn==1.7.0
|
|
556
556
|
# via
|
|
557
557
|
# matcalc
|
|
558
558
|
# matminer
|
|
@@ -646,7 +646,7 @@ transport-analysis==0.1.2
|
|
|
646
646
|
# via emmet-builders (setup.py)
|
|
647
647
|
triton==3.3.1
|
|
648
648
|
# via torch
|
|
649
|
-
typeguard==4.4.
|
|
649
|
+
typeguard==4.4.3
|
|
650
650
|
# via inflect
|
|
651
651
|
types-requests==2.32.0.20250602
|
|
652
652
|
# via emmet-builders (setup.py)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/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.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/basic_descriptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/corrected_entries.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/dielectric.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/elasticity.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/electrodes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/oxidation_states.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/piezoelectric.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/provenance.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/similarity.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/materials/substrates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/mobility/migration_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/metal_binding.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/molecules/trajectory.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
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/emmet/builders/vasp/mp_potcar_stats.json.gz
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.7rc2 → emmet_builders-0.84.7rc4}/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
|
|
File without changes
|
|
File without changes
|