DOC: Add whatsnew for isnan and friends.

This commit is contained in:
Scott Sanderson
2015-11-18 22:44:20 -05:00
parent c5d5cfdc65
commit dfe21dc1de
+2
View File
@@ -19,6 +19,8 @@ Enhancements
passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
``create_event_context`` (:issue:`828`).
* Added `isnan`, `notnan`, and `isfinite` methods to `Factor` (:issue:`861`).
Experimental Features
~~~~~~~~~~~~~~~~~~~~~