SMACT 2.7__tar.gz → 2.8__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 (61) hide show
  1. {smact-2.7/SMACT.egg-info → smact-2.8}/PKG-INFO +5 -6
  2. {smact-2.7 → smact-2.8}/README.md +1 -1
  3. {smact-2.7 → smact-2.8/SMACT.egg-info}/PKG-INFO +5 -6
  4. {smact-2.7 → smact-2.8}/SMACT.egg-info/requires.txt +2 -2
  5. {smact-2.7 → smact-2.8}/setup.py +5 -6
  6. {smact-2.7 → smact-2.8}/LICENSE +0 -0
  7. {smact-2.7 → smact-2.8}/MANIFEST.in +0 -0
  8. {smact-2.7 → smact-2.8}/SMACT.egg-info/SOURCES.txt +0 -0
  9. {smact-2.7 → smact-2.8}/SMACT.egg-info/dependency_links.txt +0 -0
  10. {smact-2.7 → smact-2.8}/SMACT.egg-info/not-zip-safe +0 -0
  11. {smact-2.7 → smact-2.8}/SMACT.egg-info/top_level.txt +0 -0
  12. {smact-2.7 → smact-2.8}/pyproject.toml +0 -0
  13. {smact-2.7 → smact-2.8}/setup.cfg +0 -0
  14. {smact-2.7 → smact-2.8}/smact/__init__.py +0 -0
  15. {smact-2.7 → smact-2.8}/smact/builder.py +0 -0
  16. {smact-2.7 → smact-2.8}/smact/data/Covalent_radii.csv +0 -0
  17. {smact-2.7 → smact-2.8}/smact/data/HHIs.txt +0 -0
  18. {smact-2.7 → smact-2.8}/smact/data/SSE.csv +0 -0
  19. {smact-2.7 → smact-2.8}/smact/data/SSE_2015.csv +0 -0
  20. {smact-2.7 → smact-2.8}/smact/data/SSE_Pauling.csv +0 -0
  21. {smact-2.7 → smact-2.8}/smact/data/element_data.txt +0 -0
  22. {smact-2.7 → smact-2.8}/smact/data/element_valence_modified.csv +0 -0
  23. {smact-2.7 → smact-2.8}/smact/data/ionic_radii.csv +0 -0
  24. {smact-2.7 → smact-2.8}/smact/data/magpie.csv +0 -0
  25. {smact-2.7 → smact-2.8}/smact/data/ordered_periodic.txt +0 -0
  26. {smact-2.7 → smact-2.8}/smact/data/oxidation_state_probability_table.json +0 -0
  27. {smact-2.7 → smact-2.8}/smact/data/oxidation_states.txt +0 -0
  28. {smact-2.7 → smact-2.8}/smact/data/oxidation_states_SP.txt +0 -0
  29. {smact-2.7 → smact-2.8}/smact/data/oxidation_states_icsd.txt +0 -0
  30. {smact-2.7 → smact-2.8}/smact/data/oxidation_states_pmg.txt +0 -0
  31. {smact-2.7 → smact-2.8}/smact/data/oxidation_states_wiki.txt +0 -0
  32. {smact-2.7 → smact-2.8}/smact/data/oxidationstates.data +0 -0
  33. {smact-2.7 → smact-2.8}/smact/data/shannon_radii.csv +0 -0
  34. {smact-2.7 → smact-2.8}/smact/data/shannon_radii_ML_extended.csv +0 -0
  35. {smact-2.7 → smact-2.8}/smact/data/solid_properties.txt +0 -0
  36. {smact-2.7 → smact-2.8}/smact/data/solid_properties.xlsx +0 -0
  37. {smact-2.7 → smact-2.8}/smact/data/species_rep/skipspecies_20221028_319ion_dim200_cosine_similarity.json +0 -0
  38. {smact-2.7 → smact-2.8}/smact/data_loader.py +0 -0
  39. {smact-2.7 → smact-2.8}/smact/distorter.py +0 -0
  40. {smact-2.7 → smact-2.8}/smact/dopant_prediction/__init__.py +0 -0
  41. {smact-2.7 → smact-2.8}/smact/dopant_prediction/doper.py +0 -0
  42. {smact-2.7 → smact-2.8}/smact/lattice.py +0 -0
  43. {smact-2.7 → smact-2.8}/smact/lattice_parameters.py +0 -0
  44. {smact-2.7 → smact-2.8}/smact/mainpage.py +0 -0
  45. {smact-2.7 → smact-2.8}/smact/oxidation_states.py +0 -0
  46. {smact-2.7 → smact-2.8}/smact/properties.py +0 -0
  47. {smact-2.7 → smact-2.8}/smact/screening.py +0 -0
  48. {smact-2.7 → smact-2.8}/smact/structure_prediction/__init__.py +0 -0
  49. {smact-2.7 → smact-2.8}/smact/structure_prediction/database.py +0 -0
  50. {smact-2.7 → smact-2.8}/smact/structure_prediction/mutation.py +0 -0
  51. {smact-2.7 → smact-2.8}/smact/structure_prediction/prediction.py +0 -0
  52. {smact-2.7 → smact-2.8}/smact/structure_prediction/probability_models.py +0 -0
  53. {smact-2.7 → smact-2.8}/smact/structure_prediction/structure.py +0 -0
  54. {smact-2.7 → smact-2.8}/smact/structure_prediction/utilities.py +0 -0
  55. {smact-2.7 → smact-2.8}/smact/tests/__init__.py +0 -0
  56. {smact-2.7 → smact-2.8}/smact/tests/test_core.py +0 -0
  57. {smact-2.7 → smact-2.8}/smact/tests/test_doper.py +0 -0
  58. {smact-2.7 → smact-2.8}/smact/tests/test_structure.py +0 -0
  59. {smact-2.7 → smact-2.8}/smact/tests/test_utils.py +0 -0
  60. {smact-2.7 → smact-2.8}/smact/utils/__init__.py +0 -0
  61. {smact-2.7 → smact-2.8}/smact/utils/composition.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: SMACT
3
- Version: 2.7
3
+ Version: 2.8
4
4
  Summary: Semiconducting Materials by Analogy and Chemical Theory
5
5
  Home-page: https://github.com/WMD-group/SMACT
6
6
  Author: The SMACT Developers
@@ -9,7 +9,6 @@ Maintainer: Anthony O. Onwuli
9
9
  Maintainer-email: anthony.onwuli16@imperial.ac.uk
10
10
  License: MIT
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.9
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
@@ -19,13 +18,13 @@ Classifier: Operating System :: OS Independent
19
18
  Classifier: License :: OSI Approved :: MIT License
20
19
  Classifier: Topic :: Scientific/Engineering
21
20
  Classifier: Topic :: Scientific/Engineering :: Chemistry
22
- Requires-Python: >=3.9
21
+ Requires-Python: >=3.10
23
22
  Description-Content-Type: text/markdown
24
23
  License-File: LICENSE
25
24
  Requires-Dist: scipy
26
- Requires-Dist: numpy<2
25
+ Requires-Dist: numpy
27
26
  Requires-Dist: spglib
28
- Requires-Dist: pymatgen<2024.8.8,>=2024.2.20
27
+ Requires-Dist: pymatgen>=2024.2.20
29
28
  Requires-Dist: ase
30
29
  Requires-Dist: pandas
31
30
  Requires-Dist: pathos
@@ -113,7 +112,7 @@ List of modules
113
112
 
114
113
  Requirements
115
114
  ------------
116
- The main language is Python 3 and has been tested using Python 3.9+.
115
+ The main language is Python 3 and has been tested using Python 3.10+.
117
116
  Basic requirements are Numpy and Scipy.
118
117
  The [Atomic Simulation Environment](https://wiki.fysik.dtu.dk/ase) (ASE), [spglib](http://atztogo.github.io/spglib), and [pymatgen](https://pymatgen.org) are also required for many components.
119
118
 
@@ -80,7 +80,7 @@ List of modules
80
80
 
81
81
  Requirements
82
82
  ------------
83
- The main language is Python 3 and has been tested using Python 3.9+.
83
+ The main language is Python 3 and has been tested using Python 3.10+.
84
84
  Basic requirements are Numpy and Scipy.
85
85
  The [Atomic Simulation Environment](https://wiki.fysik.dtu.dk/ase) (ASE), [spglib](http://atztogo.github.io/spglib), and [pymatgen](https://pymatgen.org) are also required for many components.
86
86
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: SMACT
3
- Version: 2.7
3
+ Version: 2.8
4
4
  Summary: Semiconducting Materials by Analogy and Chemical Theory
5
5
  Home-page: https://github.com/WMD-group/SMACT
6
6
  Author: The SMACT Developers
@@ -9,7 +9,6 @@ Maintainer: Anthony O. Onwuli
9
9
  Maintainer-email: anthony.onwuli16@imperial.ac.uk
10
10
  License: MIT
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.9
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
@@ -19,13 +18,13 @@ Classifier: Operating System :: OS Independent
19
18
  Classifier: License :: OSI Approved :: MIT License
20
19
  Classifier: Topic :: Scientific/Engineering
21
20
  Classifier: Topic :: Scientific/Engineering :: Chemistry
22
- Requires-Python: >=3.9
21
+ Requires-Python: >=3.10
23
22
  Description-Content-Type: text/markdown
24
23
  License-File: LICENSE
25
24
  Requires-Dist: scipy
26
- Requires-Dist: numpy<2
25
+ Requires-Dist: numpy
27
26
  Requires-Dist: spglib
28
- Requires-Dist: pymatgen<2024.8.8,>=2024.2.20
27
+ Requires-Dist: pymatgen>=2024.2.20
29
28
  Requires-Dist: ase
30
29
  Requires-Dist: pandas
31
30
  Requires-Dist: pathos
@@ -113,7 +112,7 @@ List of modules
113
112
 
114
113
  Requirements
115
114
  ------------
116
- The main language is Python 3 and has been tested using Python 3.9+.
115
+ The main language is Python 3 and has been tested using Python 3.10+.
117
116
  Basic requirements are Numpy and Scipy.
118
117
  The [Atomic Simulation Environment](https://wiki.fysik.dtu.dk/ase) (ASE), [spglib](http://atztogo.github.io/spglib), and [pymatgen](https://pymatgen.org) are also required for many components.
119
118
 
@@ -1,7 +1,7 @@
1
1
  scipy
2
- numpy<2
2
+ numpy
3
3
  spglib
4
- pymatgen<2024.8.8,>=2024.2.20
4
+ pymatgen>=2024.2.20
5
5
  ase
6
6
  pandas
7
7
  pathos
@@ -5,10 +5,10 @@ __author_email__ = "a.walsh@imperial.ac.uk"
5
5
  __copyright__ = (
6
6
  "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
7
7
  )
8
- __version__ = "2.7"
8
+ __version__ = "2.8"
9
9
  __maintainer__ = "Anthony O. Onwuli"
10
10
  __maintainer_email__ = "anthony.onwuli16@imperial.ac.uk"
11
- __date__ = "August 30 2024"
11
+ __date__ = "September 26 2024"
12
12
 
13
13
 
14
14
  import os
@@ -52,9 +52,9 @@ if __name__ == "__main__":
52
52
  test_suite="smact.tests.test",
53
53
  install_requires=[
54
54
  "scipy",
55
- "numpy<2",
55
+ "numpy",
56
56
  "spglib",
57
- "pymatgen>=2024.2.20,<2024.8.8",
57
+ "pymatgen>=2024.2.20",
58
58
  "ase",
59
59
  "pandas",
60
60
  "pathos",
@@ -62,7 +62,6 @@ if __name__ == "__main__":
62
62
  ],
63
63
  classifiers=[
64
64
  "Programming Language :: Python :: 3",
65
- "Programming Language :: Python :: 3.9",
66
65
  "Programming Language :: Python :: 3.10",
67
66
  "Programming Language :: Python :: 3.11",
68
67
  "Programming Language :: Python :: 3.12",
@@ -73,5 +72,5 @@ if __name__ == "__main__":
73
72
  "Topic :: Scientific/Engineering",
74
73
  "Topic :: Scientific/Engineering :: Chemistry",
75
74
  ],
76
- python_requires=">=3.9",
75
+ python_requires=">=3.10",
77
76
  )
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
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