mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
ENH: Rename StrictlyTrue to All and add Any().
Also, moved All() and Any() to `zipline.pipeline.filters.smoothing`.
This commit is contained in:
@@ -26,8 +26,10 @@ Enhancements
|
||||
:meth:`~zipline.pipeline.factors.Factor.top`, and
|
||||
:meth:`~zipline.pipeline.factors.Factor.bottom`. (:issue:`1349`).
|
||||
|
||||
- Added a smoothing filter that adds 'stickiness' to its input,
|
||||
making boolean designations less volatile over time. (:issue:`1358`)
|
||||
- Added new pipeline filters, :class:`~zipline.pipeline.filters.All` and
|
||||
:class:`~zipline.pipeline.filters.Any`, which takes another filter and
|
||||
returns True if an asset produced a True for any/all days in the previous
|
||||
``window_length`` days (:issue:`1358`).
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user