Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR merges the
developbranch intomasterto release v2.3.0. It consolidates major refactoring cycles that modernize the core architecture ofpydriosm, updates the build system, and ensures support for Python 3.12 and Pandas 3.0+.Integrated workstreams
Subpackage refactoring
downloadersubpackage #32): Modularized Geofabrik and BBBike providers into discrete internal modules and improved web-parsing logic.readersubpackage #33): Standardized OSM data parsing across Shapefile, PBF, and VAR formats. Implemented safer defaults, specifically settingdownload=Falseto prevent unintended network overhead.iosmodule into specialized components:_base.py,_pgsql_osm.py, and_pbf_importer.py.assertstatements with production-safe exception handling (KeyError,ValueError).pyproject.toml.Release Preparation
2.3.0and updatedCHANGELOG.md.Code quality & maintenance
requirements.txtwith the new modular dependency structure.Checklist
downloadersubpackage #32, Refactor thereadersubpackage #33, Refactor I/O and core infrastructure #34) pass on the final develop build.CHANGELOG.mdis updated and reflects key changes since v2.2.0.