Skip to content

Commit

Permalink
RLS Version 2.0.0
Browse files Browse the repository at this point in the history
The big changes are failed tasks (contributed by @unode).

Also, environmental variables are now always checked and creating a file
called `__jug_please_stop.txt` will stop a `jug execute` run in a clean
way.

Full ChangeLog
    * jug.backend.base_store has 1 new method `listlocks`
    * jug.backend.base_lock has 2 new methods `fail` and `is_failed`
    * Add 'jug execute --keep-failed' to preserve locks on failing tasks.
    * Add 'jug cleanup --failed-only' to remove locks from failed tasks
    * 'jug status' and 'jug graph' now display failed tasks
    * Check environmental exit variables by default (suggested by Renato Alves, issue #66)
    * Fix 'jug sleep-until' in the presence of barrier() (issue #71)
  • Loading branch information
luispedro committed Feb 21, 2020
1 parent 648ef76 commit 8eb8210
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 2.0.0 Sat Feb 1 2020 by luispedro
version 2.0.0 Fri Feb 21 2020 by luispedro
* jug.backend.base_store has 1 new method 'listlocks'
* jug.backend.base_lock has 2 new methods 'fail' and 'is_failed'
* Add 'jug execute --keep-failed' to preserve locks on failing tasks.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ the `value` function::
What's New
----------

version **2.0.0** (Sat Feb 1 2020)
version **2.0.0** (Fri Feb 21 2020)
- jug.backend.base_store has 1 new method 'listlocks'
- jug.backend.base_lock has 2 new methods 'fail' and 'is_failed'
- Add 'jug execute --keep-failed' to preserve locks on failing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

version **2.0.0** (Sat Feb 1 2020)
version **2.0.0** (Fri Feb 21 2020)
- jug.backend.base_store has 1 new method 'listlocks'
- jug.backend.base_lock has 2 new methods 'fail' and 'is_failed'
- Add 'jug execute --keep-failed' to preserve locks on failing tasks.
Expand Down
2 changes: 1 addition & 1 deletion jug/jug_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0.0rc0'
__version__ = '2.0.0'
CITATION = '''\
Coelho, L.P., (2017). Jug: Software for Parallel Reproducible Computation in
Python. Journal of Open Research Software. 5(1), p.30.
Expand Down

0 comments on commit 8eb8210

Please sign in to comment.