File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ projects. Its features include:
7979.. end-features
8080
8181
82+ New Features
83+ ------------
84+
85+ - Create a visualization of the DAG with ``pytask dag ``. (`Tutorial
86+ <https://pytask-dev.readthedocs.io/en/latest/tutorials/how_to_visualize_the_dag.html> `_)
87+ - Show a profile of all tasks (duration, size of products) with ``pytask profile ``.
88+
89+
8290Installation
8391------------
8492
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
3434 inside test functions using pytask.
3535- :gh: `109 ` makes pytask require networkx>=2.4 since previous versions fail with Python
3636 3.9.
37+ - :gh: `110 ` adds a "New Features" section to the ``README.rst ``.
3738
3839
39400.0.14 - 2021-03-23
You can’t perform that action at this time.
0 commit comments