|
44 | 44 |
|
45 | 45 | ### Changed |
46 | 46 |
|
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)). |
49 | 50 |
|
50 | 51 | ## [0.3.1](https://github.com/GIScience/ohsome-py/releases/tag/v0.3.1) |
51 | 52 |
|
52 | 53 | ### Fixed |
53 | 54 |
|
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 |
56 | 57 |
|
57 | 58 | ### Changed |
58 | 59 |
|
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` |
62 | 63 |
|
63 | 64 | ## [0.3.0](https://github.com/GIScience/ohsome-py/releases/tag/v0.3.0) |
64 | 65 |
|
65 | 66 | ### Added |
66 | 67 |
|
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) |
73 | 76 |
|
74 | 77 | ### Changed |
75 | 78 |
|
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. |
77 | 82 |
|
78 | 83 | ### Removed |
79 | 84 |
|
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 |
84 | 89 |
|
85 | 90 | ## [0.2.0](https://github.com/GIScience/ohsome-py/releases/tag/v0.2.0) |
86 | 91 |
|
87 | 92 | ### Added |
88 | 93 |
|
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 |
91 | 96 |
|
92 | 97 | ### Removed |
93 | 98 |
|
94 | | - - support for python 3.7 |
| 99 | +- support for python 3.7 |
95 | 100 |
|
96 | 101 | ### Fixed |
97 | 102 |
|
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