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