Releases: zacmon/tcrdist_rs
Releases · zacmon/tcrdist_rs
v0.1.12
..._neighbor_matrix
functions now return all idxs for neighbors not just idxs where idx1 < idx2
.
v0.1.10
Paired and alpha chain distances can now be computed. A build.rs
file is used for constructing the match function for V allele/gene lookup for total non-CDR3 distances.
v0.1.9
Finished correcting str_neighbor_many_to_many bug
v0.1.8
Fixed str_neighbor_many_to_many bug
v0.1.7
Added function to get package version for docs
v0.1.6
- Finding neighbor functions now output distance of neighbors in addition to the indices of the neighbors.
- Functions for performing pairwise operations between two vectors is now supported.
v0.1.5
Support added for python 3.7
v0.1.3
Adding function for obtaining binned counts of Hamming, Levenshtein, and Levenshtein exp distances between many seqs and many seqs.
v0.1.2
Hamming, Levenshtein, exponential Levenshtein, and TCRdist-gene distances have associated neighbor functions which return the indices of the compared sequences that are neighbors.