Skip to content

Commit 5e11338

Browse files
release 0.12.0
1 parent c648b5f commit 5e11338

19 files changed

+69
-69
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## Current Main
4+
## 0.12.0
55

66
### Breaking Changes
77

workers/ohsome_quality_analyst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.0"
1+
__version__ = "0.12.0"
22
__title__ = "ohsome quality analyst"
33
__description__ = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data."
44
__author__ = "ohsome team"

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohsome_quality_analyst"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data."
55
authors = ["ohsome team <[email protected]>"]
66
homepage = "https://oqt.ohsome.org"

workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interactions:
1515
host:
1616
- api.ohsome.org
1717
user-agent:
18-
- ohsome-quality-analyst/0.11.0
18+
- ohsome-quality-analyst/0.12.0
1919
method: POST
2020
uri: https://api.ohsome.org/v1/elements/count
2121
response:
@@ -72,7 +72,7 @@ interactions:
7272
host:
7373
- api.ohsome.org
7474
user-agent:
75-
- ohsome-quality-analyst/0.11.0
75+
- ohsome-quality-analyst/0.12.0
7676
method: POST
7777
uri: https://api.ohsome.org/v1/elements/count
7878
response:

workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interactions:
1515
host:
1616
- api.ohsome.org
1717
user-agent:
18-
- ohsome-quality-analyst/0.11.0
18+
- ohsome-quality-analyst/0.12.0
1919
method: POST
2020
uri: https://api.ohsome.org/v1/elements/count
2121
response:
@@ -72,7 +72,7 @@ interactions:
7272
host:
7373
- api.ohsome.org
7474
user-agent:
75-
- ohsome-quality-analyst/0.11.0
75+
- ohsome-quality-analyst/0.12.0
7676
method: POST
7777
uri: https://api.ohsome.org/v1/contributions/latest/count
7878
response:
@@ -130,7 +130,7 @@ interactions:
130130
host:
131131
- api.ohsome.org
132132
user-agent:
133-
- ohsome-quality-analyst/0.11.0
133+
- ohsome-quality-analyst/0.12.0
134134
method: POST
135135
uri: https://api.ohsome.org/v1/elements/count
136136
response:
@@ -187,7 +187,7 @@ interactions:
187187
host:
188188
- api.ohsome.org
189189
user-agent:
190-
- ohsome-quality-analyst/0.11.0
190+
- ohsome-quality-analyst/0.12.0
191191
method: POST
192192
uri: https://api.ohsome.org/v1/elements/count
193193
response:
@@ -244,7 +244,7 @@ interactions:
244244
host:
245245
- api.ohsome.org
246246
user-agent:
247-
- ohsome-quality-analyst/0.11.0
247+
- ohsome-quality-analyst/0.12.0
248248
method: POST
249249
uri: https://api.ohsome.org/v1/elements/count
250250
response:
@@ -301,7 +301,7 @@ interactions:
301301
host:
302302
- api.ohsome.org
303303
user-agent:
304-
- ohsome-quality-analyst/0.11.0
304+
- ohsome-quality-analyst/0.12.0
305305
method: POST
306306
uri: https://api.ohsome.org/v1/elements/count
307307
response:

workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interactions:
1111
host:
1212
- api.ohsome.org
1313
user-agent:
14-
- ohsome-quality-analyst/0.11.0
14+
- ohsome-quality-analyst/0.12.0
1515
method: GET
1616
uri: https://api.ohsome.org/v1/metadata
1717
response:
@@ -72,7 +72,7 @@ interactions:
7272
host:
7373
- api.ohsome.org
7474
user-agent:
75-
- ohsome-quality-analyst/0.11.0
75+
- ohsome-quality-analyst/0.12.0
7676
method: POST
7777
uri: https://api.ohsome.org/v1/elements/count
7878
response:
@@ -303,7 +303,7 @@ interactions:
303303
host:
304304
- api.ohsome.org
305305
user-agent:
306-
- ohsome-quality-analyst/0.11.0
306+
- ohsome-quality-analyst/0.12.0
307307
method: POST
308308
uri: https://api.ohsome.org/v1/elements/count
309309
response:
@@ -360,7 +360,7 @@ interactions:
360360
host:
361361
- api.ohsome.org
362362
user-agent:
363-
- ohsome-quality-analyst/0.11.0
363+
- ohsome-quality-analyst/0.12.0
364364
method: POST
365365
uri: https://api.ohsome.org/v1/contributions/latest/count
366366
response:
@@ -439,7 +439,7 @@ interactions:
439439
host:
440440
- api.ohsome.org
441441
user-agent:
442-
- ohsome-quality-analyst/0.11.0
442+
- ohsome-quality-analyst/0.12.0
443443
method: POST
444444
uri: https://api.ohsome.org/v1/contributions/latest/count
445445
response:

workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interactions:
1111
host:
1212
- api.ohsome.org
1313
user-agent:
14-
- ohsome-quality-analyst/0.11.0
14+
- ohsome-quality-analyst/0.12.0
1515
method: GET
1616
uri: https://api.ohsome.org/v1/metadata
1717
response:
@@ -72,7 +72,7 @@ interactions:
7272
host:
7373
- api.ohsome.org
7474
user-agent:
75-
- ohsome-quality-analyst/0.11.0
75+
- ohsome-quality-analyst/0.12.0
7676
method: POST
7777
uri: https://api.ohsome.org/v1/elements/count
7878
response:
@@ -129,7 +129,7 @@ interactions:
129129
host:
130130
- api.ohsome.org
131131
user-agent:
132-
- ohsome-quality-analyst/0.11.0
132+
- ohsome-quality-analyst/0.12.0
133133
method: POST
134134
uri: https://api.ohsome.org/v1/elements/count
135135
response:
@@ -360,7 +360,7 @@ interactions:
360360
host:
361361
- api.ohsome.org
362362
user-agent:
363-
- ohsome-quality-analyst/0.11.0
363+
- ohsome-quality-analyst/0.12.0
364364
method: POST
365365
uri: https://api.ohsome.org/v1/contributions/latest/count
366366
response:
@@ -439,7 +439,7 @@ interactions:
439439
host:
440440
- api.ohsome.org
441441
user-agent:
442-
- ohsome-quality-analyst/0.11.0
442+
- ohsome-quality-analyst/0.12.0
443443
method: POST
444444
uri: https://api.ohsome.org/v1/contributions/latest/count
445445
response:
@@ -497,7 +497,7 @@ interactions:
497497
host:
498498
- api.ohsome.org
499499
user-agent:
500-
- ohsome-quality-analyst/0.11.0
500+
- ohsome-quality-analyst/0.12.0
501501
method: POST
502502
uri: https://api.ohsome.org/v1/elements/count
503503
response:
@@ -728,7 +728,7 @@ interactions:
728728
host:
729729
- api.ohsome.org
730730
user-agent:
731-
- ohsome-quality-analyst/0.11.0
731+
- ohsome-quality-analyst/0.12.0
732732
method: POST
733733
uri: https://api.ohsome.org/v1/elements/count
734734
response:
@@ -785,7 +785,7 @@ interactions:
785785
host:
786786
- api.ohsome.org
787787
user-agent:
788-
- ohsome-quality-analyst/0.11.0
788+
- ohsome-quality-analyst/0.12.0
789789
method: POST
790790
uri: https://api.ohsome.org/v1/contributions/latest/count
791791
response:
@@ -864,7 +864,7 @@ interactions:
864864
host:
865865
- api.ohsome.org
866866
user-agent:
867-
- ohsome-quality-analyst/0.11.0
867+
- ohsome-quality-analyst/0.12.0
868868
method: POST
869869
uri: https://api.ohsome.org/v1/contributions/latest/count
870870
response:
@@ -918,7 +918,7 @@ interactions:
918918
host:
919919
- api.ohsome.org
920920
user-agent:
921-
- ohsome-quality-analyst/0.11.0
921+
- ohsome-quality-analyst/0.12.0
922922
method: GET
923923
uri: https://api.ohsome.org/v1/metadata
924924
response:
@@ -979,7 +979,7 @@ interactions:
979979
host:
980980
- api.ohsome.org
981981
user-agent:
982-
- ohsome-quality-analyst/0.11.0
982+
- ohsome-quality-analyst/0.12.0
983983
method: POST
984984
uri: https://api.ohsome.org/v1/elements/count
985985
response:
@@ -1036,7 +1036,7 @@ interactions:
10361036
host:
10371037
- api.ohsome.org
10381038
user-agent:
1039-
- ohsome-quality-analyst/0.11.0
1039+
- ohsome-quality-analyst/0.12.0
10401040
method: POST
10411041
uri: https://api.ohsome.org/v1/elements/count
10421042
response:
@@ -1267,7 +1267,7 @@ interactions:
12671267
host:
12681268
- api.ohsome.org
12691269
user-agent:
1270-
- ohsome-quality-analyst/0.11.0
1270+
- ohsome-quality-analyst/0.12.0
12711271
method: POST
12721272
uri: https://api.ohsome.org/v1/contributions/latest/count
12731273
response:
@@ -1345,7 +1345,7 @@ interactions:
13451345
host:
13461346
- api.ohsome.org
13471347
user-agent:
1348-
- ohsome-quality-analyst/0.11.0
1348+
- ohsome-quality-analyst/0.12.0
13491349
method: POST
13501350
uri: https://api.ohsome.org/v1/contributions/latest/count
13511351
response:

workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interactions:
1515
host:
1616
- api.ohsome.org
1717
user-agent:
18-
- ohsome-quality-analyst/0.11.0
18+
- ohsome-quality-analyst/0.12.0
1919
method: POST
2020
uri: https://api.ohsome.org/v1/elements/count
2121
response:
@@ -72,7 +72,7 @@ interactions:
7272
host:
7373
- api.ohsome.org
7474
user-agent:
75-
- ohsome-quality-analyst/0.11.0
75+
- ohsome-quality-analyst/0.12.0
7676
method: POST
7777
uri: https://api.ohsome.org/v1/elements/count
7878
response:
@@ -129,7 +129,7 @@ interactions:
129129
host:
130130
- api.ohsome.org
131131
user-agent:
132-
- ohsome-quality-analyst/0.11.0
132+
- ohsome-quality-analyst/0.12.0
133133
method: POST
134134
uri: https://api.ohsome.org/v1/elements/count
135135
response:
@@ -182,7 +182,7 @@ interactions:
182182
host:
183183
- api.ohsome.org
184184
user-agent:
185-
- ohsome-quality-analyst/0.11.0
185+
- ohsome-quality-analyst/0.12.0
186186
method: GET
187187
uri: https://api.ohsome.org/v1/metadata
188188
response:
@@ -243,7 +243,7 @@ interactions:
243243
host:
244244
- api.ohsome.org
245245
user-agent:
246-
- ohsome-quality-analyst/0.11.0
246+
- ohsome-quality-analyst/0.12.0
247247
method: POST
248248
uri: https://api.ohsome.org/v1/elements/count
249249
response:
@@ -474,7 +474,7 @@ interactions:
474474
host:
475475
- api.ohsome.org
476476
user-agent:
477-
- ohsome-quality-analyst/0.11.0
477+
- ohsome-quality-analyst/0.12.0
478478
method: POST
479479
uri: https://api.ohsome.org/v1/contributions/latest/count
480480
response:
@@ -553,7 +553,7 @@ interactions:
553553
host:
554554
- api.ohsome.org
555555
user-agent:
556-
- ohsome-quality-analyst/0.11.0
556+
- ohsome-quality-analyst/0.12.0
557557
method: POST
558558
uri: https://api.ohsome.org/v1/contributions/latest/count
559559
response:
@@ -611,7 +611,7 @@ interactions:
611611
host:
612612
- api.ohsome.org
613613
user-agent:
614-
- ohsome-quality-analyst/0.11.0
614+
- ohsome-quality-analyst/0.12.0
615615
method: POST
616616
uri: https://api.ohsome.org/v1/elements/count
617617
response:
@@ -842,7 +842,7 @@ interactions:
842842
host:
843843
- api.ohsome.org
844844
user-agent:
845-
- ohsome-quality-analyst/0.11.0
845+
- ohsome-quality-analyst/0.12.0
846846
method: POST
847847
uri: https://api.ohsome.org/v1/contributions/latest/count
848848
response:
@@ -920,7 +920,7 @@ interactions:
920920
host:
921921
- api.ohsome.org
922922
user-agent:
923-
- ohsome-quality-analyst/0.11.0
923+
- ohsome-quality-analyst/0.12.0
924924
method: POST
925925
uri: https://api.ohsome.org/v1/contributions/latest/count
926926
response:
@@ -973,7 +973,7 @@ interactions:
973973
host:
974974
- api.ohsome.org
975975
user-agent:
976-
- ohsome-quality-analyst/0.11.0
976+
- ohsome-quality-analyst/0.12.0
977977
method: GET
978978
uri: https://api.ohsome.org/v1/metadata
979979
response:
@@ -1034,7 +1034,7 @@ interactions:
10341034
host:
10351035
- api.ohsome.org
10361036
user-agent:
1037-
- ohsome-quality-analyst/0.11.0
1037+
- ohsome-quality-analyst/0.12.0
10381038
method: POST
10391039
uri: https://api.ohsome.org/v1/elements/count
10401040
response:
@@ -1265,7 +1265,7 @@ interactions:
12651265
host:
12661266
- api.ohsome.org
12671267
user-agent:
1268-
- ohsome-quality-analyst/0.11.0
1268+
- ohsome-quality-analyst/0.12.0
12691269
method: POST
12701270
uri: https://api.ohsome.org/v1/contributions/latest/count
12711271
response:
@@ -1344,7 +1344,7 @@ interactions:
13441344
host:
13451345
- api.ohsome.org
13461346
user-agent:
1347-
- ohsome-quality-analyst/0.11.0
1347+
- ohsome-quality-analyst/0.12.0
13481348
method: POST
13491349
uri: https://api.ohsome.org/v1/contributions/latest/count
13501350
response:

0 commit comments

Comments
 (0)