Skip to content

Commit

Permalink
ENH: Add single-column input/output capabilities to pipeline terms
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichalowicz committed Jun 23, 2016
1 parent e510cbb commit 393f82e
Show file tree
Hide file tree
Showing 21 changed files with 1,681 additions and 489 deletions.
4 changes: 4 additions & 0 deletions docs/source/whatsnew/1.0.1.txt
Expand Up @@ -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
~~~~~~~~~

Expand Down

0 comments on commit 393f82e

Please sign in to comment.