Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] tiledbsoma.io.update_uns (parent issue) #2707

Open
6 tasks
johnkerl opened this issue Jun 10, 2024 · 0 comments
Open
6 tasks

[python] tiledbsoma.io.update_uns (parent issue) #2707

johnkerl opened this issue Jun 10, 2024 · 0 comments

Comments

@johnkerl
Copy link
Member

Sequencing:

  • v1: will add items, present in the new adata.uns, not present at all in the existing exp.uns
  • v2: will delete items, not present in the new adata.uns, present at all in the existing exp.uns
  • v3: items present in both: same schema, allow replacement if same shape
  • v4: items present in both: same schema, allow replacement if bigger shape (will require core shape support, probably 2.25)
  • v5: items present in both: different schema, allow add/drop of columns with no type changes
  • v6: items present in both: different schema, allow add/drop of columns with type changes
    • Note: also affects tiledbsoma.io.update_obs and tiledbsoma.io.update_var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant