Skip to content

Update the release notes. #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
`Anaconda.org <https://anaconda.org/conda-forge/pytask>`_.


0.1.5 - 2022-xx-xx
0.1.5 - 2022-01-10
------------------

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


0.1.4 - 2022-01-04
Expand Down