Skip to content

Commit

Permalink
{AH} add lookup_pipeline to exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Nov 23, 2018
1 parent c4c6369 commit febd0c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Release notes
*************

=============
Release 2.8.1
=============

* [#101] compatibility with gevent >= 1.2
* add lookup_pipeline to exported functions

=============
Release 2.8.0
=============
Expand Down
3 changes: 2 additions & 1 deletion ruffus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
from .task import Pipeline, Task

# pipeline functions
from .task import pipeline_printout, pipeline_printout_graph, pipeline_run, pipeline_get_task_names, register_cleanup
from .task import pipeline_printout, pipeline_printout_graph, pipeline_run, pipeline_get_task_names, register_cleanup, \
lookup_pipeline

# decorators
from .task import originate, split, subdivide, transform, merge, collate, follows
Expand Down

0 comments on commit febd0c7

Please sign in to comment.