From a93594368848384d82f0239c30f328e9e3c12f0d Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 26 Jul 2016 02:09:29 -0400 Subject: [PATCH] DOC: Add whatsnew for grouped top/bottom/rank. --- docs/source/whatsnew/1.0.2.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/whatsnew/1.0.2.txt b/docs/source/whatsnew/1.0.2.txt index 076f5776..b27b8b5b 100644 --- a/docs/source/whatsnew/1.0.2.txt +++ b/docs/source/whatsnew/1.0.2.txt @@ -21,6 +21,11 @@ Enhancements - Filters have been made window_safe by default. Now they can be passed in as arguments to other Filters, Factors and Classifiers (:issue:`1338`). +- Added an optional ``groupby`` parameter to + :meth:`~zipline.pipeline.factors.Factor.rank`, + :meth:`~zipline.pipeline.factors.Factor.top`, and + :meth:`~zipline.pipeline.factors.Factor.bottom`. (:issue:`1349`). + Bug Fixes ~~~~~~~~~