[Numpy-discussion] C99 compatible complex number tests fail

2013-12-22 Thread Matti Picus
Hi. I started to port the stdlib cmath C99 compatible complex number tests to numpy, after noticing that numpy seems to have different complex number routines than cmath. The work is available on a "retest_complex" branch of numpy https://github.com/mattip/numpy/tree/retest_complex The tests can

Re: [Numpy-discussion] Segmentation fault with pickled numpy float64 arrays since 1.8

2013-12-22 Thread Jonathan Rocher
I am not observing this with Canopy on MacOS 10.8.5 (64bit). I have numpy 1.8.0 and cPickle 1.71. My guess is that it is a problem with your setup. To figure out what is going on, I would have more questions for you so please email me privately a good email address to reach you at. Best, Jonathan