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