Dev raddb - #10
Merged
Merged
Conversation
- Updated assertion in TestSweepColumnInDataFrame to use is_empty() method for DataFrame validation. - Modified plot_latent_scatter function to accept both Polars and Pandas DataFrames, ensuring compatibility and improved performance. - Added comprehensive tests for LUT directory generation and validation in test_lut_planes.py, covering file writing, frustum properties, centroid containment, and geometry file size budgets. - Introduced tests for RadDB.sel() functionality in test_sel.py, ensuring correct dynamic and static column selection, immutability, and synchronization with LUT data.
…ry output - Changed execution_count to null for code cells in 03_area_of_interest.ipynb and 04_plots.ipynb. - Removed print statements and replaced them with direct path assignments for MCH_DIR, NEXRAD_DIR, and ARCHIVE_DIR. - Updated paths to point to local directories for better usability in the tutorial context.
…naming in _load_one_centroid_table
- Changed Testing Team members in maintainers guidelines. - Updated versioning guidelines for breaking and non-breaking changes. - Corrected documentation paths and commands for building documentation. - Updated GitHub Action links for packaging and uploading to PyPI. - Revised release process instructions in documentation. - Enhanced CI pipeline tools summary in documentation. - Modified Sphinx configuration for improved project documentation. - Updated index.rst to reflect new package capabilities and structure. - Adjusted package dependencies in pyproject.toml for compatibility. - Revised tutorial README to clarify running notebooks and dependencies. - Updated demo pipeline notebook to include output for clarity.
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Prework
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and communicate accordingly:
The PR fulfills these requirements:
bugfix-<some_key>-<word>doc-<some_key>-<word>tutorial-<some_key>-<word>feature-<some_key>-<word>refactor-<some_key>-<word>optimize-<some_key>-<word>fix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
Related GitHub issues and pull requests
Summary
Please explain the purpose and scope of your contribution.