Skip to content

Commit

Permalink
RLS Version 2.2.0
Browse files Browse the repository at this point in the history
Big change is the introduction of the `jug pack` subcommand.

Full `ChangeLog`:
    * Add `jug pack` subcommand
    * Remove six dependency
    * Make get_tasks() return a copy of the tasks
  • Loading branch information
luispedro committed May 2, 2022
1 parent 417cfb9 commit 87054ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -7,4 +7,4 @@ authors:
orcid: http://orcid.org/0000-0002-9280-7885
doi: 10.5334/jors.161
date-released: '2017-10-27'
version: "2.1.1"
version: "2.2.0"
4 changes: 2 additions & 2 deletions ChangeLog
@@ -1,7 +1,7 @@
Unreleased
Version 2.2.0 Tue 3 May 2022 by luispedro
* Add `jug pack` subcommand
* Remove six dependency
* Make get_tasks() return a copy of the tasks
* Add `jug pack` subcommand

Version 2.1.1 Thu 18 Mar 2021 by luispedro
* Include requirements files in distribution
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -130,6 +130,12 @@ the `value` function::
What's New
----------

Version 2.2.0 (*3 May 2022*)

- Add ``jug pack`` subcommand
- Make ``get_tasks()`` return a copy of the tasks inside ``jug shell``
- Remove ``six`` dependency

Version 2.1.1 (*18 March 2021*)

- Include requirements files in distribution
Expand Down
11 changes: 7 additions & 4 deletions docs/source/history.rst
Expand Up @@ -2,12 +2,15 @@
History
=======

Unreleased
----------
Version 2.2.0
-------------

*Released 4 May 2022*

- Add ``jug pack`` subcommand
- Make ``get_tasks()`` return a copy of the tasks instead of the internal list.
This is arguably a breaking change for some workflows, but returning the
internal version was arguably a bug
Technically, it is possible that this is a breaking change for some
workflows, but returning the internal version was arguably a bug
- Removed dependency on the ``six`` library as we no longer support Python 2.7.

Version 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion jug/jug_version.py
@@ -1,4 +1,4 @@
__version__ = '2.1.1-post'
__version__ = '2.2.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 87054ca

Please sign in to comment.