-
Notifications
You must be signed in to change notification settings - Fork 26
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/r] Use pushdown domainish accessors at the Python/R UX level #3027
Conversation
1befcd5
to
1f8e674
Compare
47c1b25
to
8cbcf91
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## kerl/cpp-sdf-domain-at-create #3027 +/- ##
================================================================
Coverage ? 49.62%
================================================================
Files ? 57
Lines ? 8890
Branches ? 819
================================================================
Hits ? 4412
Misses ? 4278
Partials ? 200
Flags with carried forward coverage won't be shown. Click here to find out more.
|
0557481
to
ef401e1
Compare
ef401e1
to
f1c104a
Compare
331a662
to
74c5503
Compare
9574fe7
to
e614221
Compare
74c5503
to
45e77bb
Compare
e614221
to
bcc51f3
Compare
b00406e
to
a09f6bd
Compare
235e699
to
74c7f15
Compare
a09f6bd
to
7cf09c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on the R-side; will defer to other for Python. Before merging, please bump the develop version and update the changelog
74c7f15
to
be66574
Compare
Co-authored-by: Paul Hoffman <[email protected]>
7cf09c0
to
f0504ea
Compare
be66574
to
a40f130
Compare
Issue and/or context: As tracked on issue #2407 / [sc-51048].
See also [sc-55659].
Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.
Changes:
Following #3012 we can now connect tiledbsoma-py to use the full domainish accessors from
libtiledbsoma
.Notes for Reviewer:
R mods to come on this same PR.
This PR is a work in progress. It is not ready for review.