mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
DOC: update whatsnew.
This commit is contained in:
@@ -16,8 +16,22 @@ None
|
||||
|
||||
Enhancements
|
||||
~~~~~~~~~~~~
|
||||
* Added new datasets
|
||||
:class:`~zipline.pipeline.data.buyback_auth.CashBuybackAuthorizations`
|
||||
and :class:`~zipline.pipeline.data.buyback_auth.ShareBuybackAuthorizations`
|
||||
for use in the Pipeline API. These datasets provide an abstract interface for
|
||||
adding cash and share buyback authorizations data, respectively, to a new
|
||||
algorithm. pandas-based reference implementations for these datasets can be found in
|
||||
:mod:`zipline.pipeline.loaders.buyback_auth`, and experimental blaze-based
|
||||
implementations can be found in
|
||||
:mod:`zipline.pipeline.loaders.blaze.buyback_auth`. (:issue:`1022`).
|
||||
|
||||
* Added new built-in factors,
|
||||
:class:`zipline.pipeline.factors.BusinessDaysSinceCashBuybackAuth` and
|
||||
:class:`zipline.pipeline.factors.BusinessDaysSinceShareBuybackAuth`. These
|
||||
factors use the new ``CashBuybackAuthorizations`` and
|
||||
``ShareBuybackAuthorizations`` datasets, respectively. (:issue:`1022`).
|
||||
|
||||
None
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user