Skip to content

Commit

Permalink
RLS Version 2.0.1
Browse files Browse the repository at this point in the history
Bugfix release

Full ChangeLog:

- Fix handling of `JUG_EXIT_IF_FILE_EXISTS` environmental variable
- Fix passing an argument to jug.main() function
- Extend `--pdb` to exceptions raised while importing the jugfile (issue #79)
  • Loading branch information
luispedro committed Jun 11, 2020
1 parent 9b460cc commit 8a3fb4b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Post version 2.0.0+
Version 2.0.1 Thu Jun 11 2020 by luispedro
* Fix handling of `JUG_EXIT_IF_FILE_EXISTS` environmental variable
* Fix passing an argument to jug.main() function

Post version 2.0.0
* Extend `--pdb` to exceptions raised while importing the jugfile (issue
#79)

Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,15 @@ the `value` function::
What's New
----------


Version 2.0.1 (Thu Jun 11 2020)

- Fix handling of ``JUG_EXIT_IF_FILE_EXISTS`` environmental variable
- Fix passing an argument to ``jug.main()`` function
- Extend ``--pdb`` to exceptions raised while importing the jugfile (issue #79)

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
13 changes: 13 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
History
=======

Version 2.0.1
-------------

*Released Thu Jun 11 2020*

Bugfixes
~~~~~~~~

- Fix handling of ``JUG_EXIT_IF_FILE_EXISTS`` environmental variable
- Fix passing an argument to ``jug.main()`` function
- Extend ``--pdb`` to exceptions raised while importing the jugfile (issue #79)


Version 2.0.0
-------------

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.0+git'
__version__ = '2.0.1'
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 8a3fb4b

Please sign in to comment.