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
/
prototypes
Age
Commit message (
Expand
)
Author
2026-02-10
Fixed #36854 -- Updated GEOS init and finish bindings.
David Smith
2026-02-09
Refs #36036 -- Added m dimension to GEOSCoordSeq.
David Smith
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
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
2022-09-24
Fixed #34026 -- Fixed WKBReader.read() crash on string input.
select-case
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-01-21
Removed unused GEOSFuncFactory subclasses.
Sergey Fedoseev
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2018-11-16
Fixed #29959 -- Cached GEOS version in WKBWriter class.
Claude Paroz
2018-05-31
Fixed #29460 -- Added support for GEOS 3.6.
Tim Graham
2018-02-10
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
Stanislav Karpov
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-09
Fixed #25961 -- Removed handling of non-thread safe GEOS functions.
Sergey Fedoseev
2017-09-08
Simplified GEOSFuncFactory.
Sergey Fedoseev
2017-08-29
Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.
Sergey Fedoseev
2017-06-29
Removed unused prototypes for deprecated GEOS functions.
Sergey Fedoseev
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
Tim Graham
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-12-06
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
Sergey Fedoseev
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-16
Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Claude Paroz
2016-04-16
Set WKTWriter trim/precision only when changed
Claude Paroz
2016-04-16
Converted property syntax of WKBWriter
Claude Paroz
2016-01-07
Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.
Tim Graham
2015-12-23
Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.
Sergey Fedoseev
2015-12-22
Fixed #25950 -- Added support for GEOSisClosed.
Sergey Fedoseev
2015-12-18
Fixed #25869 -- Added trim and precision properties to WKTWriter.
Sergey Fedoseev
2015-12-14
Fixed #25662 -- Allowed creation of empty GEOS geometries.
Sergey Fedoseev
2015-12-08
Fixed #25657 -- Ignored exceptions when destroying geometry objects
Claude Paroz
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-20
Fixed #25722 -- Added the GEOSGeometry.covers() method.
Sergey Fedoseev
2015-11-18
Fixed #25654 -- Added the GEOSGeometry.unary_union property.
Sergey Fedoseev
2015-11-02
Fixed #25664 -- Fixed `dims` for `Point`
Sergey Fedoseev
2015-11-01
Fixed #25655 -- Dropped support for GEOS < 3.3
Sergey Fedoseev
[next]