File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
7
7
`Anaconda.org <https://anaconda.org/conda-forge/pytask >`_.
8
8
9
9
10
- 0.1.5 - 2022-xx-xx
10
+ 0.1.5 - 2022-01-10
11
11
------------------
12
12
13
+ - :gh: `184 ` refactors :func: `~_pytask.shared.reduce_node_name ` and shorten task names in
14
+ many places.
13
15
- :gh: `185 ` fix issues with drawing a graph and adds the ``--rank-direction `` to change
14
16
the direction of the DAG.
15
17
- :gh: `186 ` enhance live displays by deactivating auto-refresh among other things.
16
18
- :gh: `187 ` allows to enable and disable showing tracebacks and potentially different
17
19
styles in the future with :confval: `show_traceback=True|False `.
18
20
- :gh: `188 ` refactors some code related to :class: `_pytask.enums.ExitCode `.
19
21
- :gh: `189 ` do not display a table in the execution if no task was run.
22
+ - :gh: `190 ` updates the release notes.
20
23
21
24
22
25
0.1.4 - 2022-01-04
You can’t perform that action at this time.
0 commit comments