Skip to content

Commit

Permalink
update to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Jan 6, 2017
1 parent 3a98c93 commit ec92e84
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 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.0'
__version__ = '0.4.1'

from atomate.utils.utils import get_wf_from_spec_dict
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
atomate Changelog
====================

**v0.4.1**
* more fixes for elastic workflow (J. Montoya)
* more validation for VASP runs (A. Faghaninia)
* more flexible ObjectId insertion (A. Faghaninia)
* misc doc updates

**v0.4**
* rename of "MatMethods" to atomate(!)
* bulk modulus workflow and equation of state (K. Matthew)
* add features to Gibbs workflows (K. Matthew)
* elastic workflow updates (J. Montoya, K. Matthew)
* Spin orbit coupling (A. Faghaninia)
* HSE line-mode band structure workflow (A. Faghaninia)
* Feff workflows (K. Matthew)
* bug fixes (K. Matthew)
* much code refactoring, cleanup, and many minor improvements (K. Matthew, A. Jain, J. Montoya, S.P. Ong, B. Bocklund, A. Faghaninia)

**v0.3**

* Raman workflow (K. Mathew)
Expand Down
5 changes: 3 additions & 2 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ atomate development is led by the Hacking Materials research group led by Anubha

Major contributions are provided by:

* The Materials Virtual Lab research group of Prof. Shyue Ping Ong at UC San Diego.
* 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.

Minor contributions are provided by:

* Alireza Faghaninia
* Brandon Bocklund at Penn State.
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.0',
version='0.4.1',
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 ec92e84

Please sign in to comment.