Add GADM validation, infrastructure update, and release v2026.04.0 - #1
Merged
Conversation
…ME.md` with `uv` support, and clarified dependencies.
…lude unnecessary files, and a `uv.lock` file for dependency management.
…ogic for consistency and maintainability. Updated data imports and improved list handling.
…ional dev dependencies. Removed requirements.txt.
Included guides on EM-TEST agent setup and principles, data validation, reference data management, and EM-DAT domain knowledge. Structured documentation for clarity and ease of use.
…EADME and pyproject.toml, added dev dependencies, and revised optional extras configuration. Updated the EM-TEST version to 2026.3.0.
…push and pull request triggers.
Added unit tests for validation schemas (`test_validation.py`) and custom checks (`test_custom_checks.py`). Introduced reusable test fixtures in `conftest.py` for consistent data setup.
…ions, and added metadata for package sources.
…ting guide using `pytest`.
… documentation and tests
…or compatibility across platforms and versions.
… new 'GADM Admin Units' column
…a and documentation.
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.
Description
This pull request introduces significant enhancements to the EM-TEST framework, moving from the legacy setup to a modern Python packaging infrastructure, adding new validation features, and preparing the project for the
2026.04.0release.Key Changes (vs.
master)1. Infrastructure & Dependency Management
setup.pyandrequirements.txttopyproject.toml.uvIntegration: Added support for theuvpackage manager for faster, reproducible environment syncing.2. New Features & Validation Logic
GADM Admin Unitscolumn with JSON-based schema checks.emdat_schemato reflect the latest EM-DAT public data structure.emtest/custom_checks.pyfor better maintainability.3. Quality Assurance & CI/CD
pytest(located intests/).checklist.mdto standardize the pre-release verification process.4. Documentation & Examples
examples/example_notebook.ipynbto demonstrate new validation workflows.5. Release Metadata (v2026.04.0)
2026.04.0.2026-04-08across all metadata files (CITATION.cff,__init__.py,pyproject.toml).