summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/geometry.py
AgeCommit message (Expand)Author
2025-08-08Fixed typo in django/contrib/gis/geos/geometry.py.Alec Kerrigan
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-21Improved consistency of GEOS error messages.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-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-13Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
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
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
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
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-01-27Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...Mariusz Felisiak
2017-09-12Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham
2017-09-11Fixed #28570 -- Dropped support for GEOS 3.3.x.Sergey Fedoseev
2017-09-05Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-07-26Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...Sergey Fedoseev
2017-04-05Fixed #28020 -- Made GEOSGeometry.json use OGRGeometry.json for better perfor...Sergey Fedoseev
2017-04-01Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.Sergey Fedoseev
2017-03-30Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.Sergey Fedoseev
2017-03-29Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeo...Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.Tim Graham
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev
2016-12-08Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.Sergey Fedoseev
2016-12-08Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.Sergey Fedoseev
2016-12-08Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.Sergey Fedoseev
2016-11-30Fixed #27557 -- Casted GEOSGeometry only when necessaryClaude Paroz
2016-11-30Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().Sergey Fedoseev
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-05-13Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas NoƩ
2016-04-17Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz