Skip to content

Commit

Permalink
update to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed May 15, 2017
1 parent 40fd102 commit 6faab0e
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 26 deletions.
2 changes: 1 addition & 1 deletion atomate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.4"
__version__ = "0.4.5"
8 changes: 8 additions & 0 deletions docs/atomate.common.firetasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ atomate.common.firetasks.parse_outputs module
:undoc-members:
:show-inheritance:

atomate.common.firetasks.run_calc module
----------------------------------------

.. automodule:: atomate.common.firetasks.run_calc
:members:
:undoc-members:
:show-inheritance:


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

atomate.common.firetasks.tests.test_parse_outputs module
--------------------------------------------------------

.. automodule:: atomate.common.firetasks.tests.test_parse_outputs
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
8 changes: 8 additions & 0 deletions docs/atomate.vasp.builders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ atomate.vasp.builders.fix_tasks module
:undoc-members:
:show-inheritance:

atomate.vasp.builders.materials_descriptor module
-------------------------------------------------

.. automodule:: atomate.vasp.builders.materials_descriptor
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.builders.materials_ehull module
--------------------------------------------

Expand Down
7 changes: 7 additions & 0 deletions docs/atomate.vasp.firetasks.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
atomate.vasp.firetasks package
==============================

Subpackages
-----------

.. toctree::

atomate.vasp.firetasks.tests

Submodules
----------

Expand Down
30 changes: 30 additions & 0 deletions docs/atomate.vasp.firetasks.tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
atomate.vasp.firetasks.tests package
====================================

Submodules
----------

atomate.vasp.firetasks.tests.test_copy module
---------------------------------------------

.. automodule:: atomate.vasp.firetasks.tests.test_copy
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.firetasks.tests.test_write_vasp module
---------------------------------------------------

.. automodule:: atomate.vasp.firetasks.tests.test_write_vasp
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: atomate.vasp.firetasks.tests
:members:
:undoc-members:
:show-inheritance:
24 changes: 0 additions & 24 deletions docs/atomate.vasp.tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ atomate.vasp.tests package
Submodules
----------

atomate.vasp.tests.test_copy module
-----------------------------------

.. automodule:: atomate.vasp.tests.test_copy
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.tests.test_drones module
-------------------------------------

Expand All @@ -36,22 +28,6 @@ atomate.vasp.tests.test_vasp_powerups module
:undoc-members:
:show-inheritance:

atomate.vasp.tests.test_vasp_workflows module
---------------------------------------------

.. automodule:: atomate.vasp.tests.test_vasp_workflows
:members:
:undoc-members:
:show-inheritance:

atomate.vasp.tests.test_write_vasp module
-----------------------------------------

.. automodule:: atomate.vasp.tests.test_write_vasp
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
8 changes: 8 additions & 0 deletions docs/atomate.vasp.workflows.tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ atomate.vasp.workflows.tests.test_raman_workflow module
:undoc-members:
:show-inheritance:

atomate.vasp.workflows.tests.test_vasp_workflows module
-------------------------------------------------------

.. automodule:: atomate.vasp.workflows.tests.test_vasp_workflows
:members:
:undoc-members:
:show-inheritance:


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

**v0.4.5**

* *extensive* code review, code cleanup, and improved code docs - with some minor name refactoring
* new builders: dielectric, structureanalysis (currently gives dimensionality of structure)
* rewrite powerups as in-place with cleaner syntax
* improved installation tutorial (B. Bocklund)
* improve/fix/reorganize some unit tests
* bug fixes (A. Jain, H. Tang, K. Mathew, B. Bocklund)

**v0.4.4**

* NEB workflow (H. Tang)
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.4',
version='0.4.5',
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 6faab0e

Please sign in to comment.