Skip to content

Releases: zacmon/tcrdist_rs

v0.1.12

17 Dec 01:31
Compare
Choose a tag to compare

..._neighbor_matrix functions now return all idxs for neighbors not just idxs where idx1 < idx2.

v0.1.11

01 Nov 03:01
e0a4578
Compare
Choose a tag to compare
Update Cargo.toml

v0.1.10

13 Aug 11:30
Compare
Choose a tag to compare

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

17 Jul 21:26
Compare
Choose a tag to compare

Finished correcting str_neighbor_many_to_many bug

v0.1.8

17 Jul 21:16
Compare
Choose a tag to compare

Fixed str_neighbor_many_to_many bug

v0.1.7

08 Jul 23:46
Compare
Choose a tag to compare

Added function to get package version for docs

v0.1.6

05 Jul 21:06
Compare
Choose a tag to compare
  • 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

02 Jul 20:05
382819d
Compare
Choose a tag to compare

Support added for python 3.7

v0.1.3

27 Jun 00:21
Compare
Choose a tag to compare

Adding function for obtaining binned counts of Hamming, Levenshtein, and Levenshtein exp distances between many seqs and many seqs.

v0.1.2

07 Jun 21:30
Compare
Choose a tag to compare

Hamming, Levenshtein, exponential Levenshtein, and TCRdist-gene distances have associated neighbor functions which return the indices of the compared sequences that are neighbors.