Skip to content

Releases: knthls/osm4gpd

0.2.0a3

18 Aug 15:22
Compare
Choose a tag to compare
0.2.0a3 Pre-release
Pre-release

0.2.0a3 (2023-08-18)

Feat

  • add py.typed marker

[main 9ec01cf] bump: version 0.2.0a2 → 0.2.0a3
3 files changed, 9 insertions(+), 3 deletions(-)

0.2.0a2

18 Aug 12:33
Compare
Choose a tag to compare
0.2.0a2 Pre-release
Pre-release

0.2.0a2 (2023-08-18)

Fix

  • make consolidation after filtering behave as intended

[main be8aa77] bump: version 0.2.0a1 → 0.2.0a2
3 files changed, 9 insertions(+), 3 deletions(-)

0.2.0a1

18 Aug 11:17
Compare
Choose a tag to compare
0.2.0a1 Pre-release
Pre-release

0.2.0a1 (2023-08-18)

Fix

  • add condition to prevent operating on emty dataframe in consolidation

[main b812ace] bump: version 0.2.0a0 → 0.2.0a1
3 files changed, 9 insertions(+), 3 deletions(-)

0.2.0a0

16 Aug 13:42
Compare
Choose a tag to compare
0.2.0a0 Pre-release
Pre-release

0.2.0a0 (2023-08-16)

Feat

  • create initial release
  • create initial release
  • implement relation consolidation
  • parse ways
  • implement filtering for tags
  • implement unpacked intermediate datastructures for easier filtering
  • implement way filtering#
  • basic parser working

Fix

  • run code quality checks only once, but type checking for different versions
  • configure publish on created release
  • configure releases
  • fix typo
  • fix status badges
  • fix status badges
  • make type hints compatible with python 3.10
  • allow consolidation of empty groups
  • allow multipolygons referencing relations
  • fix filtering bug, where not all references were respected
  • fix typo in filter_groups

Refactor

  • move parsing logic to unpackes submodule
  • simplify element type handling

[main b7a55c9] bump: version 0.1.0 → 0.2.0a0
3 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 CHANGELOG.md