mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
ENH: Support multiple outputs for custom factors
This commit is contained in:
@@ -24,6 +24,14 @@ Enhancements
|
||||
dataframe. This model allows us to pass these writer objects around as a
|
||||
resource for other classes and functions to consume (:issue:`1109`).
|
||||
|
||||
* Implemented :class:`zipline.pipeline.factors.RecarrayField`, a new pipeline
|
||||
term designed to be the output type of a CustomFactor with multiple outputs.
|
||||
(:issue:`1119`)
|
||||
|
||||
* Added optional `outputs` parameter to :class:`zipline.pipeline.CustomFactor`.
|
||||
Custom factors are now capable of computing and returning multiple outputs,
|
||||
each of which are themselves a Factor. (:issue:`1119`)
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user