summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos
AgeCommit message (Expand)Author
2026-02-10Fixed #36854 -- Updated GEOS init and finish bindings.David Smith
2026-02-09Refs #36036 -- Added note about z argument in GEOSCoordSeq.__init__().David Smith
2026-02-09Refs #36036 -- Added m dimension to GEOSCoordSeq.David Smith
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-08-08Fixed typo in django/contrib/gis/geos/geometry.py.Alec Kerrigan
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-21Improved consistency of GEOS error messages.David Smith
2025-07-21Added message to TypeError exceptions in GEOS WKTReader and WKBReader.David Smith
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-03Refs #36036 -- Added support for GEOSHasM.Andrew Harris
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone
2023-08-04Fixed #34686 -- Added support for GEOS 3.12.Olivier Tabone
2023-07-11Removed redundant check from WKTWriter.__init__().Olivier Tabone
2023-06-29Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-10-31Avoided assignment followed by immediate return.Nick Pope
2022-10-13Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak
2022-09-24Fixed #34026 -- Fixed WKBReader.read() crash on string input.select-case
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-04Corrected example in Polygon docstring.Stefan Brand
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz DuchĂȘne
2021-12-21Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-05-13Renamed PROJ.4 to PROJ.Claude Paroz
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-01-22Removed unused **kwargs from GEOSFuncFactory.__call__().Sergey Fedoseev
2020-01-22Removed unused *args and **kwargs from GEOSFuncFactory.__init__().Sergey Fedoseev
2020-01-22Removed unneeded int() call in GEOSCoordSeq.__len__().Sergey Fedoseev
2020-01-21Removed unused GEOSFuncFactory subclasses.Sergey Fedoseev
2020-01-21Fixed #30274 -- Prevented segmentation fault on LineString iteration.Sergey Fedoseev
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2019-10-21Updated link to GEOS C API header.Sergey Fedoseev
2019-07-27Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.Claude Paroz
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2018-11-16Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-09-17Simplified ListMixin.sort().Sergey Fedoseev
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-06-09Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham