mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:20:55 +08:00
DOC: Use absolute paths.
This commit is contained in:
@@ -23,10 +23,10 @@ Enhancements
|
||||
passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
|
||||
``create_event_context`` (:issue:`828`).
|
||||
|
||||
.. py:currentmodule:: zipline.pipeline.factors
|
||||
|
||||
* Added :meth:`~Factor.isnan`, :meth:`~Factor.notnan` and
|
||||
:meth:`~Factor.isfinite` methods to :class:`Factor` (:issue:`861`).
|
||||
* Added :meth:`~zipline.pipeline.factors.Factor.isnan`,
|
||||
:meth:`~zipline.pipeline.factors.Factor.notnan` and
|
||||
:meth:`~zipline.pipeline.factors.Factor.isfinite` methods to
|
||||
:class:`zipline.pipeline.factors.Factor` (:issue:`861`).
|
||||
|
||||
Experimental Features
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
@@ -47,12 +47,11 @@ Bug Fixes
|
||||
Performance
|
||||
~~~~~~~~~~~
|
||||
|
||||
.. py:currentmodule:: zipline.assets.assets
|
||||
|
||||
* Speeds up :meth:`AssetFinder.lookup_symbol` by adding an extension,
|
||||
:class:`AssetFinderCachedEquities`, that loads equities into dictionaries and
|
||||
then directs :meth:`AssetFinder.lookup_symbol` to these dictionaries to find
|
||||
matching equities (:issue:`830`).
|
||||
* Speeds up :meth:`~zipline.assets.assets.AssetFinder.lookup_symbol` by adding
|
||||
an extension, :class:`~zipline.assets.assets.AssetFinderCachedEquities`, that
|
||||
loads equities into dictionaries and then directs
|
||||
:meth:`~zipline.assets.assets.AssetFinder.lookup_symbol` to these dictionaries
|
||||
to find matching equities (:issue:`830`).
|
||||
|
||||
Maintenance and Refactorings
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user