[SciPy-dev] Re: [SciPy-user] scipy.cluster -> cluster
eric jones
eric at enthought.com
Tue Mar 11 13:04:28 CST 2003
I just re-enabled cluster and checked it with numpy22 and python 2.2 on
windows and RH 7.2. It built fine. It failed a few tests (using
doctest.testmod(scipy.cluster.vq), but the failures were output format
changes in arrays. The actual values all looked OK.
Should I check in the change?
In the past, I think there were issues because cluster is a C++ module,
but I don't remember what they were. It may have been that it was
linked with gcc which didn't include the correct libraries on some
platforms.???
eric
----------------------------------------------
eric jones 515 Congress Ave
www.enthought.com Suite 1614
512 536-1057 Austin, Tx 78701
> -----Original Message-----
> From: scipy-dev-admin at scipy.net [mailto:scipy-dev-admin at scipy.net] On
> Behalf Of Pearu Peterson
> Sent: Tuesday, March 11, 2003 6:24 AM
> To: scipy-dev at scipy.net
> Subject: [SciPy-dev] Re: [SciPy-user] scipy.cluster -> cluster
>
>
> Travis O.,
>
> What was the reason that you disabled cluster module in
scipy/setup.py?
> Can we turn it on again?
>
> Thanks,
> Pearu
>
> On Tue, 11 Mar 2003, Kasper Souren wrote:
>
> > Hi,
> >
> > I was having some troubles with the cluster module. I am using the
cvs
> > version. To install it I needed to run the setup.py in Lib/cluster.
> > And then my from scipy.cluster import vq obviously doesn't work
anymore.
> >
> > Now it's running fine again here, but I guess other people might
face
> this
> > problem as well...
>
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
More information about the Scipy-dev
mailing list