-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add dense pair support in the API #57
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2d05089
Add cstring equivalents for BPTree methods
sfiligoi df1bc03
Add load_bptree_opaque and one_off_wtree
sfiligoi 55449df
Add one_off_matrix_v2_T to reduce code replication
sfiligoi 864c19c
Add one_off_matrix_v2t and add test in capi
sfiligoi 11645a0
Rename load_bptree_opaque to read_bptree_opaque, load_bptree_opaque n…
sfiligoi 2a895f0
Change opaque_bptree_t struct and add get_bptree_opaque_els
sfiligoi dbaedf4
Pass by reference, not by value
sfiligoi 211e0da
Add one_dense_pair_v2t, which required addind a dense option to biom_…
sfiligoi 9c3fc99
Add pair test
sfiligoi b65a192
Add docstring to one_dense_pair_v2t
sfiligoi f1916ae
Add convert_bptree_opaque and one_dense_pair_v2
sfiligoi bd2603d
Add test_bptree_constructor_inmem and test_biom_constructor_from_dense
sfiligoi 90ca67e
Add capi_inmem_test.c
sfiligoi b63cc3f
Add test_bptree_constructor_simple_cpp
sfiligoi a3f7531
Exercise old API, too
sfiligoi bcbdd94
Add dynlib selectors for the new functions
sfiligoi 365151f
Fix typo
sfiligoi 656c68a
Run capi_inmem_test in the CI
sfiligoi 8165bb1
Fix tab vs space issue
sfiligoi 48cbb11
Fix typo
sfiligoi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is cool