Skip to content

Releases: KensoBI/spc-cad

3.1.0

13 Feb 21:03

Choose a tag to compare

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

05 Feb 21:27

Choose a tag to compare

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_id instead of characteristic names
    • Minimum required columns: feature, characteristic_id, nominal

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