diff --git a/CHANGELOG.md b/CHANGELOG.md index 7774c66..11c697c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +## 0.3.2 + +### Fixed + +- GeoSeries supplied as `bpolys` input raising exception ([#155](https://github.com/GIScience/ohsome-py/issues/155)) + +### Changed + +- if tags are supplied for explosion in `response.as_dataframe`, the respective column will always be present in the resulting Geodataframe, even if the tags were not part of the result. In that case the column will be all-None ([#149](https://github.com/GIScience/ohsome-py/issues/149)). + ## 0.3.1 @@ -14,7 +24,7 @@ - relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency' - improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139)) - - move metadata property from singleton to `chached_property` + - move metadata property from singleton to `cached_property` ## 0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 00423c9..ef56143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome" -version = "0.3.1" +version = "0.3.2" description = "A Python client for the ohsome API" authors = ["HeiGIT ohsome team ", "GIScience Research Group, Heidelberg University"] repository = "https://github.com/GIScience/ohsome-py"