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,c++] Use C++ DenseNDArray bindings in Python API #2494

Merged
merged 9 commits into from
May 6, 2024

Conversation

nguyenv
Copy link
Member

@nguyenv nguyenv commented Apr 29, 2024

Issue and/or context:
#2429

@johnkerl johnkerl changed the title [python,c++][wip] Use C++ DenseNDArray bindings in Python API [python,c++][wip] Use C++ DenseNDArray bindings in Python API Apr 29, 2024
@nguyenv nguyenv changed the title [python,c++][wip] Use C++ DenseNDArray bindings in Python API [python,c++] Use C++ DenseNDArray bindings in Python API Apr 30, 2024
@nguyenv nguyenv marked this pull request as ready for review April 30, 2024 03:28
Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢
Awesome @nguyenv !! :)

@nguyenv nguyenv force-pushed the viviannguyen/ndarray-write-path branch 2 times, most recently from 7f7224a to d684b45 Compare May 6, 2024 14:26
Base automatically changed from viviannguyen/ndarray-write-path to main May 6, 2024 14:55
nguyenv added 7 commits May 6, 2024 11:23
* 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`
@nguyenv nguyenv force-pushed the viviannguyen/dense-write-path-python branch from 7918346 to da4a15d Compare May 6, 2024 16:31
Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.23%. Comparing base (4cd1e76) to head (8c5497f).
Report is 1 commits behind head on main.

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     
Flag Coverage Δ
python 89.23% <100.00%> (-0.89%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 89.23% <100.00%> (-0.89%) ⬇️
libtiledbsoma ∅ <ø> (∅)

@nguyenv nguyenv merged commit 5a442af into main May 6, 2024
15 checks passed
@nguyenv nguyenv deleted the viviannguyen/dense-write-path-python branch May 6, 2024 20:57
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