[Numpy-discussion] Access to C/C++, typemaps, pyrex...
John Hunter
jdhunter at ace.bsd.uchicago.edu
Mon Mar 13 09:53:04 CST 2006
>>>>> "Travis" == Travis Oliphant <oliphant.travis at ieee.org> writes:
Travis> I made enough changes to the numpy tree that I wanted to
Travis> wait a day or two to let obvious bugs I may have created
Travis> rise to the surface before making another release. I'll
Travis> test matplotlib today and if that goes well and I don't
Travis> hear any other complaints, I'll make a release.
Just a reminder to those who frequently update their numpy and
matplotlib from src. I had a segfault today when importing
matplotlib/pylab with numpy, and this was fixed simply by
> cd matplotlib_src
> sudo rm -rf build
> sudo python setup.py install
So if you experience problems, try a clean rebuild.
JDH
More information about the Numpy-discussion
mailing list