***[Possible UCE]*** Re: [Numpy-discussion] Is there a known problem compiling numpy with VC7? Success

Travis Oliphant oliphant.travis at ieee.org
Tue Feb 7 16:52:04 EST 2006


Tim Hochberg wrote:

>
> OK, I finally got it to pass all of the tests. The final two pieces of 
> the puzzle were using _isnan and _finite and then realizing the 
> _finite was not in fact the opposite of isinf.

Thanks for finding this.

I've updated the ufuncobject.h file with definitions for isinf, 
isfinite, and isnan.  Presumably this should allow the SVN version of 
numpy to build.  

Let me know what happens.

-Travis






More information about the NumPy-Discussion mailing list