Merge pull request #924 from quantopian/dataset-subclassing

ENH: Make datasets have subclass relationships
This commit is contained in:
Joe Jevnik
2015-12-29 11:43:55 -05:00
6 changed files with 125 additions and 19 deletions
+4
View File
@@ -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
~~~~~~~~~~~~~~~~~~~~~