From a74b35408a49b63dc7f1317214d57d9715fcb349 Mon Sep 17 00:00:00 2001 From: Joe Jevnik Date: Thu, 19 May 2016 19:46:44 -0400 Subject: [PATCH] DOC: whatsnew for the stub file --- docs/source/whatsnew/1.0.0.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/1.0.0.txt b/docs/source/whatsnew/1.0.0.txt index 2ae37f84..d4a16de3 100644 --- a/docs/source/whatsnew/1.0.0.txt +++ b/docs/source/whatsnew/1.0.0.txt @@ -224,4 +224,8 @@ Documentation Miscellaneous ~~~~~~~~~~~~~ -None +* Zipline now provides a `stub file + `_ for the + ``zipline.api`` module. This module is normally dynamically created so the + stub file provides some static information for utilities that can consume it, + for example PyCharm (:issue:`1208`).