Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 23, 2023
1 parent e8f1904 commit 7587734
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Changelog

## Current Main
## Release 1.0.0

This release includes a well specified [API](https://oqt.ohsome.org/api/docs) and two core indicators available through the [ohsome dashboard](https://dashboard.ohsome.org/#backend=oqtApi).

### Breaking

- api: remove `dataset`, `featureId` and `fidField` parameter ([#634])
- api: computing mapping-saturation indicator for given data is now a separate endpoint ([#642])
- api: computing mapping-saturation indicator for given data is now a separate (hidden) endpoint ([#642])
- cli: remove CLI ([#634])
- api: remove `include_svg`, `include_html` `include_data` and `flatten` parameter ([#644])
- api: only accept FeatureCollection as `bpolys` parameter ([#650])

### New Features

- feat(api): add `includeFigure` parameter to `/indicators` endpoint ([#659])
- feat(api): add indicator response models ([#670])
- api: add `includeFigure` parameter to `/indicators` endpoint ([#659])
- api: add indicator response models ([#670])

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion ohsome_quality_analyst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.15.0"
__version__ = "1.0.0"
__title__ = "ohsome quality analyst"
__description__ = "Data quality estimations for OpenStreetMap"
__author__ = "ohsome team"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome_quality_analyst"
version = "0.15.0"
version = "1.0.0"
description = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data."
authors = ["ohsome team <ohsome@heigit.org>"]
homepage = "https://oqt.ohsome.org"
Expand Down

0 comments on commit 7587734

Please sign in to comment.