.. |
prototypes
|
Fixed #29959 -- Cached GEOS version in WKBWriter class.
|
2018-11-16 14:45:21 -05: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
|
Dropped support for GEOS 3.4.
|
2019-02-09 08:40:55 -05:00 |
coordseq.py
|
Simplified GEOSCoordSeq._checkindex().
|
2017-07-13 12:46:59 -04: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
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05: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
|
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
|
2019-01-28 11:15:06 -05:00 |
linestring.py
|
Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.
|
2018-01-12 12:44:50 -05:00 |
mutable_list.py
|
Refs #28909 -- Simplifed code using unpacking generalizations.
|
2018-09-28 09:57:12 -04:00 |
point.py
|
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
|
2018-07-09 11:02:12 -04:00 |
polygon.py
|
Refs #28909 -- Simplifed code using unpacking generalizations.
|
2018-09-28 09:57:12 -04:00 |
prepared.py
|
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
|
2016-12-15 16:59:08 -05:00 |