mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 17:47:56 +08:00
DOC: whatsnew entry
This commit is contained in:
@@ -12,7 +12,12 @@ None
|
||||
Enhancements
|
||||
~~~~~~~~~~~~
|
||||
|
||||
None
|
||||
* Adds a way for users to specify context manager to use when executing the
|
||||
scheduled functions (including ``handle_data``). This context manager will be
|
||||
passed the :class:`~zipline.protocol.BarData` object for the bar and will
|
||||
be used for the duration of all of the functions scheduled to run. This can be
|
||||
passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
|
||||
``create_event_context`` (:issue:`828`).
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user