Re: [Numpy-discussion] polynomial package update

2012-01-03 Thread Charles R Harris
On Mon, Jan 2, 2012 at 10:46 PM, wrote: > On Mon, Jan 2, 2012 at 9:44 PM, Charles R Harris > wrote: > > Hi All, > > > > I've made a pull request for a rather large update of the polynomial > > package. The new features are > > > > 1) Bug fixes > > 2) Improved documentation in the numpy referenc

Re: [Numpy-discussion] polynomial package update

2012-01-02 Thread josef . pktd
On Mon, Jan 2, 2012 at 9:44 PM, Charles R Harris wrote: > Hi All, > > I've made a pull request for a  rather large update of the polynomial > package. The new features are > > 1) Bug fixes > 2) Improved documentation in the numpy reference > 3) Preliminary support for multi-dimensional coefficient

[Numpy-discussion] polynomial package update

2012-01-02 Thread Charles R Harris
Hi All, I've made a pull request for a rather large update of the polynomial package. The new features are 1) Bug fixes 2) Improved documentation in the numpy reference 3) Preliminary support for multi-dimensional coefficient arrays 4) Support for NA in the fitting routines 5) Improved testing a