[SciPy-Dev] request for testing: SciPy 0.7.2 RC1 + NumPy 1.4.1 RC1
Alan G Isaac
aisaac@american....
Tue Apr 6 07:34:52 CDT 2010
On 4/6/2010 12:10 AM, josef.pktd@gmail.com wrote:
> I think "from scipy import stats" or "from scipy import vonmises" (in
> a fresh interpreter session) should show whether the cython problem is
> solved.
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy import stats
C:\Python26\lib\site-packages\scipy\stats\distributions.py:27: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility
import vonmises_cython
C:\Python26\lib\site-packages\scipy\stats\distributions.py:27: RuntimeWarning: numpy.flatiter size changed, may indicate binary incompatibility
import vonmises_cython
>>>
hth,
Alan
More information about the SciPy-Dev
mailing list