Skip to content

Dev raddb - #10

Merged
erikposchivo merged 14 commits into
ltelab:mainfrom
erikposchivo:dev-raddb
Aug 20, 2026
Merged

Dev raddb#10
erikposchivo merged 14 commits into
ltelab:mainfrom
erikposchivo:dev-raddb

Conversation

@erikposchivo

@erikposchivo erikposchivo commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Prework

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Tutorial
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and communicate accordingly:

The PR fulfills these requirements:

  • It's submitted to the branch named as follow:
    • Fix a bug: bugfix-<some_key>-<word>
    • Improve the doc: doc-<some_key>-<word>
    • Improve a tutorial tutorial-<some_key>-<word>
    • Add a new feature: feature-<some_key>-<word>
    • Refactor some code: refactor-<some_key>-<word>
    • Optimize some code: optimize-<some_key>-<word>
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • Don't forget to link PR to issue if you are solving one.
  • All tests are passing.
  • New/updated tests are included

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

Related GitHub issues and pull requests

  • Ref: #

Summary

Please explain the purpose and scope of your contribution.

- 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.
- 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.
@codecov-commenter

Copy link
Copy Markdown

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 ☂️

@erikposchivo
erikposchivo merged commit 75ade34 into ltelab:main Aug 20, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants