Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-07-10 Thread Robert McGibbon
This is an awesome resource for tons of projects. Thanks Olivier! -Robert On Wed, Jul 9, 2014 at 7:00 AM, Olivier Grisel wrote: > Feodor updated the AppVeyor nodes to have the Windows SDK matching > MSVC 2008 Express for Python 2. I have updated my sample scripts and > we now have a working e

[Numpy-discussion] numpy.partition and the ICC compiler

2014-07-10 Thread Julian Taylor
hi, there seems to be some issue with the newish selection code when compiling numpy with the ICC compiler. See this issue: https://github.com/numpy/numpy/issues/4836 I cannot reproduce the problem even when compiling with ICC myself. I have also tried valgrind and GCC's undefined behavior sanitiz

Re: [Numpy-discussion] Number of elements in a intersection graph

2014-07-10 Thread Ted Sandler
Use NetworkX + breadth first search and you are done. On Wed, Jul 9, 2014 at 12:31 PM, Robert Kern wrote: > On Wed, Jul 9, 2014 at 1:29 AM, Josè Luis Mietta > wrote: > > Hi experts!! > > > > I am studying the intersection between line segments (sticks). I have an > > Numpy array (M) correspon