Skip to content

Commit 2b36542

Browse files
authored
Add "New Features" to README.rst. (#110)
1 parent 494b9ed commit 2b36542

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitattributes

-2
This file was deleted.

README.rst

+8
Original file line numberDiff line numberDiff 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+
8290
Installation
8391
------------
8492

docs/changes.rst

+1
Original file line numberDiff line numberDiff 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

3940
0.0.14 - 2021-03-23

0 commit comments

Comments
 (0)