Skip to content

Commit

Permalink
update to v1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed May 11, 2015
1 parent 3b2d495 commit 1defbdf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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
===================

**v1.05**

.. caution:: The default behavior for PyTask handling of kwargs has changed. To maintain legacy behavior, update the "auto_kwargs" option to True in your FireTasks.

* Update PyTask kwargs handling (J. Kirkham)
* Fix writing of FW.json files with _launch_dir param (G. Petretto)
* update PBS template (K. Matthew)
* minor fixes (J. Kirkham)

**v1.04**

.. note:: v1.00-v1.03 are skipped due to problems in pip installation
Expand Down
2 changes: 1 addition & 1 deletion docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ William Davidson Richards wrote the SGE queue adapter and provided useful feedba

Felix Brockherde added support for the IBM LoadLeveler queueing system and helped stomp bugs.

Brian Foster and kpoman helped stomp bugs.
Brian Foster, kpoman, and jakirkham helped stomp bugs and provide improvements.

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__ = '1.04'
__version__ = '1.05'
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='1.04',
version='1.05',
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 1defbdf

Please sign in to comment.