Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Dec 14, 2022
1 parent e4a8e99 commit 492610b
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 72 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current Main
## 0.14.0

### Bug Fixes

Expand All @@ -16,11 +16,17 @@
- Add new report `FoodRelatedReport` ([#455])
- add new layers `schools`, `kindergartens`, `clinics`, `doctors`, `bus_stops`, `tram_stops`, `subway_stations`, `marketsplaces`. `parks`, `forests`, `fitness_centres` and `supermarkets` ([#444])

### Other Changes

- remove upper Python version requirement limitation. Minimum Python version is 3.8. ([#465])
- update dependencies ([#465])

[#442]: https://github.com/GIScience/ohsome-quality-analyst/pull/442
[#444]: https://github.com/GIScience/ohsome-quality-analyst/pull/444
[#455]: https://github.com/GIScience/ohsome-quality-analyst/pull/455
[#456]: https://github.com/GIScience/ohsome-quality-analyst/pull/456
[#457]: https://github.com/GIScience/ohsome-quality-analyst/pull/457
[#465]: https://github.com/GIScience/ohsome-quality-analyst/pull/465
[#466]: https://github.com/GIScience/ohsome-quality-analyst/pull/466
[#468]: https://github.com/GIScience/ohsome-quality-analyst/pull/468

Expand All @@ -33,7 +39,7 @@
- Rename duplicated layer name `Major Roads` to `Major Roads Count` and `Major Roads Length`. Results are stored in database using the layer name as part of the primary key. ([#438])
- Reports take result class of indicators into account ([#372] [#369])

## New features
### New features

- Substitute result values of reports by introducing a result class value ([#372])

Expand Down
2 changes: 1 addition & 1 deletion workers/ohsome_quality_analyst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.14.0"
__title__ = "ohsome quality analyst"
__description__ = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data."
__author__ = "ohsome team"
Expand Down
2 changes: 1 addition & 1 deletion workers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome_quality_analyst"
version = "0.13.0"
version = "0.14.0"
description = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data."
authors = ["ohsome team <[email protected]>"]
homepage = "https://oqt.ohsome.org"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -130,7 +130,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -187,7 +187,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -244,7 +244,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -301,7 +301,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: GET
uri: https://api.ohsome.org/v1/metadata
response:
Expand Down Expand Up @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -303,7 +303,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -360,7 +360,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -439,7 +439,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: GET
uri: https://api.ohsome.org/v1/metadata
response:
Expand Down Expand Up @@ -72,7 +72,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -129,7 +129,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -360,7 +360,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -439,7 +439,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -497,7 +497,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -728,7 +728,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -785,7 +785,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -864,7 +864,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -918,7 +918,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: GET
uri: https://api.ohsome.org/v1/metadata
response:
Expand Down Expand Up @@ -979,7 +979,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -1036,7 +1036,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/elements/count
response:
Expand Down Expand Up @@ -1267,7 +1267,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down Expand Up @@ -1345,7 +1345,7 @@ interactions:
host:
- api.ohsome.org
user-agent:
- ohsome-quality-analyst/0.13.0
- ohsome-quality-analyst/0.14.0
method: POST
uri: https://api.ohsome.org/v1/contributions/latest/count
response:
Expand Down
Loading

0 comments on commit 492610b

Please sign in to comment.