Skip to content

Fix display of multi-valued cluster metadata - #1403

Merged
rossant merged 1 commit into
masterfrom
agent/fix-multivalue-cluster-metadata
Jul 30, 2026
Merged

Fix display of multi-valued cluster metadata#1403
rossant merged 1 commit into
masterfrom
agent/fix-multivalue-cluster-metadata

Conversation

@rossant

@rossant rossant commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Display list-, tuple-, and NumPy-array-valued metadata as comma-separated text in native cluster tables.
  • Preserve native NumPy scalar conversion.
  • Add a focused ClusterView regression test and changelog entry.

Root cause

The Qt table model returned collection values directly for Qt DisplayRole. Qt renders those unsupported values as empty cells, unlike the previous web table.

Validation

  • 46 native table and focused ClusterView tests passed.
  • make lint
  • make format-check
  • Documentation link check and strict MkDocs build

Fixes #1402.

@rossant
rossant marked this pull request as ready for review July 30, 2026 12:42
@rossant
rossant merged commit f1c9c4b into master Jul 30, 2026
12 checks passed
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.

ClusterView cannot display columns containing multiple values in Phy 2.1

1 participant