Skip to content

Commit e0f22d6

Browse files
committed
Update to v0.8.8
1 parent d9ac93a commit e0f22d6

File tree

70 files changed

+590
-202
lines changed

Some content is hidden

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

70 files changed

+590
-202
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.7"
1+
__version__ = "0.8.8"

docs/_sources/atomate.vasp.workflows.base.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ atomate.vasp.workflows.base.gibbs module
6060
:undoc-members:
6161
:show-inheritance:
6262

63+
atomate.vasp.workflows.base.magnetism module
64+
--------------------------------------------
65+
66+
.. automodule:: atomate.vasp.workflows.base.magnetism
67+
:members:
68+
:undoc-members:
69+
:show-inheritance:
70+
6371
atomate.vasp.workflows.base.neb module
6472
--------------------------------------
6573

docs/_sources/atomate.vasp.workflows.tests.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ atomate.vasp.workflows.tests.test\_ferroelectric\_workflow module
3636
:undoc-members:
3737
:show-inheritance:
3838

39+
atomate.vasp.workflows.tests.test\_magnetism\_workflow module
40+
-------------------------------------------------------------
41+
42+
.. automodule:: atomate.vasp.workflows.tests.test_magnetism_workflow
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
3947
atomate.vasp.workflows.tests.test\_neb\_workflow module
4048
-------------------------------------------------------
4149

docs/_sources/changelog.rst.txt

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

5+
**v0.8.8**
6+
7+
* magnetic ordering workflows (M. Horton)
8+
* better checks for AECAR storage (J. Shen)
9+
* update VASP NCF set NEDOS (M. Dylla)
10+
511
**v0.8.7**
612

713
* store custodian data in its own key in FWAction (E. Sivonxay)

docs/_sources/contributors.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors
33
============
44

5-
atomate development is led by the Hacking Materials research group led by Anubhav Jain at Lawrence Berkeley National Lab, using primarily research funding from U.S. Department of Energy Early Career program.
5+
atomate development is led by the Hacking Materials research group led by Anubhav Jain at Lawrence Berkeley National Lab, using primarily research funding from U.S. Department of Energy Early Career program; additional support and funding is from the U.S. Department of Energy Materials Project program.
66

77
Contributions are provided by:
88

@@ -12,4 +12,4 @@ Contributions are provided by:
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.
1414
* Danny Broberg through the research group of Prof. Mark Asta at UC Berkeley.
15-
* External contributors: specter119, M. Dias Costa, S. Torrisi
15+
* External contributors: specter119, M. Dias Costa, S. Torrisi, Max Dylla

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.7',
3+
VERSION: '0.8.8',
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.7 documentation</title>
9+
<title>atomate.common.firetasks package &#8212; atomate 0.8.8 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.7 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 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.7 documentation</a> &#187;</li>
680+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 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.7 documentation</title>
9+
<title>atomate.common.firetasks.tests package &#8212; atomate 0.8.8 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.7 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 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.7 documentation</a> &#187;</li>
214+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 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.7 documentation</title>
9+
<title>atomate.common package &#8212; atomate 0.8.8 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.7 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 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.7 documentation</a> &#187;</li>
119+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 documentation</a> &#187;</li>
120120
</ul>
121121
</div>
122122

docs/atomate.feff.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.feff.firetasks package &#8212; atomate 0.8.7 documentation</title>
9+
<title>atomate.feff.firetasks package &#8212; atomate 0.8.8 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.7 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 documentation</a> &#187;</li>
3232
</ul>
3333
</div>
3434

@@ -452,7 +452,7 @@ <h3>Navigation</h3>
452452
<li class="right" >
453453
<a href="py-modindex.html" title="Python Module Index"
454454
>modules</a> |</li>
455-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.7 documentation</a> &#187;</li>
455+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.8.8 documentation</a> &#187;</li>
456456
</ul>
457457
</div>
458458

0 commit comments

Comments
 (0)