Skip to content

Commit a2a7082

Browse files
authored
Update the release notes. (#190)
1 parent a7fd971 commit a2a7082

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/changes.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
77
`Anaconda.org <https://anaconda.org/conda-forge/pytask>`_.
88

99

10-
0.1.5 - 2022-xx-xx
10+
0.1.5 - 2022-01-10
1111
------------------
1212

13+
- :gh:`184` refactors :func:`~_pytask.shared.reduce_node_name` and shorten task names in
14+
many places.
1315
- :gh:`185` fix issues with drawing a graph and adds the ``--rank-direction`` to change
1416
the direction of the DAG.
1517
- :gh:`186` enhance live displays by deactivating auto-refresh among other things.
1618
- :gh:`187` allows to enable and disable showing tracebacks and potentially different
1719
styles in the future with :confval:`show_traceback=True|False`.
1820
- :gh:`188` refactors some code related to :class:`_pytask.enums.ExitCode`.
1921
- :gh:`189` do not display a table in the execution if no task was run.
22+
- :gh:`190` updates the release notes.
2023

2124

2225
0.1.4 - 2022-01-04

0 commit comments

Comments
 (0)