llllllllll
|
8f661387df
|
ENH: allows any iterator to be the return of load_adjusted_arrays
|
2015-10-19 16:35:02 -04:00 |
|
Richard Frank
|
ee26a21855
|
MAINT: Renamed loader_dispatch to get_loader
Now it raises a KeyError instead of returning None,
if loader not found.
|
2015-10-12 16:13:55 -04:00 |
|
Richard Frank
|
99de89c817
|
PERF: Don't recalc similar atomic terms
|
2015-10-12 16:13:55 -04:00 |
|
Richard Frank
|
2dabda6b76
|
MAINT: Reworked Term atomicity
|
2015-10-12 16:11:19 -04:00 |
|
Richard Frank
|
7bd6b69a89
|
MAINT: Group by loader and extra_rows
so that the mask and dates are the same for all the columns
the loader is loading at a time.
|
2015-10-12 10:48:29 -04:00 |
|
Richard Frank
|
83bd1310d9
|
PERF: Using pipeline_loader_dispatch to group by loader
instead of dataset
|
2015-10-12 10:48:29 -04:00 |
|
Richard Frank
|
e880fa3e34
|
PERF: Batch load atomic terms by dataset
Added CompositeTerm and now we dispatch more generally on atomic
|
2015-10-12 10:48:28 -04:00 |
|
Scott Sanderson
|
2d683961bd
|
MAINT: More renaming.
s/FFCEngine/PipelineEngine/
s/FFCLoader/PipelineLoader/
|
2015-10-01 18:03:54 -04:00 |
|
Scott Sanderson
|
f82a01841b
|
MAINT: Rename ALL the things.
zipline.modelling.* -> zipline.pipeline.*
zipline.data.ffc.loaders -> zipline.pipeline.loaders
tests/modelling -> tests/pipeline
|
2015-10-01 18:03:53 -04:00 |
|