File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0a1 (2023-08-18)
2
+
3
+ ### Fix
4
+
5
+ - add condition to prevent operating on emty dataframe in consolidation
6
+
1
7
## 0.2.0a0 (2023-08-16)
2
8
3
9
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.0a0 "
1
+ __version__ = "0.2.0a1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " osm4gpd"
3
- version = " 0.2.0a0 "
3
+ version = " 0.2.0a1 "
4
4
description = " A parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe."
5
5
authors = [" Christian <christian.knauth@citywalx.net>" ]
6
6
readme = " README.md"
@@ -33,7 +33,7 @@ bandit = "^1.7.5"
33
33
pandas-stubs = " ^2.0.3.230814"
34
34
35
35
[tool .commitizen ]
36
- version = " 0.2.0a0 "
36
+ version = " 0.2.0a1 "
37
37
tag_format = " $version"
38
38
version_files = [
39
39
" osm4gpd/__version__.py" ,
You can’t perform that action at this time.
0 commit comments