Skip to content

Commit 68c68ca

Browse files
committed
docs update.
1 parent 276c040 commit 68c68ca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/version.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ Changes from ``tomato-2.1`` include:
1818

1919
- Fixes many bugs due to the :func:`cmp_measure` function race condition with running tasks.
2020
- Introduces the "lazy pirate" pattern in ``tomato-job`` processes, which should make jobs more reliable.
21+
- Added functionality for automatically creating RO-crates from completed jobs.
22+
23+
- A new ``Payload-2.2``:
24+
- The ``settings.snapshot.snapshot_interval`` replaces ``settings.snapshot.frequency``. The ``snapshot_interval`` can be provided as :class:`str`, which will be converted to the number of seconds using :mod:`pint`.
25+
- The ``sample.identifier`` replaces ``sample.name``. A new required ``user.identifier`` section
26+
- The ``settings.output.repositories`` entry is added, which allows users to select which repository configured in the ``settings.toml`` file will be used to upload the job data.
2127

22-
- A new ``Payload-2.2``, where the ``settings.snapshot.snapshot_interval`` replaces ``settings.snapshot.frequency``. As a consequence, the ``snapshot_interval`` can be provided as :class:`str`, which will be converted to the number of seconds using :mod:`pint`.
2328

2429
.. codeauthor::
2530
Peter Kraus

0 commit comments

Comments
 (0)