Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread David Warde-Farley
On 2010-08-18, at 12:36 PM, Charles R Harris wrote: > In general it is a good idea to keep the specific bits out of classes since > designing *the* universal class is hard and anyone who wants to just borrow a > bit of code will end up cursing the SOB who buried the good stuff in a class, > cre

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread josef . pktd
On Wed, Aug 18, 2010 at 1:27 PM, wrote: > On Wed, Aug 18, 2010 at 12:36 PM, Charles R Harris > wrote: >> >> >> On Wed, Aug 18, 2010 at 10:02 AM, Bruce Southey wrote: >>> >>> On 08/17/2010 04:34 PM, Charles R Harris wrote: >>> >>> On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey wrote:

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread Charles R Harris
On Wed, Aug 18, 2010 at 11:27 AM, wrote: > On Wed, Aug 18, 2010 at 12:36 PM, Charles R Harris > wrote: > > > > > > On Wed, Aug 18, 2010 at 10:02 AM, Bruce Southey > wrote: > >> > >> On 08/17/2010 04:34 PM, Charles R Harris wrote: > >> > >> On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey > wrote

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread josef . pktd
On Wed, Aug 18, 2010 at 12:36 PM, Charles R Harris wrote: > > > On Wed, Aug 18, 2010 at 10:02 AM, Bruce Southey wrote: >> >> On 08/17/2010 04:34 PM, Charles R Harris wrote: >> >> On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey wrote: >>> >>>  On 08/16/2010 10:00 PM, Charles R Harris wrote: >>> >

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread Charles R Harris
On Wed, Aug 18, 2010 at 10:02 AM, Bruce Southey wrote: > On 08/17/2010 04:34 PM, Charles R Harris wrote: > > > > On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey wrote: > >> On 08/16/2010 10:00 PM, Charles R Harris wrote: >> > Hi All, >> > >> > I just added support for Legendre polynomials to n

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-18 Thread Bruce Southey
On 08/17/2010 04:34 PM, Charles R Harris wrote: On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey > wrote: On 08/16/2010 10:00 PM, Charles R Harris wrote: > Hi All, > > I just added support for Legendre polynomials to numpy and I think the > n

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-17 Thread Charles R Harris
On Tue, Aug 17, 2010 at 2:43 PM, Bruce Southey wrote: > On 08/16/2010 10:00 PM, Charles R Harris wrote: > > Hi All, > > > > I just added support for Legendre polynomials to numpy and I think the > > numpy.polynomial name space is getting a bit crowded. Since most of > > the current functions in

Re: [Numpy-discussion] Seeking advice on crowded namespace.

2010-08-17 Thread Bruce Southey
On 08/16/2010 10:00 PM, Charles R Harris wrote: > Hi All, > > I just added support for Legendre polynomials to numpy and I think the > numpy.polynomial name space is getting a bit crowded. Since most of > the current functions in that namespace are just used to implement the > Polynomial, Cheb

[Numpy-discussion] Seeking advice on crowded namespace.

2010-08-16 Thread Charles R Harris
Hi All, I just added support for Legendre polynomials to numpy and I think the numpy.polynomial name space is getting a bit crowded. Since most of the current functions in that namespace are just used to implement the Polynomial, Chebyshev, and Legendre classes I'm thinking of only importing those