django1/django/contrib/gis/geos
Moritz Duchêne ba9de2e74e Updated GEOS/GDAL links in docs and comments. 2022-01-19 19:06:12 +01:00
..
prototypes Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64. 2021-12-21 13:00:09 +01:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end. 2017-08-02 09:30:30 -04:00
base.py Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. 2016-12-15 16:59:08 -05:00
collections.py Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64. 2021-12-21 13:00:09 +01:00
coordseq.py Removed unneeded int() call in GEOSCoordSeq.__len__(). 2020-01-22 14:25:32 +05:00
error.py Fixed #25225 -- Simplified code to remove GEOSIndexError 2015-08-18 19:10:47 -04:00
factory.py Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
geometry.py Fixed #33136 -- Added GEOSGeometry.make_valid() method. 2021-09-27 09:58:28 +02:00
io.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
libgeos.py Updated GEOS/GDAL links in docs and comments. 2022-01-19 19:06:12 +01:00
linestring.py Fixed #30274 -- Prevented segmentation fault on LineString iteration. 2020-01-21 21:46:47 +01:00
mutable_list.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
point.py Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point. 2019-07-27 20:12:46 +02:00
polygon.py Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64. 2021-12-21 13:00:09 +01:00
prepared.py Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. 2016-12-15 16:59:08 -05:00