[SciPy-user] timeseries import error

David Huard david.huard at gmail.com
Tue Jan 22 22:53:23 EST 2008


Hi Stefan,

everything looks fine, except for the __init__ file, where import
add_newdocs should be called before import ma. This is because ma docstrings
append elements to numpy docstrings that are defined in add_newdocs.

Thanks,

David


2008/1/18, Stefan van der Walt <stefan at sun.ac.za>:
>
> Hi David
>
> On Fri, Jan 18, 2008 at 12:09:02PM -0500, David Huard wrote:
> > The current timeseries depends on scipy.sandbox.maskedarray, but as you
> have
> > seen, it doesnt't work so well.
> > timeseries can be easily modified to depend on the ma module in the
> numpy
> > maskedarray branch, but since the branch dates from about two months,
> the
> > latest changes to numpy haven't  been merged and scipy is currently
> > imcompatible with the numpy's maskedarray branch. As a consequence,
> timeseries
> > (depending on scipy.io for instance) won't import.
>
> I have merged the latest numpy changes into the maskedarray branch.
> Please try it again, and report any problems.
>
> Thanks
> Stéfan
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080122/1d3e0d5c/attachment.html>


More information about the SciPy-User mailing list