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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Change log
2
2
3
+
## v0.0.21
4
+
5
+
### Bug Fixes 🐛
6
+
* switch to CONTCAR read for LOBSTERTaskDoc by @naik-aakash in https://github.com/materialsproject/atomate2/pull/1204
7
+
* cover cases where optimizer does additional steps even though step is set to 0 or 1 for writing xyz files by @JaGeo in https://github.com/materialsproject/atomate2/pull/1207
8
+
* Remove walrus operator to avoid unassigned vmax by @Jonas-Finkler in https://github.com/materialsproject/atomate2/pull/1203
9
+
### Enhancements 🛠
10
+
* add file output xyz file including final atoms object to ase and forcefield jobs by @JaGeo in https://github.com/materialsproject/atomate2/pull/1206
11
+
### Documentation 📖
12
+
* Add video tutorials to README by @JaGeo in https://github.com/materialsproject/atomate2/pull/1191
13
+
* be more concrete for tutorial video names in readme by @JaGeo in https://github.com/materialsproject/atomate2/pull/1192
14
+
* Adding download statistics to readme by @JaGeo in https://github.com/materialsproject/atomate2/pull/1209
15
+
16
+
## New Contributors
17
+
*@Jonas-Finkler made their first contribution in https://github.com/materialsproject/atomate2/pull/1203
0 commit comments