Skip to content

Commit

Permalink
update to v0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Aug 19, 2014
1 parent 907a8e7 commit 049772f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
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 @@
FireWorks Changelog
===================

**v0.88**

* Add many more unit tests (B. Medasani)
* Fix tracking when FireTask crashes (B. Medasani)
* Clean up some logging
* Don't rerun DEFUSED FWs - they must be reignited
* Allow defuse of COMPLETED FWs
* minor internal fixes

**v0.87**

* Fix major bug causing FIZZLED FWs to rerun spontaneously
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ William Davidson Richards Waroquiers wrote the SGE queue adapter and provided us

Wei Chen was the first test pilot of FireWorks, and contributed greatly to improving the docs and ensuring that FireWorks installation went smoothly for others. In addition, he made many suggestions to improve the usability of the code.

Bharat Medasani added many unit tests.

Felix Brockherde added support for the IBM LoadLeveler queueing system and helped stomp bugs. Brian Foster also stomped a bug.

Thanks to Marat Valiev for suggesting Jinja2 as a lightweight templating alternative to Django and Stephen Bailey for helpful discussions.
Expand Down
2 changes: 1 addition & 1 deletion fireworks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '0.87'
__version__ = '0.88'
FW_INSTALL_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

# These imports allow a much simpler import of core Fireworks functionality.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if __name__ == "__main__":
setup(
name='FireWorks',
version='0.87',
version='0.88',
description='FireWorks workflow software',
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
url='https://github.com/materialsproject/fireworks',
Expand Down

0 comments on commit 049772f

Please sign in to comment.