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
/
tests
/
gis_tests
/
geos_tests
Age
Commit message (
Expand
)
Author
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-17
Fixed #29761 -- Confirmed support for PROJ 5.x.
Sergey Fedoseev
2018-07-09
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
Sergey Fedoseev
2018-02-10
Fixed #28960 -- Added GEOSGeometry.buffer_with_style().
Stanislav Karpov
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2018-01-27
Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...
Mariusz Felisiak
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-09-11
Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...
Sergey Fedoseev
2017-09-03
Refs #25225 -- Removed test for removed ListMixin._IndexError.
Nick Pope
2017-08-02
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
Tim Graham
2017-07-26
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...
Sergey Fedoseev
2017-07-13
Added test for GEOSCoordSeq.__getitem__().
Sergey Fedoseev
2017-07-12
Added test for LineString.__iter__().
Sergey Fedoseev
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-05-04
Removed obsolete HAS_GEOS variable for test skipping.
Tim Graham
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
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-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
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-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.
Tim Graham
2017-01-17
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
Tim Graham
2017-01-17
Refs #25665 -- Removed deprecated getters/setters of Point coordinate propert...
Tim Graham
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 GEOSGeometry('POINT EMPTY').ogr crash.
Sergey Fedoseev
2016-12-06
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
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-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
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-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-13
Refs #26333 -- Reverted inadvertent edits to fix tests.
Tim Graham
2016-05-13
Fixed #26333 -- Made GIS Geometry classes deconstructible.
Nicolas NoƩ
2016-04-17
Fixed #25951 -- Trimmed default representation of GEOSGeometry
Claude Paroz
2016-04-16
Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Claude Paroz
2016-04-16
Converted property syntax of WKBWriter
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
[next]