Skip to content

Commit

Permalink
update to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Mar 24, 2017
1 parent cc4880a commit b84d5f2
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion atomate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.4.3'
__version__ = '0.4.4'

from atomate.utils.utils import get_wf_from_spec_dict
1 change: 0 additions & 1 deletion docs/atomate.tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Subpackages
.. toctree::

atomate.tools.post_process
atomate.tools.tests

Submodules
----------
Expand Down
8 changes: 8 additions & 0 deletions docs/atomate.vasp.firetasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ atomate.vasp.firetasks.glue_tasks module
:undoc-members:
:show-inheritance:

atomate.vasp.firetasks.neb_tasks module
---------------------------------------

.. automodule:: atomate.vasp.firetasks.neb_tasks
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.firetasks.parse_outputs module
-------------------------------------------

Expand Down
16 changes: 16 additions & 0 deletions docs/atomate.vasp.workflows.base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ atomate.vasp.workflows.base package
Submodules
----------

atomate.vasp.workflows.base.adsorption module
---------------------------------------------

.. automodule:: atomate.vasp.workflows.base.adsorption
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.workflows.base.bulk_modulus module
-----------------------------------------------

Expand Down Expand Up @@ -44,6 +52,14 @@ atomate.vasp.workflows.base.gibbs module
:undoc-members:
:show-inheritance:

atomate.vasp.workflows.base.neb module
--------------------------------------

.. automodule:: atomate.vasp.workflows.base.neb
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.workflows.base.raman module
----------------------------------------

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
atomate Changelog
====================

**v0.4.4**

* NEB workflow (H. Tang)
* adsorption workflow (J. Montoya)
* improvements to Gibbs workflow (K. Mathew)
* misc bugfixes, improvements (A. Faghaninia, A. Jain)

**v0.4.3**

* Add Gibbs energy w/volume (K. Mathew)
Expand Down
4 changes: 2 additions & 2 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ atomate development is led by the Hacking Materials research group led by Anubha

Major contributions are provided by:

* Alireza Faghaninia in the Hacking Materials group.
* Kiran Mathew, Shyam Dwaraknath, Joey Montoya, and Murat Aykol through the research group of Prof. Kristin Persson at UC Berkeley.
* The Materials Virtual Lab research group of Prof. Shyue Ping Ong at UC San Diego.
* Hanmei Tang, Prof. Shyue Ping Ong, and the Materials Virtual Lab research group at UC San Diego.
* Alireza Faghaninia in the Hacking Materials group.

Minor contributions are provided by:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == "__main__":
setup(
name='atomate',
version='0.4.3',
version='0.4.4',
description='atomate has implementations of FireWorks workflows for '
'Materials Science',
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
Expand Down

0 comments on commit b84d5f2

Please sign in to comment.