ENH: Add single-column input/output capabilities to pipeline terms

This commit is contained in:
dmichalowicz
2016-06-02 12:43:32 -04:00
parent e510cbbf7b
commit 393f82e81e
21 changed files with 1681 additions and 489 deletions
+4
View File
@@ -17,6 +17,10 @@ Enhancements
- Added support for non-float columns to Blaze-backed Pipeline
datasets (:issue:`1201`).
- Added :class:`zipline.pipeline.slice.Slice`, a new pipeline term designed to
extract a single column from another term. Slices can be created by indexing
into a term, keyed by asset. (:issue:`1267`)
Bug Fixes
~~~~~~~~~