[Numpy-discussion] NumPy 1.17.1

2019-08-19 Thread Charles R Harris
Hi All, I'm planning on releasing NumPy 1.17.1 this weekend. If there are fixes that you think need to be included that are not currently marked for backport, please let me know. Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https:

[Numpy-discussion] NumPy Community Meeting Wednesday, Aug. 21

2019-08-19 Thread Sebastian Berg
Hi all, There will be a NumPy Community meeting Wednesday August 21 at 11 am Pacific Time. Everyone is invited to join in and edit the work-in- progress meeting topics and notes: https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both Best wishes Sebastian signature.asc Description: This is a digitally

Re: [Numpy-discussion] Releasing the GIL in ufuncs dealing with object arrays

2019-08-19 Thread Sebastian Berg
Hi Joris, On Mon, 2019-08-19 at 17:35 +0200, Joris Van den Bossche wrote: > Hi all, > > PyGEOS (https://github.com/caspervdw/pygeos) is an experimental > package implementing a set of numpy ufuncs to provide vectorized > geometry functionality (wrapping the C++ GEOS library). > > The way it does

[Numpy-discussion] Releasing the GIL in ufuncs dealing with object arrays

2019-08-19 Thread Joris Van den Bossche
Hi all, PyGEOS (https://github.com/caspervdw/pygeos) is an experimental package implementing a set of numpy ufuncs to provide vectorized geometry functionality (wrapping the C++ GEOS library). The way it does this is by implementing a Python extension type (pygeos.Geometry) that wraps an actual G