Skip to content

Commit

Permalink
BLD Release 1.6.0
Browse files Browse the repository at this point in the history
The new 'jug graph' subcommand is important enough to merit a new
release.

Full ChangeLog:

    * Add 'graph' subcommand - Generates a graph of tasks
    * 'jug execute --keep-going' now ends with non-zero exit code in case of failures
    * Fix bug with cleanup in dict_store not providing the number of removed records
    * Add 'jug cleanup --keep-locks' to remove obsolete results without affecting locks

Almost all of the credit for changes since 1.5.0 goes to Renato Alves
(@unode on github).
  • Loading branch information
luispedro committed Aug 24, 2017
1 parent dd825a7 commit b1dc4c7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1.5.0+git
* 'jug execute --keep-going' now ends with non-zero exit code in case of failures
version 1.6.0 Thu Aug 24 by luispedro
* Add 'graph' subcommand - Generates a graph of tasks
* 'jug execute --keep-going' now ends with non-zero exit code in case of failures
* Fix bug with cleanup in dict_store not providing the number of removed records
* Add 'jug cleanup --keep-locks' to remove obsolete results without affecting locks

Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ reasonably large set of parameter combinations" - Andreas Longva
What's New
----------

version **1.6.0** (Thu Aug 24 2017)
- Add 'graph' subcommand - Generates a graph of tasks
- 'jug execute --keep-going' now ends with non-zero exit code in case of failures
- Fix bug with cleanup in dict_store not providing the number of removed records
- Add 'jug cleanup --keep-locks' to remove obsolete results without affecting locks


version **1.5.0** (Sun Jul 16 2017)
- Add 'demo' subcommand
- Add is_jug_running() function
Expand Down
6 changes: 6 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

version **1.6.0** (Thu Aug 24 2017)
- Add 'graph' subcommand - Generates a graph of tasks
- 'jug execute --keep-going' now ends with non-zero exit code in case of failures
- Fix bug with cleanup in dict_store not providing the number of removed records
- Add 'jug cleanup --keep-locks' to remove obsolete results without affecting locks

version **1.5.0** (Sun Jul 16 2017)
- Add 'demo' subcommand
- Add is_jug_running() function
Expand Down
2 changes: 1 addition & 1 deletion jug/jug_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.0+git'
__version__ = '1.6.0'

0 comments on commit b1dc4c7

Please sign in to comment.