- result_handler: add _InferenceResultEncoder to handle dataclass objects
(ObjectDetectionResult, ClassificationResult) in JSON serialization;
fixes "Object of type ObjectDetectionResult is not JSON serializable"
- deployment: replace textCursor().movePosition() with toPlainText/setPlainText
for log trimming; eliminates QTextCursor cross-thread Qt warning
- main: remove duplicate setAttribute(AA_EnableHighDpiScaling) call in
setup_application() which ran after QApplication was already created;
fixes "Attribute Qt::AA_EnableHighDpiScaling must be set before
QCoreApplication is created"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Move test scripts to tests/ directory for better organization
- Add improved YOLOv5 postprocessing with reference implementation
- Update gitignore to exclude *.mflow files and include main.spec
- Add debug capabilities and coordinate scaling improvements
- Enhance multi-series support with proper validation
- Add AGENTS.md documentation and example utilities
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Implement SingleInstance class using QSharedMemory and file locking
- Cross-platform support with fcntl on Unix/macOS and file creation on Windows
- Show warning dialog when user tries to launch second instance
- Automatic cleanup of resources on application exit
- Graceful handling of instance detection failures
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update all imports to use relative imports instead of cluster4npu_ui.* prefix
- Remove export configuration functionality from dashboard menu
- Remove performance analysis action from pipeline menu
- Update dependencies in pyproject.toml to include NodeGraphQt and PyQt5
- Maintain clean import structure across all modules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>