Skip to content

Regionprops fix - #307

Draft
yfukai wants to merge 4 commits into
royerlab:mainfrom
yfukai:regionprops_fix2
Draft

Regionprops fix #307
yfukai wants to merge 4 commits into
royerlab:mainfrom
yfukai:regionprops_fix2

Conversation

@yfukai

@yfukai yfukai commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Human summary

Tring to fix #195 and #191

yfukai and others added 4 commits June 16, 2026 21:46
`node_attrs(unpack=True)` already expands fixed-shape array columns into
`<key>_<index>` scalars, so the operator-level flag was redundant for
reading. The only capability it added was filtering on individual
components, which belongs to royerlab#269 and is better served by struct-typed
attributes (royerlab#268).

Keeps the tuple/list -> ndarray normalization, which is the actual fix
for royerlab#195 and royerlab#191.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@yfukai

yfukai commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

LGTM. This normalizes the list column to array, and unpack them for better handling such as filtering if requested.

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.

td.nodes.RegionPropsNodes fails with multiple channels

1 participant