Files
catalyst/docs/source/whatsnew/1.0.2.txt
T

33 lines
882 B
Plaintext

Release 1.0.2
-------------
:Release: 1.0.2
:Date: TBD
Enhancements
~~~~~~~~~~~~
- Adds forward fill checkpoint tables for the blaze core loader. This allow the
loader to more efficiently forward fill the data by capping the lower date it
must search for when querying data. The checkpoints should have novel deltas
applied (:issue:`1276`).
- Updated VagrantFile to include all dev requirements and use a newer image
(:issue:`1310`).
- Allow correlations and regressions to be computed between two 2D factors by
doing computations asset-wise (:issue:`1307`).
Bug Fixes
~~~~~~~~~
- Changes :class:`~zipline.pipeline.factors.AverageDollarVolume` built-in
factor to treat missing close or volume values as 0. Previously, NaNs were
simply discarded before averaging, giving the remaining values too much
weight (:issue:`1309`).
Documentation
~~~~~~~~~~~~~
None