|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to RFlect are documented here. The format follows |
| 4 | +[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres |
| 5 | +to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +Full, detailed per-release notes live in |
| 8 | +[RELEASE_NOTES.md](https://github.com/RFingAdam/RFlect/blob/main/RELEASE_NOTES.md); this file is the concise summary. |
| 9 | + |
| 10 | +## [Unreleased] — v5.1 (Correctness & quick wins) |
| 11 | + |
| 12 | +### Added |
| 13 | +- Golden-reference regression tests locking the TRP/gain integration core |
| 14 | + (isotropic EIRP → itself; upper hemisphere → −3.01 dB). |
| 15 | +- `compute_group_delay_dispersion()` — per-frequency group-delay variance/std |
| 16 | + across theta cuts (replaces the old dead TODO block). |
| 17 | +- Test coverage for previously-untested modules: `plotting.py`, `save.py`, |
| 18 | + `groupdelay.py`, `plot_group_delay_cst.py`, `uwb_plotting.py`. |
| 19 | + |
| 20 | +### Changed |
| 21 | +- `cal_drift_report` MCP tool now returns `{output_path, format}` / `{error}` |
| 22 | + and never raises to the client. |
| 23 | +- Slimmer install: `openai` moved to the `[ai]` extra; `keyring`/`cryptography` |
| 24 | + dropped from core deps (unused since the v5.0.0 AI removal); `pyinstaller` |
| 25 | + removed from the runtime requirements; numpy ceiling raised to `<3.0.0`. |
| 26 | +- GUI settings save/load and data-processing failures are now surfaced |
| 27 | + (stderr / log) instead of being silently swallowed. |
| 28 | + |
| 29 | +### Docs |
| 30 | +- This changelog; expanded reference docs. |
| 31 | + |
| 32 | +## [5.0.0] — 2026-05-28 |
| 33 | + |
| 34 | +**Zero-dependency, MCP-first relaunch.** Removed the entire in-app AI/LLM stack |
| 35 | +(chat, AI report generation, provider abstraction, API-key store) — RFlect makes |
| 36 | +no LLM/API calls and needs no key or subscription. `generate_report` is |
| 37 | +deterministic by default with an optional agent-authored `narrative`. Added 6 |
| 38 | +MCP tools (compare_antennas, analyze_s11, analyze_group_delay, |
| 39 | +estimate_link_budget, analyze_mimo_diversity, generate_active_cal); MCP tool |
| 40 | +count 35 → 41. Renamed `ai_analysis.py` → `analysis_engine.py`. |
| 41 | + |
| 42 | +## [4.3.0] — 2026-05-28 |
| 43 | + |
| 44 | +Multi-angle iperf throughput-validation MCP tool (`analyze_iperf_angle_sweep`). |
| 45 | + |
| 46 | +## [4.2.0] — 2026-05-12 |
| 47 | + |
| 48 | +`process_folder` single-call folder-orchestration MCP tool; MkDocs Material docs |
| 49 | +site. |
| 50 | + |
| 51 | +## [4.1.9] — 2026-04-14 |
| 52 | + |
| 53 | +Patch: restored the Active Chamber Calibration routine. |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +Earlier releases (4.1.8 and prior) are detailed in |
| 58 | +[RELEASE_NOTES.md](https://github.com/RFingAdam/RFlect/blob/main/RELEASE_NOTES.md). |
0 commit comments