Hi All,

I would like some advise on the best way to add the new functions. I've
added a new package polynomial, and that package contains four new modules:
chebyshev, polynomial, polytemplate, polyutils. The question is whether or
not to include all of the functions in these packages in the __init__.py, or
to just import the modules. It is a namespace question, i.e., to get to the
chebyshev functions should one do

import numpy.polynomial.chebyshev

or just

import numpy.polynomial

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to