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:
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
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
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