From 5b30b41ec5e6c29b9146f8f70342b73eba5e3d3d Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Thu, 10 Feb 2022 13:20:18 +0100 Subject: [PATCH] Release 0.8.0 --- CHANGELOG.md | 2 +- workers/ohsome_quality_analyst/__init__.py | 2 +- workers/pyproject.toml | 2 +- .../vcr_cassettes/test_api_indicator.json | 2 +- .../test_api_indicator_geojson_io.json | 14 +++++----- .../vcr_cassettes/test_api_report.json | 2 +- .../test_api_report_geojson_io.json | 28 +++++++++---------- .../fixtures/vcr_cassettes/test_cli.json | 2 +- .../vcr_cassettes/test_cli_geojson_io.json | 12 ++++---- .../vcr_cassettes/test_geodatabase.json | 2 +- .../test_indicator_currentness.json | 14 +++++----- ...ndicator_ghs_pop_comparison_buildings.json | 2 +- ...st_indicator_ghs_pop_comparison_roads.json | 2 +- .../test_indicator_mapping_saturation.json | 14 +++++----- .../test_indicator_poi_density.json | 2 +- .../test_indicator_tags_ratio.json | 4 +-- .../fixtures/vcr_cassettes/test_oqt.json | 6 ++-- 17 files changed, 56 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9fbc825..b7d53dda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current Main +## 0.8.0 ### Breaking Changes diff --git a/workers/ohsome_quality_analyst/__init__.py b/workers/ohsome_quality_analyst/__init__.py index b46bdb8ba..f9efa9186 100644 --- a/workers/ohsome_quality_analyst/__init__.py +++ b/workers/ohsome_quality_analyst/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" __title__ = "ohsome quality analyst" __description__ = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data." __author__ = "ohsome team" diff --git a/workers/pyproject.toml b/workers/pyproject.toml index fc6c39097..571023f47 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome_quality_analyst" -version = "0.7.0" +version = "0.8.0" description = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data." authors = ["ohsome team "] homepage = "https://oqt.ohsome.org" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.json index 33f57ec31..d93c00f1b 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2529" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.json index 49b188fff..8c3f2efb0 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -184,7 +184,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1350" @@ -266,7 +266,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1438" @@ -348,7 +348,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -430,7 +430,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1350" @@ -512,7 +512,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1438" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.json index 47c18d5d2..0b1cfc1d4 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2554" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.json index 9621f432e..c72faf852 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "452" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -184,7 +184,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "452" @@ -266,7 +266,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -348,7 +348,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1375" @@ -430,7 +430,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1350" @@ -512,7 +512,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1463" @@ -594,7 +594,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1438" @@ -676,7 +676,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "452" @@ -758,7 +758,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -840,7 +840,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1375" @@ -922,7 +922,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1350" @@ -1004,7 +1004,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1463" @@ -1086,7 +1086,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1438" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli.json index aea583e80..d20651fe1 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2529" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.json index 4d173b383..d89f44211 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1350" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1438" @@ -184,7 +184,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "427" @@ -266,7 +266,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1375" @@ -348,7 +348,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1463" @@ -430,7 +430,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "452" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.json index 11ec6c794..dcd95d976 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2529" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.json index 3b885c43d..aa32fda15 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ] } }, @@ -96,7 +96,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2613" @@ -178,7 +178,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2648" @@ -260,7 +260,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2642" @@ -342,7 +342,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "452" @@ -424,7 +424,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "487" @@ -506,7 +506,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "481" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.json index 7b8573e5a..74a8dfaac 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2529" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.json index dd1ff9ee9..e47cb5546 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2613" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.json index 5dae2581e..a73654914 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2638" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "465" @@ -184,7 +184,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2554" @@ -266,7 +266,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1788" @@ -348,7 +348,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1375" @@ -430,7 +430,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "1463" @@ -512,7 +512,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "536" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.json index 9bb064f53..6e37d166b 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "731" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.json index 7b90ee42c..9d5643b72 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2906" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "817" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.json b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.json index 4ef4e4346..d5a751f4d 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.json +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.json @@ -20,7 +20,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2613" @@ -102,7 +102,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2529" @@ -184,7 +184,7 @@ "keep-alive" ], "user-agent": [ - "ohsome-quality-analyst/0.7.0" + "ohsome-quality-analyst/0.8.0" ], "content-length": [ "2554"