Files
catalyst/zipline/utils
Scott Sanderson 8e59d12daf ENH: Pipeline API
- Adds `zipline.pipeline.Pipeline`, a new user-facing class for managing
  pipelines of Modeling API expressions.

- Adds `attach_pipeline` and `drain_pipeline` as API methods

- Removes `add_factor` and `add_filter` as API methods.  These have been
  replaced two new methods on `Pipeline`: `add`, and `apply_screen`.

- Adding a `Filter` as a column no longer implicitly truncates rows from
  the Modelling API output.  It simply causes a new column, of dtype
  `bool` to show up in the output. Removal of rows is now handled by the
  new `apply_screen` method of `Pipeline`.

- Refactors the existing Modeling API tests to reflect the new APIs.
2015-10-01 18:03:53 -04:00
..
2015-10-01 18:03:53 -04:00
2015-03-19 17:21:25 -04:00
2015-10-01 18:03:53 -04:00
2014-03-26 20:46:20 +09:00
2015-02-11 06:25:53 -05:00
2015-09-16 01:28:15 -04:00
2015-02-11 06:25:53 -05:00
2015-03-19 17:21:25 -04:00
2015-09-16 01:28:16 -04:00