Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change filenames and namespaces #8

Open
blogle opened this issue Aug 28, 2013 · 1 comment
Open

Change filenames and namespaces #8

blogle opened this issue Aug 28, 2013 · 1 comment

Comments

@blogle
Copy link
Contributor

blogle commented Aug 28, 2013

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.

@erikness
Copy link
Member

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)

See 14f115e for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants