Skip to content

Commit

Permalink
update to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Sep 9, 2015
1 parent fd17f2e commit 184ba69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
FireWorks Changelog
===================

**v1.1.2**

* new special keyword _add_launchpad_and_fw_id allows accessing the LaunchPad in the FireTask
* new special keyword _pass_job_info makes it easy to pass run locations between jobs in a Workflow
* new special keyword _preserve_fworker makes it easy to run multiple jobs on the same FWorker
* default __repr__ for FWSerializable
* fix Hopper qstat bug
* Cobalt queue fixes (W. Scullin)
* SLURM template update (P. Huck)

**v1.1.1**

* greatly improve webgui: stability, clarity, functionality, and speed
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.1.1'
__version__ = '1.1.2'
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.1.1',
version='1.1.2',
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 184ba69

Please sign in to comment.