Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ projects. Its features include:
.. end-features


New Features
------------

- Create a visualization of the DAG with ``pytask dag``. (`Tutorial
<https://pytask-dev.readthedocs.io/en/latest/tutorials/how_to_visualize_the_dag.html>`_)
- Show a profile of all tasks (duration, size of products) with ``pytask profile``.


Installation
------------

Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
inside test functions using pytask.
- :gh:`109` makes pytask require networkx>=2.4 since previous versions fail with Python
3.9.
- :gh:`110` adds a "New Features" section to the ``README.rst``.


0.0.14 - 2021-03-23
Expand Down