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
/
predicates.py
Age
Commit message (
Expand
)
Author
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
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-08-29
Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.
Sergey Fedoseev
2015-12-22
Fixed #25950 -- Added support for GEOSisClosed.
Sergey Fedoseev
2015-11-20
Fixed #25722 -- Added the GEOSGeometry.covers() method.
Sergey Fedoseev
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2010-01-12
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...
Justin Bronn
2009-03-24
Refactored the GEOS interface. Improvements include:
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn