Skip to content

rename: FastPlot → FastSense#21

Merged
HanSur94 merged 2 commits into
mainfrom
rename/fastplot-to-fastsense
Mar 18, 2026
Merged

rename: FastPlot → FastSense#21
HanSur94 merged 2 commits into
mainfrom
rename/fastplot-to-fastsense

Conversation

@HanSur94
Copy link
Copy Markdown
Owner

Summary

Renames the project from FastPlot to FastSense to better reflect the sensor monitoring and dashboarding platform it has become.

  • Rename all FastPlot* classes to FastSense* (8 classes)
  • Rename libs/FastPlot/ directory to libs/FastSense/
  • Rename Python bridge package fastplot_bridge to fastsense_bridge
  • Update MEX C source error identifiers ("FastPlot:...""FastSense:...")
  • Update all tests, examples, benchmarks, docs, CI workflows
  • Update setup.m, README.md, CITATION.cff
  • Update runtime string keys (UserData, appdata, tags)
  • Clean up stale FastPlotFigure references in wiki → FastSenseGrid

236 files changed, 2403 insertions, 2403 deletions — perfectly balanced, pure rename with no functional changes.

Post-merge manual steps

  1. Rename GitHub repo: Settings → FastSense
  2. Update generate-docs.yml wiki clone URL after repo rename
  3. Rebuild MEX binaries (build_mex)
  4. Update wiki/ files (untracked, not in this PR)

Test plan

  • Grep audit: grep -ri "fastplot" returns zero hits (verified)
  • Run setup; run('tests/run_all_tests.m') in MATLAB/Octave
  • Verify example_basic.m runs with new class names
  • CI passes on both MATLAB and Octave

🤖 Generated with Claude Code

HanSur94 and others added 2 commits March 16, 2026 21:49
Rename project from FastPlot to FastSense to better reflect the
sensor monitoring and dashboarding platform it has become.

- Rename all FastPlot* classes to FastSense*
- Rename libs/FastPlot/ directory to libs/FastSense/
- Rename Python bridge package fastplot_bridge to fastsense_bridge
- Update MEX C source error identifiers
- Update all tests, examples, benchmarks, docs, wiki, CI
- Update runtime string keys (UserData, appdata, tags)
- Update setup.m, README.md, CITATION.cff

No functional changes — pure rename operation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…main

Main introduced new FastPlot references in CI workflows (benchmark.yml,
examples.yml, tests.yml), setup.m, and run_all_tests.m that were not
present when the rename branch was created. Updated all to FastSense.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@HanSur94 HanSur94 merged commit 89b8011 into main Mar 18, 2026
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.

1 participant