Re: [Numpy-discussion] Numpy arrays shareable among related processes (PR #7533)

2016-05-12 Thread Niki Spahiev
On 12.05.2016 02:02, Sturla Molden wrote: Feng Yu wrote: 1. If we are talking about shared memory and copy-on-write inheritance, then we are using 'fork'. Not available on Windows. On Unix it only allows one-way communication, from parent to child. Apparently next

Re: [Numpy-discussion] Creating parallel curves

2012-02-13 Thread Niki Spahiev
You can get polygon buffer from http://angusj.com/delphi/clipper.php and make cython interface to it. HTH Niki ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] NURBS to arc

2008-10-10 Thread Niki Spahiev
Hello, can i use numpy for handling NURBS splines? Especially i like to make arc approximation of NURBS. thanks, Niki ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Initial Hg experiences on Windows

2008-01-09 Thread Niki Spahiev
David Cournapeau wrote: I think that at least wrt windows support, bzr is today better than hg, if only for the fact that some bzr developers are primely windows developers, with the windows culture. bzr GUI - olive works great on windows Niki Spahiev