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