summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geos_tests/test_geos.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-0/+1
* Fixed #34234 -- Dropped support for PROJ 4.Leo2023-01-131-2/+2
* Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.Mariusz Felisiak2022-07-011-2/+4
* Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana2022-05-161-5/+11
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-182/+278
* Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering2022-01-071-0/+7
* Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz2021-09-271-0/+19
* Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-071-12/+12
* Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-231-1/+3
* Fixed #30678 -- Added support for GDAL 3.Claude Paroz2020-05-121-2/+2
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-12/+12
* Fixed #30274 -- Prevented segmentation fault on LineString iteration.Sergey Fedoseev2020-01-211-0/+9
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-7/+7
* Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev2019-10-251-1/+27
* Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.Claude Paroz2019-07-271-0/+12
* Dropped support for GEOS 3.4.Tim Graham2019-02-091-8/+0
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-281-2/+2
* Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev2018-09-171-1/+1
* Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev2018-07-091-1/+2
* Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov2018-02-101-9/+45
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-2/+1
* Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...Mariusz Felisiak2018-01-271-0/+16
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev2017-11-231-3/+3
* Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev2017-09-111-0/+3
* Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham2017-08-021-16/+12
* Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...Sergey Fedoseev2017-07-261-0/+19
* Added test for LineString.__iter__().Sergey Fedoseev2017-07-121-0/+3
* Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand2017-06-131-3/+7
* Removed obsolete HAS_GEOS variable for test skipping.Tim Graham2017-05-041-5/+4
* Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham2017-05-041-9/+0
* Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.Sergey Fedoseev2017-04-011-1/+15
* Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.Sergey Fedoseev2017-03-301-0/+8
* Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeo...Sergey Fedoseev2017-03-291-0/+10
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-2/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-10/+5
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-7/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.Tim Graham2017-01-171-8/+1
* Refs #25665 -- Removed deprecated getter/setter of Point.tuple.Tim Graham2017-01-171-8/+0
* Refs #25665 -- Removed deprecated getters/setters of Point coordinate propert...Tim Graham2017-01-171-10/+0
* Refs #25665 -- Removed GEOSGeometry.get/set_srid() per deprecation timeline.Tim Graham2017-01-171-8/+0
* Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev2016-12-151-47/+0
* Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.Sergey Fedoseev2016-12-081-0/+4
* Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.Sergey Fedoseev2016-12-081-0/+4
* Fixed #27557 -- Casted GEOSGeometry only when necessaryClaude Paroz2016-11-301-0/+19