Re: [Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-14 Thread Ralf Gommers
On Tue, Mar 15, 2011 at 5:41 AM, Charles R Harris wrote: > > > On Sun, Mar 13, 2011 at 5:01 AM, Ralf Gommers > wrote: >> >> On Sun, Mar 13, 2011 at 1:57 PM, David Warde-Farley >> wrote: >> > >> > On 2011-03-12, at 9:32 PM, Charles R Harris wrote: >> > >> >> I'd like to change the polynomial pack

Re: [Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-14 Thread Charles R Harris
On Sun, Mar 13, 2011 at 5:01 AM, Ralf Gommers wrote: > On Sun, Mar 13, 2011 at 1:57 PM, David Warde-Farley > wrote: > > > > On 2011-03-12, at 9:32 PM, Charles R Harris wrote: > > > >> I'd like to change the polynomial package to only import the Classes, > leaving the large number of implementatio

Re: [Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-13 Thread Ralf Gommers
On Sun, Mar 13, 2011 at 1:57 PM, David Warde-Farley wrote: > > On 2011-03-12, at 9:32 PM, Charles R Harris wrote: > >> I'd like to change the polynomial package to only import the Classes, >> leaving the large number of implementation functions to be imported directly >> from the different modul

Re: [Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-13 Thread Charles R Harris
On Sat, Mar 12, 2011 at 10:57 PM, David Warde-Farley < warde...@iro.umontreal.ca> wrote: > > On 2011-03-12, at 9:32 PM, Charles R Harris wrote: > > > I'd like to change the polynomial package to only import the Classes, > leaving the large number of implementation functions to be imported directly

Re: [Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-12 Thread David Warde-Farley
On 2011-03-12, at 9:32 PM, Charles R Harris wrote: > I'd like to change the polynomial package to only import the Classes, leaving > the large number of implementation functions to be imported directly from the > different modules if needed. I always regarded those functions as > implementatio

[Numpy-discussion] Not importing polynomial implementation functions by default

2011-03-12 Thread Charles R Harris
Hi All, I'd like to change the polynomial package to only import the Classes, leaving the large number of implementation functions to be imported directly from the different modules if needed. I always regarded those functions as implementation helpers and kept them separate from the class so that