mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 11:57:55 +08:00
Merge pull request #924 from quantopian/dataset-subclassing
ENH: Make datasets have subclass relationships
This commit is contained in:
@@ -59,6 +59,10 @@ Enhancements
|
||||
:class:`~zipline.pipeline.factors.ExponentialWeightedMovingStdDev`
|
||||
factors. (:issue:`910`).
|
||||
|
||||
* Allow :class:`~zipline.pipeline.data.DataSet` classes to be subclassed where
|
||||
subclasses inherit all of the columns from the parent. These columns will be
|
||||
new sentinels so you can register them a custom loader (:issue:`924`).
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user