From 121632e814e118b7f194a59dc6b7ade3e8222af5 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Fri, 20 Nov 2015 21:12:34 -0500 Subject: [PATCH] DOC: Add a whatsnew entry. --- docs/source/whatsnew/0.8.4.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 692741bb..dde16a16 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -82,6 +82,8 @@ Documentation Miscellaneous ~~~~~~~~~~~~~ +* Added a :meth:`~zipline.pipeline.pipeline.Pipeline.show_graph` method to render + a Pipeline as an image (:issue:`836`). * Adds :func:`~zipline.utils.test_utils.subtest` decorator for creating subtests without ``nose_parameterized.expand`` which bloats the test output (:issue:`833`).