From ab7a5ee1cd7553bcdc6b4dc864549c00f5f5f7be Mon Sep 17 00:00:00 2001 From: Abhijeet Kalyan Date: Wed, 24 Feb 2016 16:15:46 -0500 Subject: [PATCH] DOC: Add whatsnew entry for batch transform deprecation --- docs/source/whatsnew/0.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 42ba82e8..35c2236d 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -25,6 +25,9 @@ Highlights * Zipline now supports ``numpy`` 1.10, ``pandas`` 0.17, and ``scipy`` 0.16 (:issue:`969`). +* Batch transforms have been deprecated and will be removed in a future release. + Using ``history`` is recommended as an alternative. + Enhancements ~~~~~~~~~~~~