mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 11:25:31 +08:00
DOC: add whatsnew entry for exception changes
This commit is contained in:
@@ -87,6 +87,15 @@ Bug Fixes
|
||||
|
||||
* Fixed spurious warnings on first download of treasury data (:issue `922`).
|
||||
|
||||
* Corrected the error messages for :func:`~zipline.api.set_commission` and
|
||||
:func:`~zipline.api.set_slippage` when used outside of the ``initialize``
|
||||
function. These errors called the functions ``override_*`` instead of
|
||||
``set_*``. This also renamed the exception types raised from
|
||||
``OverrideSlippagePostInit`` and ``OverrideCommissionPostInit`` to
|
||||
:class:`~zipline.errors.SetSlippagePostInit` and
|
||||
:class:`~zipline.errors.SetCommissionPostInit` (:issue:`923`).
|
||||
|
||||
|
||||
Performance
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user