Skip to content

Commit 1a6acfe

Browse files
committed
refactor: reformat changelog
1 parent 56d59cc commit 1a6acfe

File tree

1 file changed

+27
-22
lines changed

1 file changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,55 +44,60 @@
4444

4545
### Changed
4646

47-
- 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)).
48-
47+
- if tags are supplied for explosion in `response.as_dataframe`, the respective column will always be present in the
48+
resulting Geodataframe, even if the tags were not part of the result. In that case the column will be
49+
all-None ([#149](https://github.com/GIScience/ohsome-py/issues/149)).
4950

5051
## [0.3.1](https://github.com/GIScience/ohsome-py/releases/tag/v0.3.1)
5152

5253
### Fixed
5354

54-
- prevent an exception if the `log_dir` for the `OhsomeClient` was set to `None`
55-
- removed time-dependency of unit tests that would cause them to fail at any time after the cassettes were recorded
55+
- prevent an exception if the `log_dir` for the `OhsomeClient` was set to `None`
56+
- removed time-dependency of unit tests that would cause them to fail at any time after the cassettes were recorded
5657

5758
### Changed
5859

59-
- relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency'
60-
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))
61-
- move metadata property from singleton to `cached_property`
60+
- relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency'
61+
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))
62+
- move metadata property from singleton to `cached_property`
6263

6364
## [0.3.0](https://github.com/GIScience/ohsome-py/releases/tag/v0.3.0)
6465

6566
### Added
6667

67-
- support for python 3.12
68-
- custom [retry](https://urllib3.readthedocs.io/en/latest/reference/urllib3.util.html#urllib3.util.Retry) configuration
69-
- start and end timestamp meta information of the client are now datetime objects
70-
- accept shapely Polygon and MultiPolygon for `bpolys` input parameter
71-
- if a request fails a bash script containing the respective `curl` command is logged (if possible). This allows for easier debugging and sharing of failed requests.
72-
- timestamps are converted without timezone information. Deviates from Ohsome API [(Issue #318)](https://github.com/GIScience/ohsome-api/issues/318)
68+
- support for python 3.12
69+
- custom [retry](https://urllib3.readthedocs.io/en/latest/reference/urllib3.util.html#urllib3.util.Retry) configuration
70+
- start and end timestamp meta information of the client are now datetime objects
71+
- accept shapely Polygon and MultiPolygon for `bpolys` input parameter
72+
- if a request fails a bash script containing the respective `curl` command is logged (if possible). This allows for
73+
easier debugging and sharing of failed requests.
74+
- timestamps are converted without timezone information. Deviates from Ohsome
75+
API [(Issue #318)](https://github.com/GIScience/ohsome-api/issues/318)
7376

7477
### Changed
7578

76-
- breaking: geodataframes now contain a `@other_tags` colum containing all OSM tags. This behaviour can be adapted using the `explode_tags` parameter that allows to specify tags that should be in a separate column or to disable the feature completely. The latter will result in a potentially wide but sparse data frame.
79+
- breaking: geodataframes now contain a `@other_tags` colum containing all OSM tags. This behaviour can be adapted using
80+
the `explode_tags` parameter that allows to specify tags that should be in a separate column or to disable the feature
81+
completely. The latter will result in a potentially wide but sparse data frame.
7782

7883
### Removed
7984

80-
- support for python < 3.10
81-
- support for geopandas < 0.14
82-
- support for pandas < 2.1
83-
- support for urllib3 < 2.1
85+
- support for python < 3.10
86+
- support for geopandas < 0.14
87+
- support for pandas < 2.1
88+
- support for urllib3 < 2.1
8489

8590
## [0.2.0](https://github.com/GIScience/ohsome-py/releases/tag/v0.2.0)
8691

8792
### Added
8893

89-
- support for python 3.11
90-
- support for geopandas up to v0.12.0
94+
- support for python 3.11
95+
- support for geopandas up to v0.12.0
9196

9297
### Removed
9398

94-
- support for python 3.7
99+
- support for python 3.7
95100

96101
### Fixed
97102

98-
- wrong formatting of list parameters for ohsome requests if not given as string
103+
- wrong formatting of list parameters for ohsome requests if not given as string

0 commit comments

Comments
 (0)