Merge pull request #1276 from quantopian/blaze-loader-checkpoints

ENH: add ffill checkpointing to blaze core loader
This commit is contained in:
Joe Jevnik
2016-06-21 16:48:08 -04:00
committed by GitHub
5 changed files with 701 additions and 147 deletions
+23
View File
@@ -0,0 +1,23 @@
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`).
Bug Fixes
~~~~~~~~~
None
Documentation
~~~~~~~~~~~~~
None