-
Notifications
You must be signed in to change notification settings - Fork 25
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,c++] Use C++ DenseNDArray
bindings in Python API
#2494
Conversation
DenseNDArray
bindings in Python API
DenseNDArray
bindings in Python APIDenseNDArray
bindings in Python API
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.
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.
🚢
Awesome @nguyenv !! :)
7f7224a
to
d684b45
Compare
* Also modify SOMA typechecks to be case insensitive * Throw domain error as ValueError * Add `_util.cast_values_to_target_schema`, `map_exception_for_create` and `pyarrow_to_carrow_type` * Remove `tiledb.open` from `used_shape`
7918346
to
da4a15d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2494 +/- ##
==========================================
- Coverage 90.12% 89.23% -0.89%
==========================================
Files 37 37
Lines 3979 4024 +45
==========================================
+ Hits 3586 3591 +5
- Misses 393 433 +40
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Issue and/or context:
#2429