You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deprecation GUI warnings for private napari attribute access (#396)
Replace `Window._dock_widgets` with the public `dock_widgets` property
(removing now-redundant `.widget()` calls since the public API returns
the inner widget directly). Remove dead-code assignments to
`DataModel._region_key` and `DataModel._instance_key`, whose backing
fields are never read — the public properties derive both values from
`get_table_keys(self.adata)` — and drop the unused dataclass fields.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments