Merged
Conversation
Two-product architecture: 1. dvoacap library (PyPI package for developers) 2. DVOACAP Dashboard (web app for end-users) Library changes: - Fix version consistency: 0.9.0 in both pyproject.toml and __init__.py - Add MANIFEST.in for proper source distribution - Move DVoaData inside package (src/dvoacap/DVoaData/) - Update FourierMaps to find data files in package location - Configure package_data in pyproject.toml - Test build successful: wheels include all .dat files Dashboard deployment: - Add Dockerfile for containerized deployment - Add docker-compose.yml for easy orchestration - Add .dockerignore to optimize image size Documentation: - Create comprehensive PYPI_RELEASE_GUIDE.md - Document release process, versioning strategy - Include deployment options for both products Build verified: - Source tarball: 884K (includes DVoaData/) - Wheel: 71K + 24 data files - All CCIR/URSI coefficient files packaged correctly
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.
Two-product architecture:
Library changes:
Dashboard deployment:
Documentation:
Build verified:
Description
A clear and concise description of what this PR does.
Type of Change
Related Issues
Closes #(issue number)
Related to #(issue number)
Changes Made
Testing
Describe the tests you've run to verify your changes:
Test Configuration
Test Results
Validation Checklist
Performance Impact
Benchmarks (if applicable)
Breaking Changes
If this PR introduces breaking changes, describe:
Screenshots/Output (if applicable)
For dashboard changes or output format changes, include before/after screenshots or sample output.
Additional Notes
Any additional information that reviewers should know:
Reviewer Checklist
For maintainers reviewing this PR: