You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially done. Bindings to import variables aren't changed yet, but the zipline package has been renamed AlephNull. (this means you'll still have a few "import alephnull.utils.math as zp_math" floating around)
We need to eliminate future confusion and safely go through renaming all zipline files.
I would like an import convention similar to numpy or pandas ie.
some permutation of
import alephnull as a0
import anaught as an
whatever best complies with PEP, and doesn't interfere with builtins.
The text was updated successfully, but these errors were encountered: