Skip to content

Commit 6cc0c0e

Browse files
committed
Update to v0.9.0
1 parent b5bb7eb commit 6cc0c0e

File tree

69 files changed

+1194
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1194
-266
lines changed

atomate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.9"
1+
__version__ = "0.9.0"

docs/_images/MgO-dos.png

179 KB
Loading

docs/_sources/changelog.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
atomate Changelog
33
=================
44

5+
**v0.9.0**
6+
7+
* Fix db authentication issue in v0.8.9 (M. Siron)
8+
* Change default vasp_cmd and db_file to those in config.py (M. Horton)
9+
* update plots in docs (A. Ganose)
10+
511
**v0.8.9**
612

13+
.. caution:: this version introduced a quirk in the db authentication scheme, you might need to set authsource manually or update to v0.9.0
14+
715
* fix NSCF run kpoint mesh and Boltztrap workflow to reflect pymatgen updates (A. Ganose)
816
* allow "authsource" parameter in db.json files (A. Jain)
917
* add powerup for turning off gzip (D. Broberg)

docs/_sources/contributors.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ atomate development is led by the Hacking Materials research group led by Anubha
77
Contributions are provided by:
88

99
* Alireza Faghaninia, Alex Dunn, Alex Ganose, and Evan Spotte-Smith through the research group of A. Jain at LBNL.
10-
* Kiran Mathew, Shyam Dwaraknath, Joey Montoya, Murat Aykol, Patrick Huck, Brandon Wood, Sam Blau, Jimmy Shen, Anne Rutt, and Eric Sivonxay through the research group of Prof. Kristin Persson at UC Berkeley.
10+
* Kiran Mathew, Shyam Dwaraknath, Joey Montoya, Murat Aykol, Patrick Huck, Brandon Wood, Sam Blau, Jimmy Shen, Anne Rutt, Eric Sivonxay, and Martin Siron through the research group of Prof. Kristin Persson at UC Berkeley.
1111
* Hanmei Tang, Prof. Shyue Ping Ong, and the Materials Virtual Lab research group at UC San Diego.
1212
* Brandon Bocklund, who led the atomate documentation effort, through the research group of Prof. Zi-Kiu Liu at Penn State.
1313
* Tess Smidt through the research group of Prof. Jeff Neaton at UC Berkeley.

docs/_sources/running_workflows.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ Simply add the following Python script (``bs-analysis.py``) to your folder, **ch
192192
# Comment out the get_plot and uncomment save_plot if you have no GUI frontend to plot to.
193193
dos_plotter = DosPlotter()
194194
dos_plotter.add_dos_dict(complete_dos.get_element_dos())
195-
dos_plotter.get_plot(xlim=(-10, 10), ylim=(0, 0.1))
196-
#dos_plotter.save_plot('MgO-dos.pdf', img_format='pdf', xlim=(-10, 10), ylim=(0, 0.1))
195+
dos_plotter.get_plot(xlim=(-10, 10))
196+
#dos_plotter.save_plot('MgO-dos.pdf', img_format='pdf', xlim=(-10, 10))
197197
198198
# print the Fermi energy and bandgap from the DOS:
199199
print('Fermi energy: {} eV'.format(complete_dos.efermi))

docs/_static/MgO-dos.png

179 KB
Loading

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.8.9',
3+
VERSION: '0.9.0',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/atomate.common.firetasks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>atomate.common.firetasks package &#8212; atomate 0.8.9 documentation</title>
9+
<title>atomate.common.firetasks package &#8212; atomate 0.9.0 documentation</title>
1010
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
3232
</ul>
3333
</div>
3434

@@ -677,7 +677,7 @@ <h3>Navigation</h3>
677677
<li class="right" >
678678
<a href="py-modindex.html" title="Python Module Index"
679679
>modules</a> |</li>
680-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
680+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
681681
</ul>
682682
</div>
683683

docs/atomate.common.firetasks.tests.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>atomate.common.firetasks.tests package &#8212; atomate 0.8.9 documentation</title>
9+
<title>atomate.common.firetasks.tests package &#8212; atomate 0.9.0 documentation</title>
1010
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
3232
</ul>
3333
</div>
3434

@@ -211,7 +211,7 @@ <h3>Navigation</h3>
211211
<li class="right" >
212212
<a href="py-modindex.html" title="Python Module Index"
213213
>modules</a> |</li>
214-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
214+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
215215
</ul>
216216
</div>
217217

docs/atomate.common.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>atomate.common package &#8212; atomate 0.8.9 documentation</title>
9+
<title>atomate.common package &#8212; atomate 0.9.0 documentation</title>
1010
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
3232
</ul>
3333
</div>
3434

@@ -116,7 +116,7 @@ <h3>Navigation</h3>
116116
<li class="right" >
117117
<a href="py-modindex.html" title="Python Module Index"
118118
>modules</a> |</li>
119-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.9 documentation</a> &#187;</li>
119+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.0 documentation</a> &#187;</li>
120120
</ul>
121121
</div>
122122

0 commit comments

Comments
 (0)