Skip to content

refactor(dtype): give each dtype one meaning across summary and preview - #256

Merged
CammilleCC merged 6 commits into
refactor/cell-compositefrom
refactor/dtype-vocabulary
Aug 4, 2026
Merged

refactor(dtype): give each dtype one meaning across summary and preview#256
CammilleCC merged 6 commits into
refactor/cell-compositefrom
refactor/dtype-vocabulary

Conversation

@CammilleCC

Copy link
Copy Markdown
Member

The dtype vocabulary now names one thing per word. Before, reading a dtype meant first knowing which path had produced it:

  • image meant a picture in a table cell but a 2-D numeric array in a preview payload; it is now always a picture.
  • array meant a 1-D trendline; it is now array1d, and a 2-D numeric array is array2d.
  • rgba, png and dataset are gone.

No feature changes, just a lot of code movement.

@CammilleCC
CammilleCC merged commit 306bac0 into main Aug 4, 2026
3 checks passed
@CammilleCC
CammilleCC deleted the refactor/dtype-vocabulary branch August 4, 2026 17:39
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