File tree 3 files changed +9
-2
lines changed
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:
79
79
.. end-features
80
80
81
81
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
+
82
90
Installation
83
91
------------
84
92
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
34
34
inside test functions using pytask.
35
35
- :gh: `109 ` makes pytask require networkx>=2.4 since previous versions fail with Python
36
36
3.9.
37
+ - :gh: `110 ` adds a "New Features" section to the ``README.rst ``.
37
38
38
39
39
40
0.0.14 - 2021-03-23
You can’t perform that action at this time.
0 commit comments