Skip to content

Commit c055d3b

Browse files
committed
Update to v0.6.3
1 parent a608cb1 commit c055d3b

Some content is hidden

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

58 files changed

+246
-216
lines changed

atomate/__init__.py

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

docs/_sources/changelog.rst.txt

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

5+
**v0.6.3**
6+
7+
* fix Gibbs wf db insertion (A. Dunn, K. Mathew)
8+
* minor doc updates & fixes (A. Jain)
9+
510
**v0.6.2**
611

712
* Fix LepsFW after prev refactor (A. Jain)

docs/_sources/developer_installation.rst.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Note that if you previously installed atomate using another tool (e.g., pip or c
2626

2727
The steps for installing pymatgen and atomate in development mode are below.
2828

29-
1. Create a ``codes`` directory in ``<<INSTALL_DIR>>``
29+
1. Note: you should have activated your virtual environment or conda environment before proceeding.
30+
31+
#. Create a ``codes`` directory in ``<<INSTALL_DIR>>``
3032

3133
#. ``cd`` to your newly created ``<<INSTALL_DIR>>/codes`` directory.
3234

@@ -45,10 +47,15 @@ The steps for installing pymatgen and atomate in development mode are below.
4547
Post-installation
4648
=================
4749

48-
Run unit tests
49-
--------------
50+
Basic confirmation of installation
51+
----------------------------------
52+
53+
Open up a Python shell using the command ``python``. Confirm that the commands ``import pymatgen`` and ``import atomate`` execute without any issues / errors. Remember that you will need to still be in your virtual environment!
54+
55+
(optional) Run unit tests
56+
-------------------------
5057

51-
Every time you make changes to atomate, you should rerun the unit tests to make sure everything is still working.
58+
If you make changes to atomate, it is a good idea to rerun the unit tests to make sure everything is still working.
5259
The ``db.json`` and ``my_launchpad.yaml`` in the ``<<INSTALL_DIR>>/codes/atomate/atomate/common/test_files`` directory control the database to use for the unit tests. The default is to use a MongoDB running on localhost. You can update these to whatever you like, e.g. a MongoDB instance in the cloud that you use for tests.
5360

5461
.. warning:: Although you can re-use the same Mongo host and port as your production installation for tests, do **not** also use the same database as your production runs! This is why the default configuration uses a database name with ``_unittest`` - so that it won't conflict with any production database. The database and LaunchPad you use in the unit tests **WILL** be reset frequently. **DO NOT USE YOUR PRODUCTION DATABASES FOR TESTING** or you will lose everything!
@@ -63,4 +70,4 @@ If you need to debug at a later point, this might be something to refer back to,
6370
Many tests have a DEBUG option that can sometimes help in finding problems.
6471
Sometimes you need to toggle DEBUG on/off a couple of times if you are doing this to make sure all the old data is actually cleared between debug runs.
6572

66-
Run the tests by navigating to ``<<INSTALL_DIR>>/codes/atomate/`` and running ``python setup.py test`` or ``nosetests``.
73+
Run the tests by navigating to ``<<INSTALL_DIR>>/codes/atomate/`` and running ``python setup.py test`` or ``nosetests``.

docs/_sources/installation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To set up your virtual environment:
163163

164164
#. Activate your environment by running ``source <<INSTALL_DIR>>/atomate_env/bin/activate``. This makes it so when you use the command ``python``, the version of ``python`` that you use will be the one in the ``bin`` directory rather than the system-wide Python. You can read the activation script if you are interested. It's just does a little magic to adjust your path to point towards the ``bin`` and other directories you created.
165165

166-
#. Consider adding ``source <<INSTALL_DIR>>/atomate_env/bin/activate`` to your .rc file so that it is run whenever you log in. Otherwise, note that you must call this command after every log in before you can do work on your atomate project.
166+
#. Consider adding ``source <<INSTALL_DIR>>/atomate_env/bin/activate`` to your .rc or .bash_profile file so that it is run whenever you log in. Otherwise, note that you must call this command after every log in before you can do work on your atomate project.
167167

168168
.. _Anaconda: https://www.continuum.io
169169
.. _documentation for the conda command line tool here: https://conda.io/docs/using/envs.html

docs/atomate.common.firetasks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.common.firetasks package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.common.firetasks package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -401,7 +401,7 @@ <h3>Navigation</h3>
401401
<li class="right" >
402402
<a href="py-modindex.html" title="Python Module Index"
403403
>modules</a> |</li>
404-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
404+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
405405
</ul>
406406
</div>
407407
<div class="footer" role="contentinfo">

docs/atomate.common.firetasks.tests.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.common.firetasks.tests package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.common.firetasks.tests package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -152,7 +152,7 @@ <h3>Navigation</h3>
152152
<li class="right" >
153153
<a href="py-modindex.html" title="Python Module Index"
154154
>modules</a> |</li>
155-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
155+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
156156
</ul>
157157
</div>
158158
<div class="footer" role="contentinfo">

docs/atomate.common.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.common package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.common package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -123,7 +123,7 @@ <h3>Navigation</h3>
123123
<li class="right" >
124124
<a href="py-modindex.html" title="Python Module Index"
125125
>modules</a> |</li>
126-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
126+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
127127
</ul>
128128
</div>
129129
<div class="footer" role="contentinfo">

docs/atomate.feff.firetasks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.feff.firetasks package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.feff.firetasks package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -333,7 +333,7 @@ <h3>Navigation</h3>
333333
<li class="right" >
334334
<a href="py-modindex.html" title="Python Module Index"
335335
>modules</a> |</li>
336-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
336+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
337337
</ul>
338338
</div>
339339
<div class="footer" role="contentinfo">

docs/atomate.feff.firetasks.tests.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.feff.firetasks.tests package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.feff.firetasks.tests package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -126,7 +126,7 @@ <h3>Navigation</h3>
126126
<li class="right" >
127127
<a href="py-modindex.html" title="Python Module Index"
128128
>modules</a> |</li>
129-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
129+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
130130
</ul>
131131
</div>
132132
<div class="footer" role="contentinfo">

docs/atomate.feff.fireworks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>atomate.feff.fireworks package &#8212; atomate 0.6.2 documentation</title>
9+
<title>atomate.feff.fireworks package &#8212; atomate 0.6.3 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.6.2',
17+
VERSION: '0.6.3',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true,
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
4141
</ul>
4242
</div>
4343

@@ -219,7 +219,7 @@ <h3>Navigation</h3>
219219
<li class="right" >
220220
<a href="py-modindex.html" title="Python Module Index"
221221
>modules</a> |</li>
222-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.2 documentation</a> &#187;</li>
222+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.6.3 documentation</a> &#187;</li>
223223
</ul>
224224
</div>
225225
<div class="footer" role="contentinfo">

0 commit comments

Comments
 (0)