Bug#412703: [Deb-scipy-devel] Bug#412703: Masked Array's filled()
value doesn't return a numpy array
Enrico Zini
enrico at debian.org
Tue Feb 27 16:00:51 CET 2007
On Tue, Feb 27, 2007 at 03:20:03PM +0000, Marco Presi wrote:
> I am not sure if I understood the problem.. I will take a look asap
> (tonight). If you are on IRC later, we can discuss about it.
After a bit of IRC chatting, it seems that MA isn't from numpy.
from numpy, I can get masked arrays with:
>>> import numpy.core.ma
>>> numpy.core.ma.array([1,2,3,4,5]).filled().ravel()
array([1, 2, 3, 4, 5])
MA.py seems to come from python-numeric-ext, which I'm now removing.
It'd be nice if I could get rid of python-numeric altogether and only
keep numpy, but it seems that python-numeric is there because a number
of other packages (python-gtk2, python-pygame, python-rpy) are depending
on it.
Still confusing, hopefully it'll go away soon.
Ciao,
Enrico
--
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <enrico at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/deb-scipy-devel/attachments/20070227/434ac057/attachment.pgp
More information about the Deb-scipy-devel
mailing list