File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.6.3 "
1+ __version__ = "0.6.4 "
Original file line number Diff line number Diff line change 22atomate Changelog
33=================
44
5+ **v0.6.4 **
6+
7+ * add config option for half_kpts_first and max force (A. Jain, S. Dwaraknath)
8+ * better logic for band structure parsing (S. Dwaraknath)
9+ * misc bugfix (P. Huck)
10+
511**v0.6.3 **
612
713* fix Gibbs wf db insertion (A. Dunn, K. Mathew)
Original file line number Diff line number Diff line change 99if __name__ == "__main__" :
1010 setup (
1111 name = 'atomate' ,
12- version = '0.6.3 ' ,
12+ version = '0.6.4 ' ,
1313 description = 'atomate has implementations of FireWorks workflows for '
1414 'Materials Science' ,
1515 long_description = open (os .path .join (module_dir , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments