Skip to content

Commit

Permalink
Merge 0b6e913 into fb248ef
Browse files Browse the repository at this point in the history
  • Loading branch information
llllllllll committed Jul 8, 2017
2 parents fb248ef + 0b6e913 commit 0e09b6d
Show file tree
Hide file tree
Showing 12 changed files with 2,323 additions and 684 deletions.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -115,6 +115,11 @@ def window_specialization(typename):
'zipline.data._resample',
['zipline/data/_resample.pyx']
),
Extension(
'zipline.pipeline.loaders.blaze._core',
['zipline/pipeline/loaders/blaze/_core.pyx'],
depends=['zipline/lib/adjustment.pxd'],
),
]


Expand Down
534 changes: 247 additions & 287 deletions tests/pipeline/test_blaze.py

Large diffs are not rendered by default.

0 comments on commit 0e09b6d

Please sign in to comment.