> As an example, it'd be nice to have scipy.ndimage available without the GIL:
> http://docs.scipy.org/doc/scipy/reference/ndimage.html
> 
> Now, this *can* easily be done as the core is written in C++. I'm just 
> pointing out that some people may wish more for calling scipy.ndimage 
> inside their prange than for some parts of NumPy.

Not exactly to your larger point wrt the GIL, but I *think* some skimage (née 
scikits.image) folks are trying to rewrite most of ndimage's functionality in 
cython. I don't know what the status of this effort is though...

Zach
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to