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