History#

Unreleased#

  • ADD: Added CAPPI retrieval support with cartesian_idw, polar_vertical_interpolation, and height_window_composite methods, plus plot_ppi, plot_rhi, and plot_cappi helpers.

  • MNT: Simplified the CAPPI API around height, method, vertical_tolerance, optional filtering, and essential Cartesian grid controls.

  • FIX: Improved CAPPI/xradar interoperability by preserving sweep-style metadata and broader DataTree compatibility across supported xarray setups.

0.2.5 (2025-04-22)#

  • ADD: Added fundamentals module with core radar computation utilities. (PR 66) by @syedhamidali

  • CHG: Refactored Doppler and scattering fundamentals to reduce complexity.

  • ADD: Tests for PRF, beamwidth, radar range, Doppler shift, and SNR calculations. (PR 66) by @syedhamidali

0.2.4 (2025-01-20)#

0.2.3 (2025-01-19)#

0.2.2 (2024-12-19)#

0.2.1 (2024-12-06)#

0.2.0 (2024-11-18)#

This is the first version which uses DataTree from xarray. Thus, xarray is pinned to version >=2024.10.0.

0.1.9 (2024-11-18)#

This is the last version which uses datatree from xarray-contrib/datatree. Thus, xarray is pinned to version 2024.9.0.

0.1.8 (2024-09-18)#

0.1.7 (2024-09-14)#

0.1.6 (2024-09-10)#

0.1.5 (2024-09-09)#

0.1.4 (2024-09-08)#

0.1.3 (2024-09-08)#

0.1.2 (2024-09-08)#

0.1.1 (2024-09-07)#

  • Initial enhancements and setup completed.

  • Full changelog: v0.1.0…v0.1.1

0.1.0 (2024-09-05)#

  • First commit and setup with pre-commit hooks.