aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pygeos
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-03-031-2/+2
| | | | Notes: svn path=/head/; revision=567176
* Update to 0.9Sunpoet Po-Chuan Hsieh2021-01-302-5/+5
| | | | | | | Changes: https://github.com/pygeos/pygeos/releases Notes: svn path=/head/; revision=563334
* Clean up r557900Sunpoet Po-Chuan Hsieh2020-12-131-6/+0
| | | | Notes: svn path=/head/; revision=557990
* Add py-pygeos 0.8Sunpoet Po-Chuan Hsieh2020-12-133-0/+44
PyGEOS is a C/Python library with vectorized geometry functions. The geometry operations are done in the open-source geometry library GEOS. PyGEOS wraps these operations in NumPy ufuncs providing a performance improvement when operating on arrays of geometries. A universal function (or ufunc for short) is a function that operates on n-dimensional arrays in an element-by-element fashion, supporting array broadcasting. The for-loops that are involved are fully implemented in C diminishing the overhead of the Python interpreter. WWW: https://github.com/pygeos/pygeos Notes: svn path=/head/; revision=557900