You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ Two new options have been added to the ``BaseVaspInputSetGenerator``:
64
64
*[BUG FIX] Edge case for Magmoms by @jmmshn in https://github.com/materialsproject/atomate2/pull/460
65
65
*[FIX] Fix major bug that caused `user_incar_settings` to be overwritten in some cases by @matthewkuner in https://github.com/materialsproject/atomate2/pull/412
66
66
* Test for `zip_outputs` by @gpetretto in https://github.com/materialsproject/atomate2/pull/503
67
+
67
68
### Enhancements 🛠
69
+
68
70
* Extension of Lobster schema and additional tests by @JaGeo in https://github.com/materialsproject/atomate2/pull/272
69
71
* Use emmet VASP task document by @utf in https://github.com/materialsproject/atomate2/pull/269
70
72
* VASP inputset updates by @utf in https://github.com/materialsproject/atomate2/pull/270
@@ -84,7 +86,9 @@ Two new options have been added to the ``BaseVaspInputSetGenerator``:
84
86
* Small change to `gunzip` to allow better restarting by @jmmshn in https://github.com/materialsproject/atomate2/pull/476
85
87
* Remove VASP calc types schema by @mjwen in https://github.com/materialsproject/atomate2/pull/407
86
88
* Optionally zip files at the end of jobs by @gpetretto in https://github.com/materialsproject/atomate2/pull/414
89
+
87
90
### Documentation 📖
91
+
88
92
* Add more documentation for Lobster by @JaGeo in https://github.com/materialsproject/atomate2/pull/267
89
93
* Use furo for docs theme by @utf in https://github.com/materialsproject/atomate2/pull/331
90
94
* Update Lobster documentation by @JaGeo in https://github.com/materialsproject/atomate2/pull/376
@@ -97,7 +101,9 @@ Two new options have been added to the ``BaseVaspInputSetGenerator``:
97
101
* Add clearer documentation on lobster worker by @JaGeo in https://github.com/materialsproject/atomate2/pull/440
98
102
* Docs: add basic workflow tutorial by @rkingsbury in https://github.com/materialsproject/atomate2/pull/408
99
103
* Use GitHub's `deploy-pages` action to deploy docs by @janosh in https://github.com/materialsproject/atomate2/pull/475
104
+
100
105
### House-Keeping 🧹
106
+
101
107
* More `ruff` by @janosh in https://github.com/materialsproject/atomate2/pull/344
102
108
* Move all type-hint only imports behind `if TYPE_CHECKING` by @janosh in https://github.com/materialsproject/atomate2/pull/354
103
109
*`ruff` select `perflint``flake8-slots` by @janosh in https://github.com/materialsproject/atomate2/pull/395
@@ -106,6 +112,7 @@ Two new options have been added to the ``BaseVaspInputSetGenerator``:
106
112
*`dict.setdefault` instead of `if key not in dict: dict[key] = ...` by @janosh in https://github.com/materialsproject/atomate2/pull/452
107
113
108
114
## New Contributors
115
+
109
116
*@naik-aakash made their first contribution in https://github.com/materialsproject/atomate2/pull/279
110
117
*@matthewkuner made their first contribution in https://github.com/materialsproject/atomate2/pull/322
111
118
*@gpetretto made their first contribution in https://github.com/materialsproject/atomate2/pull/414
0 commit comments