From 2a9d5198d954a3171f1ca73867e858d179d07b58 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 29 Mar 2016 11:15:50 -0400 Subject: [PATCH] DOC: Updated whatsnew highlights --- docs/source/whatsnew/0.8.5.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/0.8.5.txt b/docs/source/whatsnew/0.8.5.txt index 779b4db6..35a4b6f2 100644 --- a/docs/source/whatsnew/0.8.5.txt +++ b/docs/source/whatsnew/0.8.5.txt @@ -12,7 +12,10 @@ Development Highlights ~~~~~~~~~~ -None +* Added classifiers and normalization methods to pipeline, along with new + datasets and factors. + +* Added support for Windows with continuous integration on AppVeyor. Enhancements ~~~~~~~~~~~~ @@ -35,6 +38,7 @@ Enhancements * Implemented :class:`zipline.pipeline.Classifier`, a new core pipeline API term representing grouping keys. Classifiers are primarily used by passing them as the ``groupby`` parameter to factor normalization methods. + (:issue:`1046`) * Added factor normalization methods: :meth:`zipline.pipeline.Factor.demean` and