mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
DOC: Docstring and whatsnew for masked custom factors.
This commit is contained in:
@@ -17,7 +17,10 @@ None
|
||||
Enhancements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
None
|
||||
* Added masking to :class:`zipline.pipeline.CustomFactor`.
|
||||
Custom factors can now be passed a Filter upon instantiation. This tells the
|
||||
factor to only compute over stocks for which the filter returns True, rather
|
||||
than always computing over the entire universe of stocks. (:issue:`1095`)
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user