Releases: KensoBI/spc-cad
Releases · KensoBI/spc-cad
3.1.0
3.1.0
Features
- Added forecast confidence bounds displayed as a filled band on time series charts
- Time fields are now formatted as datetime instead of raw numbers in annotation grids and tables
Bug Fixes
- Fixed forecast region annotation line not appearing consistently on initial render
What's Changed
Full Changelog: 3.0.0...3.1.0
3.0.0
Release notes
Features
- Added file upload support for CAD models (STL, 3MF, PLY, ASC) directly from the panel options
- Uploaded files are embedded in the dashboard JSON and can be shared with other users
- Maximum upload size: 5MB
- Added interactive view helper that visualizes camera transformation with clickable X, Y, Z axes to animate camera view
- Refactored data loading to use DataFrame-centric architecture
- 60-80% memory reduction by eliminating data duplication
- 30-50% faster initial load by removing data copying during parse
- Refactored data queries to use
characteristic_idinstead of characteristic names- Minimum required columns:
feature,characteristic_id,nominal
- Minimum required columns:
Bug Fixes
- Fixed close button (X) not appearing on annotation windows for unpositioned features
- Fixed unpositioned features not returning to the Unpositioned Features list when their annotation window is closed
Full Changelog: https://github.com/KensoBI/spc-cad/commits/3.0.0