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.
This pull request updates the
oda_datapackage to version 2.3.1, introducing new donor and recipient mappings, expanding sector and purpose code support, and improving type handling and sector aggregation logic. It also updates dependencies and fixes several naming and mapping issues for greater consistency and robustness.Key changes:
Provider/Donor and Recipient Mappings:
dac1_names.json,dac2a_names.json,crs_names.json,provider_groupings.json). [1] [2] [3] [4]recipient_groupings.json,crs_names.json). [1] [2] [3] [4]Sector and Purpose Code Enhancements:
sector_lists.pyto support these, including new groupings and mappings for aggregation. (F5eb2bc6L5R7, [1] [2] [3] [4] [5] [6] [7] [8]crs_names.json,sector_lists.py). [1] [2] [3] [4]Bug Fixes and Data Consistency:
sector_code,purpose_code,donor_code,agency_code) when adding name columns to handle mixed types (add.py).sector_lists.py,crs_names.json,test_sector_lists.py). [1] [2] [3]Dependency Updates:
pyproject.toml, includingoda-reader,pydeflate,uv-build,pre-commit,ruff, andmkdocs-material. [1] [2] [3]Documentation:
CHANGELOG.mdto reflect all new features, fixes, and enhancements in version 2.3.1.