You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Smart Group, aggregated data across all plots, toFixed fix
- Add Smart Group button in Data Explorer that groups by polar
configuration (airfoil + Re + Mach + Ncrit + flap config) and
auto-shows alpha_stall and alpha @ L/D_max summary columns
- Fix toFixed crash when grouping by non-numeric columns (all 11
valueFormatters now guard with typeof check)
- Add flap_deflection and flap_hinge_x columns to Data Explorer
- Add Aggregated data source to Data Explorer correlogram
- Add aggregated scatter overlay (diamond markers) to Polar Plot
- Auto-switch correlogram to Aggregated when Smart Group activates
- Persist Smart Group state and data source in routeUiStore so they
survive view switches and page reloads (ephemeral + URL)
- Update changelog with all new features
Made-with: Cursor
{category: 'added',text: 'Python API: PolarResult now exposes cl_max, alpha_stall, ld_max, cd_min, and generic argmax/argmin/column_mean/column_median'},
38
38
{category: 'added',text: 'Selig airfoil database browser with ~1,600 airfoils from the UIUC database — search and load any airfoil'},
39
39
{category: 'added',text: 'Random Foil button to load a surprise airfoil from the Selig database'},
40
+
{category: 'added',text: 'Smart Group button in Data Explorer — one click groups by polar configuration (airfoil + Re + Mach + Ncrit + flap) to see CL_max, L/D_max, α_stall per group'},
41
+
{category: 'added',text: 'Aggregated data source in Data Explorer correlogram and Polar Plot overlay — plot group-level statistics across all plotting surfaces'},
42
+
{category: 'added',text: '"Show Me" interactive tutorials in the What\'s New dialog — guided walkthroughs for new features powered by the tour system'},
43
+
{category: 'fixed',text: 'Data Explorer crashed with toFixed error when grouping by airfoil or other non-numeric columns'},
44
+
{category: 'changed',text: 'Smart Group and correlogram data source now persist across view switches and page reloads'},
0 commit comments