MAINT: Rename ALL the things.

zipline.modelling.* -> zipline.pipeline.*
zipline.data.ffc.loaders -> zipline.pipeline.loaders
tests/modelling -> tests/pipeline
This commit is contained in:
Scott Sanderson
2015-10-01 18:03:53 -04:00
parent 1d1092152c
commit f82a01841b
46 changed files with 130 additions and 422 deletions
+3 -3
View File
@@ -34,13 +34,13 @@ bottleneck==1.0.0
contextlib2==0.4.0
# Graph algorithms used by zipline.modelling
# Graph algorithms used by zipline.pipeline
networkx==1.9.1
# NumericalExpression modelling terms.
# NumericalExpression pipeline terms.
numexpr==2.4.3
# On disk storage format for modelling data.
# On disk storage format for pipeline data.
bcolz==0.10.0
# Command line interface helper