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

Sync domain argument between Collection.add_new_dataframe and DataFrame.create #233

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Oct 2, 2024

Issue and/or context: As tracked on issue single-cell-data/TileDB-SOMA#2407 / [sc-51048].

Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.

Changes:

The Collection.add_new_dataframe is syntactic sugar on DataFrame.create. The latter takes an optional domain argument, so the former should as well.

This is not only generally important for single-cell-data/TileDB-SOMA#2407; it is specifically for the cellxgene census builder which uses add_new_dataframe exclusively.

Notes for Reviewer:

@johnkerl johnkerl force-pushed the kerl/add-new-dataframe-domain branch from 4d09188 to 6c90815 Compare October 2, 2024 21:20
@johnkerl johnkerl merged commit c840b73 into main Oct 3, 2024
6 checks passed
@johnkerl johnkerl deleted the kerl/add-new-dataframe-domain branch October 3, 2024 16:07
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.

2 participants