<br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 2:13 PM, David Goldsmith <span dir="ltr"><<a href="mailto:d.l.goldsmith@gmail.com">d.l.goldsmith@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
So, to get the new numpy.polynomial "sub-package," one has to update to 1.4 (or is there a 1.3.x that has it)?  Thanks!<br><font color="#888888"><br></font></blockquote><div><br>Yes.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888">DG<br></font><br>PS: my pressing need (another stupid question, at least coming from me): chebyshev.chebdomain = [0,1] or [-1,1]?  Thanks again!<br>
<br></blockquote><div> </div><div>chebyshev.chebdomain is the default chebyshev domain and is [-1,1]. Maybe it needs a bettter name? Note that it is integer; that isn't required, but it makes it compatible with other types like Decimal that don't mix with floats. Another possibility is to make it a function so I can document it, at present it is an ndarray. For normal work you should use the chebyshev.Chebyshev class.<br>
<br>Let me know what particular problem you are looking at as it will be useful to start putting some examples together. And I want to see what needs improvement.<br><br>Chuck<br></div></div>