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

Add dense pair support in the API #57

Merged
merged 20 commits into from
Jan 14, 2025
Merged

Conversation

sfiligoi
Copy link
Collaborator

Includes the notion of an opaque tree object, and the internal handling of dense input matrices.
Added several unit tests, some covering existing functionality.

@sfiligoi sfiligoi requested a review from wasade January 10, 2025 20:41
@@ -143,9 +149,41 @@ void destroy_results_vec(r_vec** result) {
(*dl_destroy_results_vec)(result);
}

void destroy_bptree_opaque(opaque_bptree_t** tree_data) {
if (dl_destroy_bptree_opaque==NULL) ssu_load("destroy_bptree_opaque", (void **) &dl_destroy_bptree_opaque);
Copy link
Member

Choose a reason for hiding this comment

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

This is cool

src/api.cpp Outdated Show resolved Hide resolved
src/biom_inmem.cpp Outdated Show resolved Hide resolved
@sfiligoi sfiligoi merged commit 785136a into biocore:main Jan 14, 2025
6 checks passed
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